/* CSS Document */
body {
	margin:0px;
	background-color:#5A6CAC;
	background-image: url(../i/background.jpg);
	background-repeat:no-repeat;
	}
	/*be nice to Netscape rule*/	
p, ul, ol, li, h1, h2, h3, a:link, a:visited, a:hover, a:active, td{
font-family:Arial, Helvetica, sans-serif;
}
	/*general page rules*/

h1,h2, h3 {
	font-weight:bold;
	color:#5A6CAC;
}
h1 {
	font-size:.9em;
	margin:100px 0 10px 200px;
}
h2 {
	font-size:.85em;
	margin:0 0 6px 6px;
}
h3 {
	font-size:.9em;
	margin:0 0 6px 6px;
	background-color:#F5F3DC;
	padding:3px;
}
p {
	margin:0 6px 6px 6px;
	text-align:left;
	font-size:.8em;
}
img {
	text-align:center;
	display:block;
	margin:3px 1%;
}
ul {
	list-style-type:none;
	font-size:.8em;
	margin:0;
}
ol {
	list-style-type: circle;
	font-size:.8em;
		margin:6px 0 6px 20px;
}
a:link, a:visited, a:hover{
	text-decoration:none;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #3366CC;
	}
	/*top nav styles*/
#topnav {
	margin:10px 0 10px 250px;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
	margin:0 0 0 20px;
	font-size:.8em;
	font-weight:bold;
}
/*table styles*/
#main table {
	margin:0;
}
#secondnav td {
	margin:0;
	text-align:left;
}
#content td {
	margin:0;
	vertical-align: top;
	text-align:left;
}
.t2 table{
width:auto;
}
.t2 td {
background-color: #FFFFFF;
vertical-align:top; 
text-align:left;
}
/*thumbnail table*/
.t3  {
width:auto;
font-size:.8em;
background-color: #CCCCCC;
}
.t3 td {
padding:3px;
vertical-align:top; 
text-align:center;
}
.t4  {
width:auto;
font-size:.8em;
background-color: #FFFFFF;
}
.t4 td {
padding:3px;
vertical-align:top; 
text-align:center;
}
/*nav2 styles*/
#nav2 {
	margin:104px 0 0 0;
}
#nav2 ul, #nav2 li {
	list-style-type:none;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:hover, #nav2 a:active {
	margin:15px 0 0 0;
	padding:3px;
	display:block;
}
	#nav2 a:link, #nav2 a:visited {
	background-color:#7685B0;
	color:#FFFADD;
}
 #nav2 a:hover, #nav2 a:active {
 	background-color:#B9BCB3;
	color:#7685B0;
 }
 
 /*general button style*/
.button {
text-align:left;
}
.button a:link, .button a:visited, .button a:hover, .button a:active {
background-color:#666666;
margin:0 6px;
padding:0 2px;
}
.button a:link {color: #CCCCCC;
}
.button a:visited {color: #CCCCCC;
}
.button a:hover {color: #FFFFFF;
}
.button a:active {
color: #CCCCCC;
} 
#footer {
	text-align:left;
	margin:10px 0 0 20px;
}