@charset "utf-8";
/* CSS Document */
@import url(header.css);
@import url(menu.css);
@import url(left.css);
@import url(middle.css);
@import url(right.css);
@import url(bottom.css);

html{
	overflow-y:scroll;
}

body {
	margin:auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5c5c5c;
	background:#f2f2f2 url('/img/background.gif') repeat-y center;
}

a{
	outline-style:none;
	text-decoration:none;
	border:0;
	color:#073366;
}
a:hover{
	text-decoration:underline;
}

a img{
	border:0px;
}

h1{	
	margin:0;
	padding:0;
	font-size:15px;
	float:left;
}
h2{
	margin:0;
	padding:0;
	font-size:15px;
	float:left;
	color:#073366;
}
h3{
	margin:0;
	padding:0;
	font-size:15px;
	float:left;
	color:#5c5c5c;
}

span.bold{
	font-weight:bold;
}

div#container{
	width:998px;
	margin:0 auto;
	background:#ffffff;
}

div#bodyWrapper{
	width:994px;
	height:auto;
	margin:0;
	padding:0 2px 0 2px;
	float:left;
	display:inline;
}

div#contentWrapper{
	width:994px;
	margin:0 0 2px 0;
	padding:0;
	float:left;
	display:inline;
	background:#ffffff url('/img/contentWrapper.gif') repeat-y;
}
