/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1{
	color: #003366;
	
}
h2{
	color:#666666;
}
h3{
	color: #000066;
}
.sectionName{
	color: #333333;
	font-weight: bold;
}
#header{
	padding: 0.2em 0 0.2em 1.0em;
	width: 100%;
	height: 145px;
	background-repeat: no-repeat;
	background-position: 19px 0;
	background-image: url(Pics/gifs/logo_leftside.gif);
}
#navcontainer{
	margin: 0;
	color: #FFF;
	width: 900px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-top: 2px dotted #999999;
	border-right: 2px none;
	border-bottom: 2px dotted #999999;
	border-left: 2px none;
	height: 25px;
	background-color: #036;
	padding-top: 4px;
}

#content{
	padding-left: 10px;
	position: absolute;
	left: 51px;
	top: 199px;
	width: 558px;
	height: 216px;
	visibility: visible;
}
#content a
{
	background-color:#FFFFFF;
	color:#000066;
	text-decoration:underline;
	padding: 0;
}
#content a:hover
{
	background-color:#FFFFFF;
	text-decoration:underline;
	color:#0099CC;
	padding:0
}
#thumbsContent{
	position: absolute;
	left: 40px;
	top: 300px;
	width: 875px;
	height: 216px;
	visibility: visible;
	padding: 0px;
	margin: 5px;
}
#thumbsContent img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#image{
	position: absolute;
	left: 70px;
	top: 260px;
	width: auto;
	height: auto;
	visibility: visible;
	background-color: #003366;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#headText {
	height: auto;
	width: 400px;
	left: 51px;
	top: 199px;
	position: absolute;
}
#leftBulletContent {
	visibility: visible;
	width: 265px;
	left: 5px;
	top: 50px;
	position: relative;
}
#rightBulletContent {
	visibility: visible;
	width: 256px;
	left: 300px;
	top: 80px;
	position: absolute;
}
a
{
	text-decoration: none;
	background-color: #036;
	color: #FFF;
	padding: .2em 1em;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	background-color: #CCCCCC;
	color: #000066;
	padding: .2em 1em;
	font-weight: bold;
}
#thumbsContent a
{
	text-decoration: none;
	background-color:#FFFFFF
}
#thumbsContent a:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
}
#menu {
	width:180px;
	color: #FFFFFF;
	background-color: #003366;
	position: absolute;
	top: 198px;
	left: 644px;
	border: 2px dotted #999999;
}
#redText {
	color: #FF0000;
}
