﻿/* CSS Layout */

* {
	font: Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('../images/background1.gif');
	background-repeat: repeat-x;
	}	
#wrapper {
	background: url('../510logo.jpg') no-repeat;
	margin: 0 auto;
	width: 960px;
	height: auto;
}

#header {
	width: 960px;
	float: left;
	height: 155px;
}
#navigation {
	float: left;
	width: 960px;
	height: 45px;
}
#leftcolumn {
	
	height: auto;
	width: 195px;
	float: left;
}
#content {
	padding: 10px;
	float: left;
	height: auto;
	width: 550px;
	display: inline;
}
#rightcolumn {
	
	height: auto;
	width: 195px;
	float: left;
}
#footer {
	width: 960px;
	clear: both;
}
.paligncenter {
	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;
}
.bckgrdblue {
	background-color: #CCCCFF;
}
.white_link_text {
	color: #FFFFFF;
	text-decoration: underline;
}
.blue_back_bold {
	font-size: small;
	font-weight: bold;
	background-color: #CCCCFF;
}
.p_bmcenter {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.photo_border_blk {
	border: 1px solid #000000;
}
.bldctrbcgrndblue {
	font-weight: bold;
	text-align: center;
	background-color: #CCCCFF;
}
.textalignleft {
	text-align: left;
}

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

.arialbmblue {
	color: #3333FF;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.photoboarder1 {
	border: 1px solid #000000;
}

.footerctrxxsmall {
	font-size: xx-small;
	text-align: center;
}

.p_bsscenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
.paligncenter_rd {
	color: #FF0000;
	text-align: center;
}

