/* HTML selectors */

html, body {
	min-height: 100%;
	text-align: left; /* Hack for IE5/Win */
	margin: 0px; padding:0px;
	height: 100%; 
}


p, td, li, pre
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

ul, ol
{
	padding-bottom: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}

/* generic selectors */
.boldred
{
	color: #FF0000;
	background-color: transparent;
	font-weight: bold;
}

.red
{
	color: #FF0000;
	background-color: transparent;
}

.size8 { font-size: 8pt; }
.size12 { font-size: 12pt; }

/* hyperlink styles */
A:link
{
	color: #A4001D;
	background-color: transparent;
}

A:hover
{
	color: #ee7e2b;
	background-color: transparent;
}


A:visited
{
	color: #990000;
	background-color: transparent;
}

A:active
{
	color: #A4001D;
	background-color: transparent;
}

#nav p
{
	margin: 5px 0;
}

#nav p a
{
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
	display: block;
	text-align: left;
	line-height: 15px;
}

#nav p a:link
{
	text-decoration: none;
}
#nav p a:visited
{
	text-decoration: none;
}

#nav p a:hover
{
	background: #990000;
	text-decoration: none;
}

#nav p a:active
{
	text-decoration: underline;
}


.topnav a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	display: block;
	text-align: left;
	line-height: 15px;
}

.topnav a:link
{
	text-decoration: none;
}
.topnav a:visited
{
	text-decoration: none;
}

.topnav a:hover
{
	color: #990000;
	text-decoration: none;
}

.topnav a:active
{
	text-decoration: underline;
}

.address
{
	color: #e6e19b;
	margin-left: 10px;
	margin-bottom: 1px;
	margin-right: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.watermark
{
	background-image: url(images/Pbackground.gif);
	background-repeat: no-repeat;
}

.pagetitle
{
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
}

/* STRUCTURE ================================ */	

 #container {
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

	
	
 #left-column {
			background-color: #75683b;
			min-height: 100%;
			height: 100%;
			width: 171px; ;
			text-align:left;
			vertical-align: top;
			padding: 0px;
			margin: 0px;
 }
 
#right-column {
			padding: 0px;
			margin: 0px
			/*min-height: 100%;
			height: 100%;*/
			vertical-align: top;
 }
 
 .right-column_home {
			padding: 0px;
			margin: 0px;
			background-position: right top;
			background-image: url(images/homepageEdge.jpg);
			background-repeat: repeat-y;
			/*min-height: 100%;
			height: 100%;*/
			position: relative;
			vertical-align: top;
 }
 
#navigation {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
}

#banner {
	background-color: #e6e19b;
}

#content {
 	clear: both;
 	margin-bottom: 0px;
 	position: relative;
 	margin-top: 10px;
 	margin-right: 20px;
 	margin-left: 40px;
}

#contentHome {
 	position: relative;
}
 
#footer {
 	padding-right: 20px;
 	padding-left: 20px;
 	padding-bottom: 0px;
 	text-align: left;
 	bottom: 0;
 	margin-top: 30px;
 	margin-bottom: 20px;
 	vertical-align: bottom;
 }
 

.teamtext {
	margin-left: 90px;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.indent {
	margin-left: 30px;
}

li {
	margin-bottom: 5px;
}

.inlineImage {
	float: right;
	border-width: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.homeImage {
	margin-bottom: 20px;
}

#calltoAction {
	width: 300px;
	background-color: #e6e19b;
	margin: 20px;
	padding: 5px;
}

