@charset "UTF-8";
/* CSS Document */


* {
margin:0;
padding:0;
}

body {
background-color:#FFFFFF;
background-image:url(/images/background.jpg);
background-repeat:repeat-x;
color:#24447a;
font:Arial, Helvetica, sans-serif;
}

img {
border:medium none;
}

p {
margin-top:10px;
margin-bottom:10px;
}

ul {
}

h1 {
	margin-top:20px;
	font:14pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#028fbc;
	font-weight:100;
}

a {
color:#008FBC;
}

a:hover {
text-decoration:none;
}

#wrapper {
background-color:#FFFFFF;
margin:0 auto;
position:relative;
width:924px;
}

#header {
height:122px;
width:924px;
}
#home_header {
  height:42px;
  margin-top:32px;
}

#logos
{
}

#logo {
left:22px;
margin-top:10px;
position:relative;
}

#logotext {
	position:relative;
	top:-15px;
	left:13px;
}

.menu{
  padding-top:10px;
	margin-left:0px;
  margin-top:-30px;
  float:right;
  text-align:right;
  margin-right:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
	.menu ul{
		list-style-type:none;
    float:right;
		}
		
	.menu li{
		float:left;
		display:block;
		padding-left:5px;
		
		}
		
	.menu a{
		display:block;
		background-image:url(/images/menubg.png);
		background-repeat:no-repeat;
		height:20px;
		width:63px;
		text-align:center;
		text-decoration:none;
    text-transform: uppercase;
		color:#FFF;
		font-size:9pt;
		padding:7px;
		
		}
		
	.menu a:hover{
		background-image:url(/images/hoverbg.png);
		background-repeat:no-repeat;
		color:#fff;
		}
		
		.active, .highlighted{
		display:block;
		}


.separator {
height:5px;
width:924px;
}

#content {
width:924px;
}

#left_col, #main
{
  padding-left:30px;
}

#left_col {
  width:550px;
}

#left_col ul, #left_col ol {
  list-style-position:inside;
  margin-left:15px;
}

#right_col {
  float:right;
  width:329px;
  margin-right:20px;
  margin-top:40px;
}

#content_footer {
clear:both;
}

#sponsors{
  text-align:center;
  color: #028fbc;
}

#sponsors img
{
  margin-right:10px;
}

#sponsors a {
  line-height:45px;
  margin-left:10px;
}

.clear {
clear:both;
}

.box_out1, .box_out2
{
  padding:10px;
  margin:20px;
  margin-top:0px;
  width:270px;
  background-image:url(/images/box_out1_BG.jpg);
  background-repeat:repeat-x;
  color:#333333;
}

.box_out1 {
  border:1px solid #008FBC;
  text-align:center;
}

.box_out2 {
  border:1px solid #A4A4A4;
}

.box_out1 h2{
	margin-left:0px; 
	margin-top:0px;
	font:12pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#028fbc;
	font-weight:100;
}

.box_out2 h2{
  text-align:center;
	font:12pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#555;
	font-weight:100;
}


.box_out2 p {
  background-color:;
  font-size:14px;
  margin:8px 12px 10px 10px;
}

.box_out_title {
margin-left:12px;
margin-top:10px;
}

#footer {

color:#666666;
font:11px Arial,Helvetica,sans-serif;
text-align:center;
}


#vertical_line {
border-right:1px solid #008FBC;
height:390px;
left:575px;
position:absolute;
top:155px;
width:1px;
}

#box_out1 p {
font-size:13px;
margin-top:15px;
}

.line{
  border:solid 3px #008FBC; 
}

