@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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-color: #3B5F7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #D27E00;
	font-size: 100%;
	margin: 0px;
	font-style: inherit;
}

#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 12px;
} 

#footer  {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #00508A;
	height: 30px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
}

#headerImageContainer {
	background-repeat: no-repeat;
	height: 245px;
	width: 285px;
	margin-top: 10px;
	float: right;
	padding-right: 30px;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header  {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 270px;
	color: #FFF;
	background-color: #000000;
} 

#headersiteTitle {
	width: 430px;
	background-color: #000;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(sec2imgs/Small-Left-TitleBlock-Text.jpg);
	height: 50px;
	background-repeat: no-repeat;
}

#headerpageTitleContainer {
	width: 430px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	margin-top: 60px;
}

#headerpageTitleContainer h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}

#geninfo {
	height: auto;
	width: 730px;
	margin: 0px;
	clear: right;
}
#graduation_home_pg {
	height: auto;
	width: 730px;
	background-position: center center;
	background-repeat: no-repeat;
}

#leftmassbox {
	float: left;
	width: 300px;
}

#mainContent  {
	width: 730px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	font-size: 110%;
} 

#mainContent h2 {
	margin: 0px;
	margin-bottom: 0px;
	font-size: 118%;
	text-align: left;
}
#mainContent h4 {
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0px;
	font-size: 100%;
}
#mainContent p {
	margin: 0px;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}
#maincontentSubText {
	width: 700px;
	padding-top: 10px;
	float: left;
	clear: left;
}

#menuContainer {
	height: 30px;
	margin: 0px;
	width: 766px;
	background-color: #004477;
	padding-left: 14px;
	padding-top: 4px;
	background-repeat: repeat-y;
}

#ministriescontainer {
	width: 675px;
	padding-left: 0px;
	margin-left: 0px;
	height: auto;
}
#OfficeInfo {
	width: 300px;
	float: right;
	padding-left: 30px;
}
#rightmassbox {
	float: right;
	width: 300px;
	margin: 0px;
}
#static_menu {
	height: 20px;
	width: 420px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 12px;
	padding-right: 0px;
	text-align: left;
	margin-top: 87px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.textwrap {
	background-image: url(sec2imgs/background.jpg);
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.highlight {
	background-color: #FF0;
}
.leftimgcontentbox {
	width: 720px;
	margin-top: 15px;
	height: 150px;
	color: #927430;
	float: left;
	padding-top: 8px;
	background-color: #3B5F7B;
	padding-left: 10px;
}

.blueh2 {
	color: #FFF;
	background-color: #00508A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
}
.whiteh2 {
	color: #FFF;
	background-color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.maincontenttan {
	background-color: #EDE2D3;
	margin-top: 20px;
	background-image: url(sec2imgs/background.jpg);
}

.earthh2 {
	color: #FFF;
	text-align: center;
	font-style: normal;
}

.blackh3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 95%;
	margin: 0px;
	font-style: italic;
}

.pwhite {
	color: #FFF;
}

.contentboxlinks {
	text-decoration: none;
	color: #063;
	font-weight: normal;
}

.contentboxlinks a:hover {
	color: #063;
	text-decoration: underline;
}
.contentboxlinksblue {
	text-decoration: none;
	color: #0033CC;
	font-weight: normal;
}
.contentboxlinksblue a:hover {
	color: #0033CC;
	text-decoration: underline;
}

.contentboxlinkswhite {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
.contentboxlinkswhite a:hover {
	color: #FFF;
	text-decoration: underline;
}

.staticmenulinks {
	font-size:12px
	font-family: Verdana, Geneva, sans-serif;
	color: #33FFFF;
	font-weight: normal;
	text-decoration: none;
}
.leftimgcontentbox img {
	border: medium ridge #996633;
}
#AuctionDiv {
	background-image: url(sec2imgs/A_EMU299.jpg);
	height: auto;
	background-repeat: repeat-x;
}
#specialmessage {
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mission {
	height: 500px;
	width: 720px;
}
.niblackh3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 95%;
	margin: 0px;
}
.h3black {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-color: #AAA;
	border-bottom-style: solid;
	color: #333333;
}
.goNext {
	color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	float: right;
}
