@charset "UTF-8";
/* CSS Document */

div {margin-top:0px; margin-bottom:0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#banner{
	height:120px;
}
#nav{
	height:30px;
}
#images{
	height:200px;
}
#divider{
	height:10px;
}
#content{
	min-height:300px;
	color: #000000;
	margin: 0px 10px 10px 10px; 
}
#footer{
	height:50px;
	color: #FFFFFF;	
}
	
#mainDivBg {
	width:950px;
	background:url(../images/bg.jpg) repeat-y;
	top:0px;
}
#mainDiv{
	width:900px;
	top:0px;
}
	
#divider, #footer{
	width:900px;
	background-color:#0066CC;
}

#bottomBg {
	width:950px;
	background:url(../images/bottom.jpg) no-repeat;
	height:25px;
}
	
/*Begin Language Links*/

a.language:link, a.language:visited {
	color: #FFFFFF;
	text-decoration:none;
}
	
a.language:hover, a:active {
	text-decoration:underline;
}
/*End Language Links*/


/*Begin Footer Links*/	
a.footer:link, a.footer:visited, a.footer:active{
	color:#000033;
	text-decoration:none;
}
a.footer:hover {text-decoration:underline;}
/*End Footer Links*/


h1{font-size:13px;}

a.bizkickoff:link {color:#FFFFFF;}
a.bizkickoff:hover {text-decoration: underline;}
