/* CSS Document */

/************************************************************UNIVERSAL ELEMENTS*/
body{
	background-image: url(images/bgBody2.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #33659a;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
div#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	border: none;
	background: none;
	}
img{
	border: none;
	padding: 0px;
	margin: 0px;
	}
strong{
	font-weight: bold;
	}
em{
	font-style: italic;
	}

/************************************************************PARAGRAPH SELECTORS*/
p{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #33659a;
	}
p.indent15{
	margin: 0px 0px 0px 15px;
	}
p.rightAlign{
	text-align: right;
	margin: 0px 10px 0px 0px;
	}
p.title{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	}
p.footerRight{
	font-size: 11px;
	}
/************************************************************ANCHOR SELECTORS*/
a.footerRight, a.footerRight:visited{
	color: #33659a;
	text-decoration: none;
	}
	a.footerRight:hover, a.footerRight:active{
		text-decoration: underline;
		}
a.topNav, a.topNav:visited{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 60px 0px 0px;
	}
	a.topNav:hover, a.topNav:active{
		color: #E61E1E;
		}
		a#pageLink{
			color: #E61E1E;
			}
a.gold, a.gold:visited{
	color: #33659a;
	text-decoration: none;
	}
	a.gold:hover, a.gold:active{
		color: #E61E1E;
		}
/************************************************************HEADER, NAVIGATION, SUB-HEADER*/
div#header{
	width: 760px;
	height: 49px;
	border-top: 2px solid #33659a;
	border-bottom: 2px solid #E61E1E;
	}
div#topNav{
	width: 590px;
	height: 17px;
	padding: 0px 0px 0px 170px;
	background-color: #000;
	border-bottom: 2px solid #33659a;
	}
div#subHeader{
	width: 760px;
	height: 169px;
	border-bottom: 2px solid #33659a;
	}
/************************************************************MAIN CONTENT*/
div#content{
	width: 740px;
	padding: 15px 10px 0px 10px;
	background-image: url(images/bgContent.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	}
/************************************************************FOOTER*/
div#footer{
	width: 760px;
	height: 30px;
	background-color: #fff;
	border-top: 1px solid #33659a;
	}
	div#footerLeft{
		width: 380px;
		height: 30px;
		float: left;
		clear: none;
		background-color: #fff;
		padding: 13px 0px 0px 0px;
		text-align: center;
		}
	div#footerRight{
		width: 380px;
		height: 30px;
		float: left;
		background-color: #fff;
		padding: 13px 0px 0px 0px;
		text-align: center;
		}
	
