/* CSS Document */

body {
	background-color:#2C6A8F;
	font:normal 13px/19px Helvetica, Arial, Verdana, sans-serif;
	margin:0px;
	text-align:center;
}

p.title2 {
	font:normal 13px/19px Helvetica, Arial, Verdana, sans-serif;
	color:#2C6A8F;
	font-size:110%;
	font-weight:bold;
}

a {
	color:#0000FF;
}
a:link {
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold
}
a:visited {
	color:#2C6A8F;
	text-decoration:none;
	font-weight:bold
}
a:hover {
	color:#3AA2BD;
	text-decoration:none;
	font-weight:bold
}
a:active {
	text-decoration: none;

}

a.two {
	color:#2C6A8F;
}
a.two:link {
	color:#2C6A8F;
	text-decoration:none;
	font-weight:bold
}
a.two:visited {
	color:#2C6A8F;
	text-decoration:none;
	font-weight:bold
}
a.two:hover {
	color:#3AA2BD;
	text-decoration:none;
	font-weight:bold
}
a.two:active {
	text-decoration: none;

}

a.news { color:#2C6A8F; font-size:75%;}
a.news:link { color:#2C6A8F; text-decoration:none; font-weight:bold }
a.news:visited { color:#2C6A8F; text-decoration:none; font-weight:bold }
a.news:hover { color:#3AA2BD; text-decoration:none; font-weight:bold }
a.news:active { text-decoration: none; }

.menu {
	font-size:100%;
	font-weight: bold;
}


/* Bar */
#bar {
	background: url(images/blue_strip.gif);
	position:relative;
}

/* Header */
#header {
	width:790px;
	background-image:url(images/light_blue.gif);
	position:relative;
	margin:0 auto;
}

/* Header2 */
#menu {
	width:790px;
	background-image:url(images/light_blue.gif);
	position:relative;
	margin:0 auto;
	text-align: left;
}

.headertext {
	word-spacing: 150%;
}

/* White */

#white {
	width:790px;
	background:white;
	position:relative;
	text-align:left;
	margin:0 auto;
}

.title {
	font-size:120%;
	font-weight:bold;
	letter-spacing: 1px;
}

#columnleft {
	width:48%;
	position:absolute;
	text-align:left;
	top:50px;
	left:20px;
}
	
#columnright {
	width:48%;
	position:absolute;
	text-align:left;
	top:50px;
	left:400px;
}

/* Footer */
#footer {
	width:790px;
	background-image:url(images/light_blue.gif);
	position:relative;
	margin:0 auto;
	padding:20px;
}

.footertext {
}
#Copywrite {
	width:750px;
	position:relative;
	margin:0 auto;
	padding:20px;
	font:normal 13px/19px Helvetica, Arial, Verdana, sans-serif;
	color:#FFFFFF;
	font-size:75%;
}