﻿/*
      css
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F4F4F4;
	background-image: url('../images/diamond.jpg');
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	width: 960px;
	float: left;
	height: 300px;
	background-color: #999999;
	margin-top: 10px;
}
#navigation {
	float: left;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	height: auto;
}
#insidewrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	background-color: #3792CE;
	float: left;
}
#leftcolumn {
	padding: 5px;
	height: auto;
	width: 185px;
	float: left;
	background-color: #3792CE;
	color: #FFFFFF;
}
#content {
	float: left;
	padding: 10px;
	height: auto;
	width: 550px;
	display: inline;
	background-color: #FFFFFF;
}
#rightcolumn {
	padding: 5px;
	height: auto;
	width: 185px;
	float: left;
	background-color: #3792CE;
	color: #FFFFFF;
}
#footer {
	width: 960px;
	float: left;
	background-color: #FFA400;
	height: auto;
}
.textindent75px {
	text-indent: 75px;
}
.p_bmcenter {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.p_aligncenter {
	text-align: center;
}
.p_align_left {
	font-size: medium;
	font-weight: bold;
	text-align: left;
}
.fieldLabel {
	width: 150px;
	text-align: right;
	float: left;
}
.all_caps {
	text-transform: uppercase;
}
.indent150 {
	text-indent: 150px;
}
.table_center {
	margin: 0px auto 0px auto;
}
.controlContainer {
	vertical-align: baseline;
	margin-bottom: 4px;
}
.redboldmedium {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
.leftalign {
	text-align: left;
}
.white_link_text {
	color: #FFFFFF;
}
.thankyouxxblue {
	text-align: center;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.photo_bdr_1px {
	border-style: solid;
	border-width: 1px;
}
.blue_text {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #3333FF;
}
.photo_noborder {
	border-width: 0;
}
.underline_none {
	text-decoration: none;
}
.errorxx {
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}

.bluebackwhitetext {
	color: #FFFFFF;
	background-color: #438CBA;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}


