
.subMenu { font-size: 11px; color: #fbc323; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #fbc323; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #fbc323; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #FFFFFF; font-weight: normal; text-decoration: none}


html, body, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

body {
	font: 11px Tahoma, Verdana, Arial;
	color:#FFFFFF;
	background:#021957;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#topWrap {
	width:426px;
	position:relative;
}
#backCont {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#frontCont {
	position:absolute;
	top:12px;
	right:15px;
	z-index:5;
	text-align:right;
}


/* Top Nav */
#topNav {
	background:#ffc423 url(designimgs/m_bg.jpg) no-repeat top right;
	font: 10px Tahoma, Verdana, Arial;
	color:#143D8D;
	text-align:right;
	padding: 11px 228px 21px 0;
}
#topNav a {
	color:#143D8D;
	text-decoration:none;
	height:17px;
	line-height:17px;
	padding: 3px 12px;
	border-right: 1px solid #143D8D;
}
#topNav a.last {
	border-right:none;
}
#topNav a:hover {
	text-decoration:underline;
}


/* Left Nav */
#leftNav {
	padding:20px 0;
	font: 14px "Century Gothic";
	color:#fbc323;
}
#leftNav a {
	color:#fbc323;
	display:block;
	text-decoration:none;
	height:30px;
	line-height:30px;
	padding: 0 10px 0 10px;
	text-align:right;
	border-bottom: 1px solid #021957;
}
#leftNav a:hover {
	color:#FFFFFF;
}


/* Content */
#content {
	padding:17px 30px 20px 20px;
}
