
* {
	padding:0;
	margin:0;
}
html,body{
	height: 100%;
}

body {
	margin:0;
	padding:0;
	width: 100%;
	color:#fff; 
	font: 13px/150% Corbel, Trebuchet MS, Tahoma, Sans-Serif;
	background: #071c39 url(../img/grad_bg.png) repeat-x;
}
img {
	border: none;
}
h1, h2, h3 { font-family: Constantia, Palatino Linotype, Georgia, Serif ;text-transform:uppercase; font-weight:normal; margin-bottom:0.4em; color:#ffc263}
h1 {font-size: 1.6em; letter-spacing:0.1em;}
h2 {font-size: 1.6em; letter-spacing:0.1em;}
h3 {font-size: 1.2em; letter-spacing:0.2em;}
p {margin-bottom:1em;}
a {
	color: #007ACD;
	text-decoration: none;
	}
#navigate h2 {font-size:1.2em}

#body2 {	
	background: url(../img/bg-solid.jpg) no-repeat top center;
	width:100%;
	min-height:100%;
	padding-top:135px;
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	width:400px;
	position:absolute;
	top:105px;
	left:50%;
	margin-left:-30px;
}

#menu ul {
	list-style-type: none;
}
#menu li {
	height:18px;
/*	background: #D7DEE4 url(../img/bg-blurry.jpg) no-repeat fixed left top; */
	float:left; padding:3px 15px 0 15px
}
#menu a{
	text-decoration: none;
	color: #ffa800;
}

#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}
#logo {
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-84px; 
	width: 168px;
	height: 48px;
	background: url(../img/logo.png) no-repeat;
}
#content {
	margin:0 auto;
	width:850px;
	padding:0; 
/*	background: #D7DEE4 url(../img/bg-blurry.jpg) no-repeat fixed left top; */
}
.top {
	height:63px;
	background: url(../img/content-top.png) no-repeat;
}
.top h2{
	padding:28px 0 0 28px;
}
.mid {
	padding: 25px 40px;
	background: url(../img/content-mid.png) repeat-y;
}
.bottom {
	height:21px;
	background: url(../img/content-bottom.png) no-repeat;
}
.col1 {
	width:520px;
	float:left;
}
.col2 {width:220px; float:right;}
.clr {clear:both;}
#content h4 {font-size: 1.2em;}

.par {
	margin: 0 auto; 
	padding-bottom:30px;
	width: 850px;	
}

.alt {/* modify this to add style to alternate sections*/
}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #22b1e1;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom:1px solid #22b1e1;
}

#rightsider {
	margin: 0; 
	padding: 0 10px 0px 0;
	float: left;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
.footer {
	text-align:center; margin: 20px 0 -25px 0; position:relative; color:#999;
}