/* CSS Document */

body {
	background-color:#005EAB;
	margin: 0;
	padding: 0;
}

#frame {
	position:relative;
	top: 0px;
	left: 0px;
	width:851px;
	height:687px;
	margin:	0 auto;
}

#header {
	position:absolute;
	left: 0px;
	top: 10px;
	width:851px;
	height:113px;
}

#navbar {
	position:absolute;
	left:0px;
	top:123px;
	width:851px;
	height:28px;
}

#main {
	position:absolute;
	left:0px;
	top:151px;
	width:851px;
	height:515px;
	background-image:url(images/main.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#container {
	width:690px;
	padding-top:47px;
	padding-left:100px;
}

#divider {
	position:absolute;
	left:0px;
	top:666px;
	width:851px;
	height:2px;
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#footer {
	position:absolute;
	left:0px;
	top:668px;
	width:851px;
	height:29px;
	background-color:#FFFFFF;

}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#000000;
	text-align:center;
	margin-top:10px;
}

#footer p a {
	color:#000000;
	text-decoration:none;
}

#footer p a:hover {
	color:#000000;
	text-decoration:underline;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	font-style:italic;
	font-weight:bolder;
	color:#005eab;
	text-align:left;
}
.content {font-family:tahoma; font-size:11px; color:#515151; line-height:normal; text-decoration:none; font-weight:normal; text-align:justify}
.content2 {font-family:tahoma; font-size:11px; color:#005DAA; line-height:normal; text-decoration:none; font-weight:bold; text-align:justify}

.link {font-family:tahoma; font-size:11px; color:#005DAA; line-height:normal; text-decoration:none; font-weight:normal; text-align:justify}
.link {font-family:tahoma; font-size:11px; color:#005DAA; line-height:normal; text-decoration:underline; font-weight:normal; text-align:justify}