﻿/*
      css
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000066;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	width: 960px;
	float: left;
	height: 180px;
	margin-top: 10px;
}
#navigation {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#insidewrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	background-color: #0D47BA;
	float: left;
}

#content {
	float: left;
	height: auto;
	width: 960px;
	display: inline;
	background-color: #FFFFFF;
}
#footer {
	padding: 2px 0px 2px 0px;
	width: 960px;
	float: left;
	background-color: #8DADFF;
}
.footer_blk_ctr {
	text-align: center;
	color: #000000;
	font-size: x-small;
}
.p_align_center {
	text-align: center;
}
.photo_no_border {
	border-width: 0;
}
.p_bunderctr {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.noline {
	text-decoration: none;
}
.table_ctr {
	margin: 0px auto 0px auto;
}
.p_rb {
	color: #FF0000;
	font-weight: bold;
}
.p_lbc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.large_bold {
	font-size: large;
	font-weight: bold;
}
.bold_med {
	font-size: medium;
	font-weight: bold;
}
.white_link_text {
	color: #FFFFFF;
	text-decoration: underline;
}
.blue_back_bold {
	font-size: small;
	font-weight: bold;
	background-color: #CCCCFF;
}
.p_bmcenter {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.photo_border_blk {
	border: 1px solid #000000;
}

a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}

