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


body {
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: 333333;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #377cb6;
	font-weight: 400;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #377cb6;
	font-weight: 400;
}

#wrapper {
	position:relative;
	text-align:left;
	width:945px;
	margin-right:auto;
	margin-left:auto;
}
#header {
	height:160px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#nav {
	height:33px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	width:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#4d4d4d;
	padding-top:10px;
}

#nav ul, #nav li, #nav a:link, #nav a:visited {
	display:inline;
	padding:12px;
}
#extras {
	height:313px;
	background-image:url(images/center.jpg);
	background-repeat:no-repeat;
}
#mainBlock {
	position:relative;
	height:417px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}
#content1 {
	position:absolute;
	top:30px;
	left:25px;
	width:220px;
}
#content2 {
	position:absolute;
	top:30px;
	left:270px;
	width:220px;
}
#content3 {
	position:absolute;
	top:30px;
	left:500px;
	width:150px;
}
#news {
	position:absolute;
	top:30px;
	left:700px;
	width:230px;
}

#portalLogin{
	position:absolute;
	top:290px;
	left:790px;
	width:130px;
}

#footer{
	font-size:90%;
	text-align:center;
}

#insideContent{
	height:678px;
	background-image:url(images/insideBackground.jpg);
	background-repeat:no-repeat;
}
#insideFooter{
	height:48px;
	background-image:url(images/insideFooter.jpg);
	background-repeat:no-repeat;
}
#mainPageContent{
	position:absolute;
	top:210px;
	left: 25px;
	width:890px;
	height:660px;
	line-height:20px;
	text-align: left;
}
	
.smaller{
	font-size:11px;
}

.texta {
 font-size: 10px;
 font-family:Tahoma, Geneva, sans-serif;
 background-color: #FFF;
 border: 1px solid #666666;
}



a:link {
	color: #38648A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #38648A;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #38648A;
}
						  
.center {
	text-align:center;
}

.red {
	color:#F00;
	font-weight:bold;
}
