﻿/*
      css
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #003366;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
}
#header {
	width: 960px;
	float: left;
	height: 293px;
	margin-top: 10px;
}
#navigation {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #6F94DA;
	height: auto;
}
#content {
	float: left;
	height: auto;
	width: 960px;
	display: inline;
	background-color: #FFFFFF;
}
#footer {
	width: 960px;
	float: left;
	background-color: #CCCCCC;
	height: auto;
}
.p_align_center {
	text-align: center;
}
.photo_no_border {
	border-width: 0;
}
.table_ctr {
	margin: 0px auto 0px auto;
}
.bold_med {
	font-size: medium;
	font-weight: bold;
}
.white_link_text {
	color: #FFFFFF;
	text-decoration: underline;
}
.p_bmcenter {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.photo_border_blk {
	border: 1px solid #000000;
}
.footer_center {
	font-family: Arial;
	font-size: x-small;
	text-align: center;
}

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