html{
	margin:0; 
	padding:0; 
	height:101%; 
	background:url(../images/page_bg.gif) repeat-x  #f2f5fE;
}
body{
	font-family:"Trebuchet MS",Verdana,Calibri,Arial,sans-serif;
	font-size:12px;
	padding:45px 0 10px;
}
*{
	margin:0; 
	padding:0; 
	outline:none;
}
img{
	border:none;
	outline:none;
}
a{
	color:#0033ff;
	text-decoration:none;
}
a:hover{
	color:#fd943f;
	text-decoration:none;
	border-bottom:0px dashed #fd943f;
}
.clear{
	clear:both;
}

#header{
	width:770px;
	height:100px;
	margin:0 auto 2px;
	padding:0;
	background:url(../images/header_bg.jpg) center no-repeat;
}

#menu{
	width:760px;
	height: 35px;
	margin:0 auto 3px;
	background: #192666;
}
#nav {
	list-style:none;
	font-size:1.3em;
	line-height:35px;
}
#nav li{
	list-style: none;
	float:left;
	margin-left:20px;
}
#nav li a{
	color:#9cb4e0;
}
#nav li a#active{
	color:#fff;
}
#nav li a:hover{
	color:#fff;
	text-decoration: underline;
}

#mainWrapper{
	width:770px;
	margin:0 auto;
	background: url(../images/main_repeat.gif) repeat-y;
	overflow:hidden;
	display:block;
}
#main{
	width:770px;
	margin:0 auto;
	min-height:300px;
	background:url(../images/main_top.gif) top no-repeat;
	overflow:hidden;
	display:block;
}
#mainContent{
	padding:20px 20px 0;
	height:100%;
	overflow:hidden;
	display:block;
}
#mainLeft{
	float:left;
	width:530px;
	min-height:430px;
	margin:0 auto;
	padding-bottom:0px;
	background:url(../images/content_article_bg.jpg) top center no-repeat;
	overflow:hidden;
	display:block;
}
.title{
	height:30px;
	margin-top:30px;
	padding-left:20px;
	background:url(../images/content_title_bg.gif) left repeat-y;
	font-size:1.3em;
	line-height:30px;
	color:#192666;
}
#mainLeft p{
	padding-left:20px;
	padding-right:20px;
	text-indent:20px;
	margin-top:20px;
	font-size:1.1em;
}
#mainLeft ul{
	margin-top:20px;
	padding-left:40px;
	padding-right:10px;
}
#mainLeft ul li{
	margin-bottom:10px;
}


#mainLeft .registerTitle{
	text-indent:0;
	font-weight:bold;
	text-align:center;
	color:#0067b2;
	letter-spacing:1px;
	margin-bottom:20px;
	overflow:hidden;
}
#mainLeft form{
	width:450px;
	margin:0 auto;
	overflow:hidden;
}
#mainLeft fieldset{
	margin-bottom:5px;
	padding:0px 10px 5px;
	overflow:hidden;
	border:1px dotted #808080;
}
#mainLeft legend{
	padding:2px 6px;
	font-weight:bold;
	letter-spacing:1px;
	background:#eff3fe;
}
#mainLeft form p{
	padding:5px 5px;
	clear:both;
}
#mainLeft form p label{
	width:130px;
	float:left;
	text-align:right;
	margin-right:0px;
	font-size:0.9em;
}
#mainLeft form .rightInput{
	float:left;
}
#mainLeft form p label .requiredField{
	color:#ff3333;
}
#mainLeft form .textInput{
	width:230px;
	height:14px;
	font-size:0.9em;
	border:1px solid #959595;
	background:#f8f8f8;
	padding:2px;
	position:relative;
	left:20px;
}
#mainLeft form p.radioBtns{
	width:335px;
	text-align:right;
	position:relative;
	top:-10px;
	left:10px;
	line-height:20px;
}
#mainLeft form .textArea{
	width:230px;
	height:100px;
	border:1px solid #959595;
	background:#f8f8f8;
	padding:2px;
}
#mainLeft form .textInput:hover, #mainLeft form .textArea:hover{
	background:#f0f0f0;
	border:1px solid #00265c;
}
#mainLeft form .buttons{
	text-align:right;
}
#mainLeft form .button{
	width:120px;
	height:22px;
	border:1px solid #404040;
	cursor:pointer;
	letter-spacing:1px;
	background:#f0f0f0;
}
#mainLeft form .button:hover{
	padding-top:1px;
	border:1px inset #404040;
	border-bottom:2px inset #404040;
	background:#d5d5d5;
}
#mainLeft form .tinyText{
	margin-bottom:15px;
	font-size:0.8em;
	text-align:right;
}
.alert{
	color:#ff3333;
	font-weight:bold;
}




#mainRight{
	float:right;
	width:200px;
	min-height:430px;
	background:url(../images/col_bg.gif) repeat-y;
	overflow:hidden;
	display:block;
}

.newsTop{
	width:200px;
	height:20px;
	background: url(../images/col_top.gif) left no-repeat;
}
.newsTitle{
	height:30px;
	margin-top:10px;
	padding-left:20px;
	background:url(../images/col_title_bg.gif) left repeat-y;
	font-size:1.5em;
	line-height:30px;
	color:#192666;
}
.newsTitleUp{
	margin-top:10px;
	color:#192666;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	letter-spacing:2px;
	text-decoration:underline;
}
.newsTitlePast{
	padding-top:15px;
	color:#192666;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	border-top:1px dotted #192666;
	letter-spacing:2px;
	text-decoration:underline;
}

.new{
	padding:15px 15px;
	overflow:hidden;
	/*background: url(../images/col_title_bg.gif) bottom no-repeat;*/
}
.newWithBorder{
	padding:10px 15px 5px;
	overflow:hidden;
	background: url(../images/news_separator.gif) bottom center no-repeat;
}
.newTime{
	padding-left:15px;
	background:url(../images/bullet_news.gif) 0px 5px no-repeat;
	font-weight:bold;
	color:#00008b;
}
.newTitle{
	text-align: center;
}
.newTitle a{
	text-decoration:underline;
}
.newLocation{
	margin-top:10px;
	color:#00008b;
}
.newRegForm{
	text-align:right;
	float:right;
	margin-bottom:5px;
}
a.newRegFormBtn{
	width:101px;
	height:21px;
	line-height:21px;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	color:#00008b;
	background:url(../images/btn1n.gif) center no-repeat;
	display:block;
}
a.newRegFormBtn:hover{
	color:#0033ff;
	background:url(../images/btn2n.gif) center no-repeat;
}

#footer{
	width:770px;
	height:60px;
	margin:0 auto;
	background:url(../images/footer.jpg) bottom center no-repeat;
	overflow:hidden;
	display:block;
}
.copyright{
	width:530px;
	text-align:center;
	line-height:35px;
	color:#6699ff;
	overflow:hidden;
}