@charset "UTF-8";
/* CSS Document */

/* Specify blanket rules for all elements */ 
body {
	font: normal 10px Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #000000;	
}

/* Rules for standard fonts */ 
h1 { 
font-size:200%; 
} 
h2 { 
font-size:175%; 
} 
h3 { 
font-size:150%; 
}
h4 {
	font-size:120%;
	line-height:90%;
}
h5 { 
font-size:100%; 
} 
p { 
font-size:100%; 
line-height:150%; 
}
a img {
    border: none;
}
.purplebold	{
	text-align: center;
	color: #9933CC;
	font: Goudy, Times, Serif;
	font-weight: bold;
	font-size: 18px;
	}
	
.revcaption  {
	font-size:9px;
	color: #FFFFFF;
}
.reversetxt  {
	color: #FFFFFF;
} 
	




/* ######### About Page Items ######### */
/* ######### ###################### ######### */	
#cmpycontnr {
	margin:0px;
	background-color: c7dff4;
	padding: 15px 15px 0px 15px;
	background-image: url(../images/cvrr-bckgrnd.jpg);
	min-height: 400px;
	}
#cmpybox {
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	margin:0px auto 0px auto;
	background-image: url(../images/85prcntscrn.png);
	width: 700px;
	min-height: 175px;
	}
#side1	{
	float:left;
	padding:15px;
	background-image: url(../images/sidebarnavbkrd.jpg);
	width:175px;
	text-align: left;
	min-height: 125px;
	}
#side2	{
	float:right;
	padding:15px;
	text-align: left;
	width: 450px;
}
#fullwidth	{
	padding: 15px;
	text-align: left;
}
.contactus-text {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #333333;
	TEXT-ALIGN: left;
}
.contactus-error {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #CC0000;
	TEXT-ALIGN: left;
}
.contactus-input {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #000000 1px solid;
	COLOR: black;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: white;
	TEXT-ALIGN: left;
}
.contactus-submit {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	BORDER-LEFT: #000000 1px solid;
	CURSOR: hand;
	COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: white;
}
