@import url('superfish.css');
@import url('superfish-navbar.css');
@import url('superfish-vertical.css');
@import url('tabs.css');
@import url('form.css');

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background: url(images/bg-main.jpg) repeat-x top #3B3CEF;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a,
a:active,
a:focus {
	outline: none;
}

p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #FFDA46;
}

h2 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	color: #FFDA46;
}

h3 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	color: #FFDA46;
}

h4 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 10px;
	color: #FFDA46;
}

ol li {
	margin-bottom: 10px;
}

#outerwrapper {
	text-align: center;
	width: 100%;
	position: relative;
}

#topstrip {
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	background: url(images/topbar.gif) repeat-x #212086;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: url(images/wide-site-bg.jpg) repeat-y;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#wrapperfull {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #106FCB;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

a,
a:visited,
a:hover {
	color: #fff;
}

#header {
	width: 960px;
	height: 110px;
	text-align: center;
	position: relative;
	z-index: 50;
}

#main-menu {
	position: absolute;
	left: 0px;
	z-index: 999;
	bottom: 1px;
	height: 25px;
	width: 950px;
}

#right {
	float: left;
	width: 271px;
}

#left {
	width: 630px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

#right-full {
	width: 320px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

#content {
	float: left;
	width: 679px !important;
	width: 674px;
	background: #106FCB;
	margin: 5px;
}

#content a:link,
#content a:hover,
#content a:visited,
#content a:active {color:#99e8ff;}

#contentfull {
	float: left;
	width: 955px;
	margin-left: 5px;
}

#footer {
	clear: both;
	width: 100%;
	background: #46AB31;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 20px;
}

#footer a,
#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#bottomwrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#bottomlinks {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

#bottomlinks a,
#bottomlinks a:visited {
	font-size: 10px;
}