@font-face {
    font-family: 'OrbitronBold';
    src: url('orbitron-bold-webfont.eot');
    src: url('orbitron-bold-webfont.eot?iefix') format('eot'),
         url('orbitron-bold-webfont.woff') format('woff'),
         url('orbitron-bold-webfont.ttf') format('truetype'),
         url('orbitron-bold-webfont.svg#webfontel5rQRRl') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('TitilliumText22L003-webfont.eot');
    src: url('TitilliumText22L003-webfont.eot?iefix') format('eot'),
         url('TitilliumText22L003-webfont.woff') format('woff'),
         url('TitilliumText22L003-webfont.ttf') format('truetype'),
         url('TitilliumText22L003-webfont.svg#webfonthw2QSkaV') format('svg');
    font-weight: normal;
    font-style: normal;

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

body {
	margin:0;
	padding:0;
	width: 100%;
	color:#fff; 
	font: 13px/150% 'TitilliumText22LRegular', Corbel, Trebuchet MS, Tahoma, Sans-Serif;
	background: #071c39 url(../img/grad_bg.png) repeat-x;
	background-attachment: fixed;
}
img {
	border: none;
}
h1, h2, h3 { font-family: OrbitronBold; font-weight:normal; margin-bottom:0.4em; color:#ffc263; text-transform:uppercase;}
h1 {font-size: 20px; letter-spacing:2px;}
h2 {font-size: 18px; letter-spacing:2px;}
h3 {font-size: 15px; letter-spacing:2px;}
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;
	background-attachment: fixed;	
}

#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;
}

.navi {
	float:right;
	right:50%;
	position:relative;
}

.navi ul {
	float:left;
	left:50%;
	position:relative;
	list-style-type:none;
	padding-top:25px;
}
.navi ul li{
	float:left;
	margin:0 30px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
.navi ul li a {

}
.navi ul li a:hover {
	color:#fff;
}
.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;
}
