﻿/*
     threecolumn css
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F4F4F4;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
}
#header {
	width: 960px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#navigation {
	float: left;
	width: 960px;
	background-color: #0000FF;
	height: auto;
}
#insidewrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	background-color: #CCCCCC;
	float: left;
}
#leftcolumn {
	height: auto;
	width: 195px;
	float: left;
	background-color: #CCCCCC;
}
#content {
	float: left;
	padding: 10px;
	height: auto;
	width: 550px;
	display: inline;
	background-color: #FFFFFF;
}
#rightcolumn {
	height: auto;
	width: 195px;
	float: left;
	background-color: #CCCCCC;
}
#footer {
	width: 960px;
	float: left;
	background-color: #0000FF;
	height: auto;
}
.p_align_center {
	text-align: center;
}
.photo_no_border {
	border-width: 0;
}
.underline {
	text-align: center;
	text-decoration: underline;
}
.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;
}
.indent75 {
	text-indent: 75px;
}
.grey_back_bold {
	font-size: small;
	font-weight: bold;
	background-color: #C0C0C0;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}

