/* General Styles */
* {
	margin:0;
	padding:0;
	}
					
body{
	background:url(../images/body-bg.jpg) 0 0 repeat;
	color:#000;
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding:32px 0 0;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#000;
	font-weight:bold;
	background-color:inherit;
	text-decoration:none;
	}

a:hover{
	text-decoration:none;
	color:#000A74;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

p{
	padding-bottom:16px;
	}
	
img {
	display:block;
}

h2{
	font-size:18px;
	line-height:20px;
	color:#0000A0;
	background-color:inherit;
	padding-bottom:8px;
	}	

/* Container Panel	*/

#container{
	position:relative;
	width:717px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	}
	
/* Header */

#header{
	width:717px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	position:relative;
	}

.logo{
	display:block;
	margin:0 0 8px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	}
	
#header img.headerPic{
	float:right;
	}
	
/* navigation */

#nav{
	background-color:#0000A0;
	margin:0 auto;
	width:717px;
	height:33px;
	}
	
#nav ul {
	padding:0 0 0 30px;
	line-height:33px;
	font-size:12px;
	}
	 
#nav ul li {
	padding:0 27px 0 0;
	float:left;
	width:auto;
	}	
	
#nav ul li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	font-weight:normal;
	}
	
#nav ul li a:hover, #nav ul li a.active{
	color:#7373D1;
	background-color:inherit;
	}

#nav ul li a.active	{
	cursor:text;
	}
	
/* Body panel */

#bodypan{
	background:url(../images/content-bg.gif) 0 0 repeat-y;
	width:670px;
	position:relative;
	padding:16px 27px 5px 20px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	}
	
div.botRound{
	background:url(../images/bot-rounded-bg.gif) 0 0 no-repeat;
	height:11px;
	width:717px;
	}
	
/* Left panel */
	
#leftpan{
	width:415px;
	float:left;
	height:100%;
	overflow:hidden;
	border-right:2px solid #0000A0;
	padding:0 10px 0 0;
	}
	
#leftpan p.topTxt{	
	font-size:13px;
	line-height:15px;
	color:#0000A0;
	background-color:inherit;
	padding-bottom:8px;
	}
	
p.noPad{
	padding-bottom:0 !important;
	}
	
#leftpan h2.big{
	font-size:24px;
	line-height:26px;
	color:#0000A0;
	background-color:inherit;
	padding-bottom:8px;
	}	

#leftpan p.bigTxt{
	font-size:14px;
	line-height:16px;
	}
	
#leftpan p.txtB{
	font-size:12px;
	line-height:14px;
	}
	
#leftpan p.bigTxtpad{
	font-size:14px;
	line-height:16px;
	padding-bottom:34px;
	}

/* Right panel */
	
#rightpan{
	width:207px;
	float:right;
	height:100%;
	overflow:hidden;
	}
	
#rightpan img{
	margin:0 auto 12px;
	}

	
#rightpan h3{
	font-size:12px;
	line-height:16px;
	color:#0000A0;
	background-color:inherit;
	padding-bottom:5px;
	}
	
#rightpan p{
	color:#0000A0;
	background-color:inherit;
	}
	
#rightpan p span{
	float:left;
	}	

#rightpan img.pic{
	float:left;
	margin:0 25px 0 0;
	}
	
#rightpan a img.pic{
	border:2px solid #fff;
	display:block;
	}
	
#rightpan a:hover img.pic{
	border:2px solid #C3C3C3;
	}


/* Body Bottom Panel */

#bodypan div.bodyBot{
	width:670px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0;
	}

#bodypan div.bodyBot img{
	float:left;
	margin:0 25px 0 0;
	}
	
#bodypan div.bodyBot a img{
	border:2px solid #fff;
	display:block;
	}
	
#bodypan div.bodyBot a:hover img {
	border:2px solid #C3C3C3;
	}
	
#bodypan div.bodyBot img.noMargin{
	margin:0 !important;
	}
	
	
/* Footer Panel	*/
#footer{
	margin:0 auto;
	width:717px;
	height:100%;
	overflow:hidden;
	padding:5px 0;
	}
	
#footer p{
	/*background:url(../images/footer.png) 50% 0 no-repeat;
	line-height:0;
	font-size:0;*/
	width:254px;
	height:14px;
	text-align:center;
	margin:0 auto;
	padding-bottom:0 !important;
	}
	
/* Misc */
.noMargin{
	margin:0 !important;
	}

.txtBox{
	width:200px;
	height:16px;
	line-height:16px;
	padding:2px 0 2px 5px;
	}	

select{
	width:229px;
	height:24px;
	line-height:24px;
	}	

textarea{
	width:200px;
	height:80px;
	line-height:16px;
	padding:0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
h4{
	font-size:15px;
	line-height:17px;
	text-align:center;
	color:#0000A0;
	background-color:inherit;
	padding-bottom:5px;
	}
