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

body 
{
	background-color: #011635;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	

	font-family:  Arial, tahoma, "Georgia","Times New Roman", Times, serif, tahoma,verdana,sans-serif;
	
	font-size:14px;
	color:#062a4a;
	margin:0px;
	text-align:center;
	line-height:18px;
	
	scrollbar-face-color: #b9dde1;
scrollbar-highlight-color: #83cad2;
scrollbar-3dlight-color: #83cad2;
scrollbar-darkshadow-color: #b9dde1;
scrollbar-shadow-color: #b9dde1;
scrollbar-arrow-color: #8e0404;
scrollbar-track-color: #fff;
}

#container
{
	width:995px;
	margin-right:auto;
	margin-left:auto;
	
}

#top
{
	width:995px;
	height:350px;
	background-image:url(../images/topbg.jpg);
	float:left;
}


#mainmenu
{
	width:995px;
	height:30px;
	
	float:left;
}

#content
{
	width:995px;
	
	float:left;
}


#homeleft
{
	width:250px;
	
	
	
	float:left;
}

#welcome
{
	width:230px;
	text-align:center;
	height:330px;
	background-image:url(../images/welcomebg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	
	float:left;
}


#register
{
	width:250px;
	text-align:center;
	height:100px;
	
	color:#FFFFFF;
	
	
	float:left;
}

#igoc2009
{
	width:250px;
	text-align:center;
	height:150px;
	
	color:#FFFFFF;
	
	
	float:left;
}


#homemiddle
{
	width:495px;
	text-align:center;
	
	float:left;
}

#contenthome
{
	width:705px;
	text-align:left;
	padding:20px;
	background-image:url(../images/contenthomebg.jpg);
	background-position:top;
	background-repeat:repeat;
	background-color:#FFFFFF;
	min-height:600px;
	
	float:left;
}
.content
{
padding:0px 0px 40px 0px;
float:left;
text-align:left;

}

#contenthome a, #contenthome a:visited
{
text-decoration:underline;
color:#01305c;
}

#contenthome a:hover, #contenthome a:active
{
text-decoration:underline;
color:#0085cf;
}




#contenthome img, .content img
{
	padding:0px 10px 10px 0px;
	float:left;
}

#homeright
{
	width:250px;
	padding:0px;
	
	height:610px;
	float:left;
}



#bottommenu
{
	width:995px;
	height:25px;
	float:left;
	background-color:#004378;
	font-size:11px;
	font-weight:600;
}




#bottommenu ul
{
	/*padding : 15px 0;*/
	padding:5px 0px;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	text-align: center;
	
	
	
	

	
}

#bottommenu li 
{ 
	display: inline;
	
	
}

#bottommenu li a:link, #bottommenu li a:visited
{
	
	text-decoration: none;
	color: #FFF;
	padding: 0em 0.7em;
	
	
	
	/*border-right: 1px solid #fff;*/	
}

#bottommenu li a:active
{
	
	text-decoration: underline;
	color: #f4feff;
	padding: 0em 0.7em;
	
	
	
	/*border-right: 1px solid #fff;*/	
}

#bottommenu li a:hover
{
	
	color: #64cfff;
	text-decoration:underline;
	
	
	
}

#sponsors
{
background-color:#000;
height:120px;
float:left;
text-align:center;
width:995px;
color:#FFFFFF;
margin-right:auto;
	margin-left:auto;
	/*padding-top:10px;*/
	font-size:13px;
	border-bottom: 1px #004378 solid;}
	
	.sponsors
	{
	color:#FFFFFF;
	padding:10px;
	float:left;
	}

#footer
{
background-color:#001731;
height:50px;
float:left;
text-align:center;
width:995px;
color:#FFFFFF;
margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	font-size:13px;
}

#footer a, #footer a:link,  #footer a:hover, #footer a:visited
{

color:#FFFFFF;
text-decoration:none;
}

.footerl
{
float:left;
padding-right:10px;
text-align:center;
padding-left:10px;
}

.footerr
{
float:right;
padding-right:10px;
text-align:center;
padding-left:10px;
}

#foottext
{

text-align:center;
margin-right:auto;
margin-left:auto;
width:700px;
}



.backtotop, .backtotop a, .backtotop a:link, .backtotop a:visited, .backtotop a:active
{

font-size:10px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
text-decoration:none;
color: #5795d7;
}

.backtotop a:hover
{

font-size:10px;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
color: #5795d7;
}



.clear
{
clear:both;
}