@charset "UTF-8";
/* CSS Document */

body {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/shadow.jpg);
	background-repeat:repeat-x;
}


.overall {
	width:850px;
	border:2px;
	border-left-color:#FFFFFF;
	border-left-style:dotted;
	border-left-color:#c8c8c8;
	border-right-color:#FFFFFF;
	border-right-style:dotted;
	border-right-color:#c8c8c8;
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-color:#c8c8c8;
	margin-left: 30px;
	margin-bottom:12px;
	padding:18px;
}



#maincontent {
	width:583px;
	float:right;
	padding-top:0px;
	margin-top:0px;
}


#left {
	float:left;
	width:163px;
	margin-right:20px;
	padding-top:16px;
	margin-top:0px;
}


#disclaimer {
	clear:both;
	font-size:9px;
	margin-top:15px;
	color:#999999;
}


p {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	line-height: 150%;
}

ul {
	font: 11px Verdana,  Arial, Helvetica, sans-serif;
	line-height: 150%;
}

 
h1  { 
	font-size:18px;
	color:#003479;
}


h2  { 
	font-size:14px;
	color:#003479;
}


h3  { 
	font-size:12px;
	color:#003479;
}


hr {
	color:#003479;
	background-color:#003479;
	width:100%;
	clear:both;
}



a:link  { 
	color: #003479;
}

a:visited { 
	color: #003479;
	}

a:active { 
	color: #003479;
}

a:hover { 
	color: #990000;
}


h4 {
	font-size:20px;
	color:#006600;
	}



.attention {
	color:#003479;
	font-style:oblique;
	font-weight:bold;
	font-size:12px;
	}
	
	
.gallery {
	color:#5A4A42;
	font-style:oblique;
	font-weight:bold;
	font-size:12px;
	}
