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

*{padding:0;margin:0;}

body{
	background: #222 url(images/bg.png) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 150%;
	color: #333;
	margin:0;
	padding:0;
}

h1{
	color: #333;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 150%;
	font-size: 25px;
}

h2{
	color: #333;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
	margin-top: 20px;
	padding:5px;
	background: #E8E8E8;
	border: 1px solid #CCC;
}

h3{
	color: #3a4b85;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 16px;
	margin-top: 20px;
}
label{
	width: 10em;
	float:left;
}

a:link, a:visited, a:active{
	color: #44477f;
}

a:hover{
	color: #333333;
}

#shadow{
	width: 1070px;
	background: url(images/shadow.png) no-repeat;
	margin: 0px auto;
}

#container{
	background: #fff;
	width: 1000px;
	margin: 0px auto;
	border:1px solid #bbbbbb;
}

#logo{
	width:140px;
	height:150px;
	background: #fff url(images/logo.jpg) no-repeat top left;
	float:left;
	padding-left:10px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

#navigation{
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	background: #fff url(sponsors/sponsor_top.png) no-repeat top left;
	float: left;
	width: 850px;
	height: 150px;
	padding:0;
	margin:0;
}

#navigation ul{list-style-type:none;padding:0;margin:0;}

#navigation li{	display:inline;}

#navigation a:link, #navigation a:visited, #navigation a:active{
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	padding-top:100px;
	padding-left: 20px;
	padding-right: 20px;
	color: #6b79b0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing:0px;
	text-decoration: none;
	float:left;
}

#navigation a:hover{
	background: #35358f;
	text-decoration: underline;
	color: #fff;
}

#intro{
	border-bottom: 1px solid #bbbbbb;
	background: #4c63ac;
	height:200px;
	width:300px;
	float: left;
}

#intro p{
	padding: 20px;
	font-size: 14px;
	color: #efefef;
	letter-spacing:0.5px;
}

#intro span.big{
	font-size: 20px;
	line-height: 150%;
}

#header{
	border-bottom: 1px solid #bbbbbb;
	height:200px;
	width:700px;
	float: left;
	
}

#sponsor{
	background: #fff;
	float:left;
	width: 260px;
	padding: 15px;
}

#sponsor ul{list-style-type:none; padding:5px; text-align:center;}
#sponsor li{display:block;}

#content{
	padding:30px;
	background: #fff;
	float:left;
	width: 640px;
}

#content p{
	padding: 10px;
	color: #444;
}

#content img{
	padding:10px;
}

#content ul{
	margin-left: 50px;
	margin-bottom: 10px;
	list-style: disc;
}
	
#content li{
	/*display: block;*/
	line-height: 170%;
}

span.blue{color: #3a4b85; font-weight:bold;}
span.note{color: #3a4b85; font-size:16px;line-height: 150%;}

#footer{
	border-top: 1px solid #bbbbbb;
	background: #6b79b0 url(images/navoff.png);
	height: 50px;
	clear:both;
}

#footer p{
	padding: 5px;
	color: #efefef;
}

#footer a{
	color: #fff;
	text-decoration: underline;	
}

#footer a:hover{
	color: #999;
}