html,body{
	margin:0;
	padding:0
	}
	
body{
	font: 76% arial,sans-serif;
	background-color: #F0F9FF;
	}
	
p{
	margin:0 10px 10px
	}
	
div#header {
	background-repeat: repeat-y;
	height:75px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	background-color: #6D90EE;
	color: #33588D;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #33588D;
	background-image: url(/images/header_background.jpg);
	}
	
#header a{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:link{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:visited{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:hover{
	color: #CC0000;
	}

div#navigation{
	float:left;
	width:200px;
	background-color: #6D90EE;
	color: #33588D;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #33588D;
	border-bottom-color: #33588D;
	background-image: url(/images/navigation_background.jpg);
	background-repeat: repeat-y;
	}
	
#navigation a {
	text-decoration: none;
	color: #33588D;
	}
	
.navigation_text_small {
	font-size: 12px;
	color: #33588D;
	}
	
.navigation_text_medium {
	font-size: 12px;
	font-weight: bold;
	color: #33588D;
	}

.navigation_text_large {
	font-size: 16px;
	font-weight: bold;
	color: #33588D;
	}

#navigation a:link{
	color: #33588D;
	}
	
#navigation a:visited{
	color: #33588D;
	text-decoration: none;
	}

#navigation a:hover{
	color: #CC0000;
	}
div#extra{
	float:left;
	clear:left;
	width:200px
	}
	
div#wrapper{
	float:right;
	width:100%;
	margin-left:-210px;
	margin-top: -4px;
	}
	
div#content{
	margin-left:203px;
	margin-top: 4px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #33588D;
	padding-left: 10px;
	}

.content_text_small {
	font-size: 12px;
	}
	
.content_text_medium {
	font-size: 14px;
	font-weight: bold;
	}

.content_text_large {
	font-size: 24px;
	font-weight: bold;
	}
	
div#content p{
	line-height:1.4
	}

div#footer{
	clear:both;
	width:98%;
	color: #33588D;
	border: thin solid #33588D;
	background-image: url(/images/footer_background.jpg);
	background-repeat: repeat;
	padding: 5px;
	}
	
div#footer p{
	margin:0;
	padding:5px 10px
	}
.content_text_pagetitle {
	font-size: 18px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #37588B;
}
.newsflash {
	font-size: 16px;
	font-weight: bold;
	background: red;
	border: thin solid #000000;
}
