body {
	color: #8g8g8g;
	font-family: Tahoma;
	font-size:13px;
	background-color: #e7edf2;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 990px;
	width: 100%;
	height: 101px;
	background: url(../images/header.jpg) left repeat-x;
}
#welcomeText {
	position: absolute;
	padding-top: 14px;
	padding-left: 80px;
	font-size: 11px;
	font:"MS Serif", "New York", serif;
	color: #758088;
	color: #bababa;
}
#whiteBox {
	position: absolute;
	top: 105px;
	left: 0px;
	background: #FFF;
	min-width: 990px;
	width: 100%;
	height: 197px;
}
#logo {
	position:absolute;
	left: 5px;
	top: 5px;
	
	width: 204px;
	height: 55px;
	
	background: url(../images/ai_logo.png) top no-repeat;
}
#left-content {
	position: absolute;
	left: 35px;
	top: 140px;
}

#left-content img {
	border: 1px solid #d9dddf;
	background:#FFF;
	padding: 4px;
}
#main {
	position: relative; 
	left: -85px;
	max-width: 690px;
	margin-top: 140px;
	margin-left: 375px;
	min-height: 300px;
	min-width: 690px;
	
	color: #333333;
}

#main h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #6b7176;
	
	margin-top: 30px;
	padding-left: 20px;
	background: url(../images/field.png) left no-repeat;
}

#main h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #6b7176;
	
	margin-top: 0px;
}

#main .bodytext {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	background: #FFF;
	
	border: #d9dddf solid 1px;
}

#main .csc-sitemap {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	background: #FFF;
	
	border: #d9dddf solid 1px;
}

#fsImage {
	position: absolute;
	top: 29px;
	left: 80px;
}

#footer {
	padding-top: 70px;
	text-align: center;
	top: 200px;
	font-size:9px;
}

a:link {
	color: #0060BF;
	text-decoration: none;
}
#main .bodytext a:link {
	background: url(../images/link_image.png) right no-repeat;
	padding: 0 10px 0 0;
}
#main .bodytext a:visited {
	background: url(../images/link_image.png) right no-repeat;
	padding: 0 10px 0 0;
	color: #333333;
}
a:hover {
	color: #0060BF; 
	text-decoration: underline;
}
a:visited {
	color: #333333;
}