﻿/*
     CSS
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #989898;
	
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #1c2b3e;
}
#header {
	width: 960px;
	float: left;
	padding: 10px 0px 10px 0px;
	height: 199px;
	margin: 0px;
	text-align: center;
}
#navigation {
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	height: auto;
	width: 195px;
	float: left;
	text-align: center;
}
#content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
	width: 550px;
	display: inline;
	background-color: #FFFFFF;
}
#rightcolumn {
	height: auto;
	width: 195px;
	float: left;
	text-align: center;
}
#footer {
	width: 940px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
	background-color: #8FA8C1;
}
.photo_noborder {
	border-width: 0;
}
.white_text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.p_aligncenter {
	text-align: center;
}
.p_boldmedcenter {
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
.blueback_bmcenter {
	background-color: #BBCEFD;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
.bold_med {
	font-size: medium;
	font-weight: bold;
}
.blue_back_bold {
	background-color: #CCCCFF;
	font-weight: bold;
}
.center {
	text-align: center;
	font-weight: bold;
}
.black_photo_border_1px {
	border-style: solid;
	border-width: 1px;
}
.img_marginleft {
	margin-left: 8px;
	border: thin solid #000000;
}
.indent100 {
	text-indent: 100px;
}
.indent75 {
	text-indent: 75px;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}

