/* CSS Document */
body{
	background-color:#FFFFFF; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
}

#wrapper {
	position:relative;
	width:800px;
	min-height:768px;
}

#top {
	width:800px;
	height:80px;
	background-image:url("../images/header.png");
}

#nav {
	position:relative;
	width:100%;
	min-width:800px;
	height:20px;
	background-color:#f0f3fc;
	font-size:11px;
}

#main {
	width:800px;
	min-height:668px;
}

#flash {
	width:510px;
	float:left;
	height:165px;
	margin-top:30px;
	text-align:center; 
}

#main_index {
	width:500px;
	float:left;
	min-height:100px;
	text-align:justify;
	padding-top:10px;
}

#main_text {
	width:500px;
	float:left;
	min-height:650px;
	margin-top:30px;
	text-align:left;
}

#main_full {
	width:800px;
	float:left;
	min-height:650px;
	text-align:left;
	margin-top:30px;
}

#main_left {
	float:left;
	width:390px;
	min-height:650px;
	text-align:left;
	margin-top:30px;
}

#main_right {
	float:right;
	width:390px;
	min-height:650px;
	text-align:left;
	margin-top:30px;
}

#side {
	float:right;
	width:250px;
	min-height:300 px;
	margin-top:30px;
	background-color:#f0f3fc;
}

#bottom1 {
	width:240px;
	height:245px;
	float:left;
	text-align:justify;
	background-color:#f0f3fc;
}

#bottom2 {
	width:240px;
	height:245px;
	float:left;
	text-align:justify;
	margin-left:20px;
	background-color:#f0f3fc;
}

#footer {
	clear:both;
	margin-top:5px;
	width:800px;
	height:50px;
}




a {
  text-decoration:none;
}

a:visited {
  color: #0099cc;
}
a:link {
  color: #3333ff;
}
a:hover {
  color: #99ccff;
}

a.buttons {
  color: #3333ff;
}

a:visited.buttons {
  color: #0099cc;
}
a:link.buttons {
  color: #3333ff;
}
a:hover.buttons {
  color: 99ccff;
}


.linkblue {
	color: #3333ff;
}









