@charset "utf-8";
/* global css */
html,body {height:100%;}
body{background: #e0eaf8;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,th,img,div,blockquote,dl,dt,dd,blockquote, pre,object,textarea,input{margin:0;padding:0}
body,select,input,textarea,button{font:13px/1.6 Arial, Helvetica, sans-serif; color: #000;}	
input,select,img,button{vertical-align:middle}
h1{font-size: 19px; font-weight: bold; color: #23579E}
h2{font-size: 16px; font-weight: bold;}
h3{font-size: 12px; font-weight: bold;}
h4{font-size: 18px; font-weight: bold; color: #000000}
hdfn,em,cite,address,caption{font-style:normal}
fieldset,img,abbr {border: 0;} 
img,object,embed{vertical-align: top;}
ul,ol{list-style-type:none;}
table{border-collapse:collapse;;width:100%; border-spacing:0;}
caption,th{text-align:left;}
table th{line-height:25px;height:25px;}

img {
   border:1px solid #B4CDEF;
}

p{
	margin-top:10px;
}

p.program1{
	margin: 0px;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}

p.program2{
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: -2px;
}


em{font-style: italic;}

a{color: Blue;text-decoration:none;}
a:hover{color: #555;text-decoration:underline;}
blockquote{
	margin-left:50px;
	margin-right:50px;
}

#header-wrap{
	width: 100%;
	background: #3A7BD3;
	border-bottom: 4px solid #A0A0A0;
}
#header{
	width: 805px;
	height: 36px;
	position: relative;
	margin: 0 auto;
}
#header a{
	color: #FFF;
}
#main-nav a{
	color: #fff;
}
#main-nav a:hover{
	text-decoration: underline;
}
#main-nav{
	position: absolute;
	bottom:0;
	right: 10px;
}
#main-nav2{
	position: absolute;
	margin-top:10px;
	margin-left:7px;
	font:18px Arial, Helvetica, sans-serif; color: #FFF;
}
#main-nav li{
	float: left;
	margin-left: 10px;
}
#main-nav strong{
	position: relative;
	left: -5px;
	cursor: pointer;
	line-height: 32px;
	padding: 0 6px 0 11px;
}

/* center of page */
#main{
	width: 805px;
	margin: 22px auto 0;
	padding: 10px;
	background: #e0eaf8;
}



/* footer */
#footer{
	width:805px;
	padding: 0 10px 20px;
	margin: 0 auto;
	border-top: 1px;
	font:12px/1.5 Arial, Helvetica, sans-serif; color: #555;
}
