@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fdf2b7;
	background-image: url(images/Page_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #606060;
}

a {text-decoration:none;color:#006eaa;}
a:hover, a:active {text-decoration:underline;color:#42904b;}

h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #FEC554;
}
h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #00A4D5;
}
h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #FEC554;
}
h4 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #00A4D5;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #FEC554;
}
h6 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #00A4D5;
}

p {
	font-size: 14px;
	margin-top: 0;
}

li {
	font-size: 14px;	
}

#PageBody {
	width: 884px;
	position: relative;
	margin: 0 auto;
}

#Menu {
	height: 22px;
	background-image: url(images/Menu_BG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	padding: 7px 0 0 0;
	font-size: 14px;
	color: #adafb0;
	margin: 0;
}
.MenuLinks {
	color: #006eaa;
	font-weight: bold;
	font-size: 14px;
}

#BodyBottom {
	background-image: url(images/homepage/Body_Bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	width: 884px;
}

#Footer {
	text-align: center;
	margin: 10px 0;
}

#Footer, .FooterLink {
	font-size: 11px;
	color: #006eaa;
	text-decoration:none;
	font-weight: bold;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.SUNationTypeset {
	font-variant: small-caps;
}
