/* CSS Document */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #999999;
	margin: 0px;
	margin-bottom: 10px;
	background-image: url('backgroundgradient.jpg');
	background-repeat:repeat-x;
	background-color:#01009A;
}

p {
	margin: 0 0 10px 0;
}

li {
	list-style: circle;
	list-style-type:circle;
}

#container {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 980px;
	width: auto;
	padding: 0px;
	border: 1px dashed #333333;
	background: #FFFFFF;
	vertical-align:top;
}

#masthead {
	height: auto;
}

#logo {
	float:left;
	margin: 3px;
	width: 275px;
	height: 41px;
}

#logo img {
	float: left;
	border: 1px;
	border-color: #666666;
	border-style: dotted;
}

#strapline {
	float: right;
	height: auto;
	padding-top: 15px;
	padding-left: 2px;
	padding-right: 7px;
	padding-bottom: 0px;
	color: #333333;
	font-size: 0.75em;
	font-weight: bold;
}

#trademarked {
	float: none;
	text-align: center;
	color: #666666;	
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}

#main_content {
	float:left;
	width: 80%;
	padding: 7px;
	color: #333333;
	font-weight: normal;
	font-size: 0.85em;
	text-align: justify;
	vertical-align:top;
}

#home_content {
	float:left;
	width: 98%;
	padding: 7px;
	color: #333333;
	font-weight: normal;
	font-size: 0.80em;
	text-align: center;
	vertical-align:top;
}

#main_content h1 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-color:#D3D3D3;
}

.home_h1 {
	font-size: 1.05em;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-color:#D3D3D3;
}

#main_content ul {
	display: block;
	position: relative;
	max-width: 375px;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	padding-left: 25px;
}

#main_content li {
	list-style: circle;
	left: 200px;
}

#main_content a:link {
	color: #000000;
	text-decoration: underline;
}

#main_content a:visited {
	color: #000000;
	text-decoration: underline;
}

#main_content a:hover {
	color: #000000;
	text-decoration: none;
}

#main_content a:active {
	color: #000000;
	text-decoration: underline;
}

#nav_panel {
	float:right;
	width: 130px;
	padding: 7px;
	font-size: 0.80em;
	text-align: left;
}

#nav_panel ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

#nav_panel li {
	padding-bottom: 3px;
}

#nav_panel ul a:link {
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: underline;
}

#nav_panel ul a:visited {
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: underline;
}

#nav_panel ul a:hover {
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: none;
}

#nav_panel ul a:active {
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: underline;
}

.img_left{
	float: left;
	padding-bottom: 3px;
	padding-right: 12px;
}

.img_right{
	float: right;
	padding-bottom: 3px;
	padding-left: 12px;
}

img_cent_link {
	padding: 0;
	border: 0;
}

#main_content p {
	line-height: 115%;
}

#link_panel {
	float: left;
	width: 30%;
	background-color: #CCCCCC;
	border: 1px #333333 solid;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px;
}

#link_panel a:link, #link_panel a:visited, #link_panel a:active {
	display:block;
	color: #000000;
	padding: 5px;
	text-decoration:underline;
}

#link_panel a:hover {
	display:block;
	color: #ffffff;
	background-color: #999999;
	padding: 5px;
	text-decoration:none;
}

#footer {
	float: none;
	text-align: center;
	color: #666666;	
	font-size: 0.75em;
	font-weight: bold;
	padding: 0px;
	height: 12px;
	border-top: 1px dashed #999999;
}

#footer p {
	line-height: 115%;
	margin: 5px;
}

#bottom_logo {
	position:relative;
	right: -304px;
	bottom: 70px;
	width: 135px;
	height: 36px;
}

#highlighted_box {
	border-style: dashed;
	border-color:#333333;
	border-width: 1px;
	padding: 15px;
}

.spacer {
	clear:both;
}
