
.subMenu { font-size: 11px; color: #FFFFFF; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #FFFFFF; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #FFFFFF; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #940901; font-weight: normal; text-decoration: none}


body, form {
	margin:0;
	padding:0;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
}

.container {
	width:750px;
	margin:0 auto;
	text-align:left;
}

.clear {
	clear:both;
}


/* Head Style */
#logo {
	width:310px;
	height:160px;
	float:left;
	background:url(designimgs/head_logo.gif) no-repeat top left;
}

#logo p, #headPic p {
	text-indent: -10000px;
}

#headPic {
	width:440px;
	height:160px;
	float:left;
	background:url(designimgs/head_pic.gif) no-repeat top left;
}

#heading {
	width:750px;
	height:36px;
	float:left;
}

/* Top Menu Style */
#menuCont {
	width:750px;
	height:35px;
	background:url(designimgs/m_bg.gif) no-repeat top left;
	float:left;
}

#topmenu {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#f46a07;
	text-align:right;
	padding-right:15px;
	padding-top:10px;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color:#942923;
	text-decoration:none;
	padding: 0 3px;
}

#topmenu a:hover {
	color:#f46a07;
}


/* Content Style */
#cont-wrap {
	background: #FFFFFF url(designimgs/content_bg.gif) no-repeat left top;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
}

#splash-wrap {
	width:750px;
	float:left;
}



/* Left Menu Style */
#leftPane {
	width:190px;
	float:left;
	padding-bottom:50px;
	background: #ff4e48 url(designimgs/sub_m_bg.gif) no-repeat bottom right;
	margin-top:2px;
}

ul#leftMenu {
	margin:0;
	padding:0;
	text-align:left;
	background:#FFFFFF;
}

ul#leftMenu li {
	margin:0;
	padding:0;
	list-style:none;
	background:#ff4e48;
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

ul#leftMenu li a:link, ul#leftMenu li a:visited, ul#leftMenu li a:active {
	background:#ff4e48;
	color:#FFFFFF;
	text-decoration:none;
	height:25px;
	line-height:25px;
	padding-left:10px;
	width:180px;
	display:block;
	margin:0;
}

ul#leftMenu li a:hover {
	background:#fa9b98;
	color:#940901;
}


/* Right Pane Style */
#right-wrap {
	width:550px;
	float:right;
}

#rightPane {
	padding: 15px 20px 35px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#942923;
	line-height:20px;
}


/* Foot Style */
#foot-wrap {
	width:750px;
	float:left;
}

#foot {
	font: 11px Tahoma, Verdana, Arial;
	color:#FFFFFF;
	padding-top:10px;
	width:655px;
	float:left;
}

#foot a:link, #foot a:visited, #foot a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#foot a:hover {
	text-decoration:underline;
}

#foot-logo {
	width:535px;
	float:right;
	text-align:right;
}