/* Remove default styling from every element */

* {
   padding: 0;
   margin: 0;
}

/* HTML items are defined here */

/* stylizes all internal links (non-menu) */

a:link,
a:visited  {
	color: #1C3E95;
	text-decoration: none;
}

a:hover {
	color: #003c31;
	text-decoration: underline;
}

a:active {
	color: #e41e27;
	text-decoration: none;
}

/* stylizes all external links */

a:link.external,
a:visited.external  {
	background: url(images/tile_link_border.gif) repeat-x left bottom;
}

a:hover.external {
	background-image: url(images/tile_link_border_hover.gif);
	text-decoration: none;
}

a:active {
	background-image: url(images/tile_link_border_hover.gif);
}

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* layout and type */

p, ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

p {
	color: #555555;
	text-align: left;
	margin: 0; 
	padding: 0 20px 12px 20px;
}

ul {
	color: #555555;
	text-align: left;
	margin: 0px 20px 0px 30px; 
	padding: 10px;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 12px 0; 
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #003c31;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0; 
	padding: 0 0 1px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #003c31;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 0 20px 2px 20px; 
	padding: 0;
}

img {
	border-style: none;
	margin: 0; 
	padding: 0;
}

img.spacedImage {
	border-style: none;
	margin: 10px; 
	padding: 0;
}

/* misc class items are defined here */

.bold_green {
	color: #003c31;
	font-weight: bold;
}

.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.6em;
	line-height: 0.9em;
	text-align: left;
	color: #000000;
	margin: 0;
	padding: 0 0 10px 0;
}

/* layout/floats images in the copy deck */

.float_img { 
	float: right;
}
p img.float_img { 
	margin: 0 12px 8px 8px;
}

/* div items are defined here */

#wrap {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 127px;
}

#page_photo {
	width: 406px;
	text-align: left;
	margin: 0;
	float: left;
}

#content {
	width: 394px;
	height: 410px;
	text-align: left;
	background: #e9f1f0;
	overflow: auto;
	margin: 0;
	float: left;
}

#page_arrow {
	text-align: center;
	margin: 10px;
	padding: 0;
}

/* footer clears floats */

#foot {
	clear: both;
	background-color: #FFFFFF;
}
