body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#container {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0 Auto;
	text-align: center;
}

#banner {
	position: relative;
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	height: 58px;
}

#banner table {
	width: 760px;
}

/*#menuContainer {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}
*/
#menu {
	position: relative;
	/*width: 980px;*/
	height: 31px;
	padding: 0px;
	margin: 0px;
	/*text-align: center;*/
	background-color: #171C40;		
}


#menu Table{
	width: 760px;
	margin: 0px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
}

#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #EFAD3C;
}

#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topDecoration {
	position: relative;
	height: 37px;
	text-align: center;
	/*background: url(images/decoration.gif);
	background-repeat: repeat-x;*/
}

#bottomDecoration {
	position: relative;
	height: 37px;
	text-align: center;
	/*background-color: #FF9B1C;*/ /*yellow*/
}

#mainContainer {
	position: relative;
	width: 980px;
	padding: 0px;
	margin: 0 Auto;
	text-align: center;
	background-color: #FFFFFF;
}

#content {
	position: relative;
	margin: 0px;
	padding: 3px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	min-height: 300px;
}

#content table {
	table-layout: fixed;
}

#content td {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

ul {
	style-type: circle;
	style-type-position: outside;
}

.rule {
	border-right-style: solid;
	border-right-color: #D6DAE3;
	border-width: thin;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #181C41;
	font-size: 20px;
	font-weight: lighter;
	line-height: 20px;
}

H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 19px;
	font-weight: lighter;
	line-height: 25px;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #265887;
	font-size: 14px;
	/*font-weight: lighter;*/
}

#slogan {
	position: relative;
	width: 100%;
	bottom: -50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #265887;*/
	font-size: 14px;
	top: -5px;
	text-align: right;
	font-weight: bold;
	color: #9B1C27;
}

#bottomRule {
	postition: absolute;
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 100%;
	background: url("images/bottomRule.gif");
	background-repeat: repeat-x;
	/*background-color: #181C41; */
}

#footer {
	position: relative;
	bottom: 0px;
	margin-top: 20px;
	padding: 0px;
	text-align: right;
}

#copyright {
	position: absolute;
	height: 10px;
	top: 20px;
	right: 0px;
	padding-top: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #265887;
	padding-bottom: 20px;
}

a:link {
	color: #265887; /*mid blue*/
	text-decoration: underline;
}

a:hover {
	color: #9B1C27; /*red*/
}

a:visited {
	text-decoration: none;
	color: #265887;
}


