* {
	margin: 0;
	padding: 0; }

body {
	margin-top: 20px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #666; /* Centering Layout */
	text-align: center; }

/* STRUCTURE
----------------------------------- */
#wrapper { /* TOTAL WIDTH 740px*/
	border: 3px solid #958825;
	width: 734px; /* Centering Layout */
	margin-left: auto;
	margin-right: auto;
	text-align: left; }

#header { /* TOTAL WIDTH 734px*/
	border-bottom: 3px solid #958825;
	height: 80px;
	width: 734px; }

#contentWrapper {
	width: 734px;
	background: url(../images/contentWrapperBG.gif) repeat-y left top; }

#contentLeft { /* TOTAL WIDTH 454px*/
	float: left;
	border-right: 3px solid #958825;
	padding: 20px;
	width: 411px; }

#contentRight { /* TOTAL WIDTH 280px*/
	float: right;
	color: #fff;
	padding: 20px;
	width: 240px; }

#footer { /* TOTAL WIDTH 734px*/
	border-top: 3px solid #958825;
	color: #9c4322;
	text-align: center;
	padding: 20px;
	width: 694px; }

/* STYLING
----------------------------------- */
#header h1 {
	top: 20px;
	left: 20px;
	position: relative;
	z-index: 3;
	width: 265px;
	background: url(../images/logoTextVrs.gif) no-repeat top left;
	text-indent: -9000px; }

#header h1 a {
	display: block;
	height: 40px;
	background: url(../images/logoTextVrs.gif) no-repeat top left; }

#contentLeft p {
	margin-top: 10px; }

#contentRight img {
	margin: -20px -20px 20px; }

h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #958825; }

h2 {
	margin: 10px 0 -10px;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: 	#9c4322; }

h3 {
	margin-top: 10px;
	margin-bottom: -10px;
	color: #958825 }

strong {
	color: 	#9c4322; }
	
table {
	margin-top: 10px; }

blockquote {
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif; }

cite {
	float: right;
	text-align: right;
	margin-top: 5px;
	font-style: normal;
	line-height: 14px;
	font-size: 11px; }

#contentLeft ul {
	margin-top: 10px;
	list-style-type: none; }

#contentLeft li {
	background: url(../images/bullet.gif) no-repeat 0 .3em;
	padding-left: 20px; }
	
#flashRotate {
	margin: -20px -20px 20px; }

#flashRotate p {
	margin: 20px; }

/* NAVIGATION STYLING
----------------------------------- */	
#navMain ul {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	list-style-type: none;
	clear:both ;}

#navMain li {
	display: inline; }

#navMain li:before {
	color: #958825;
	content: "+"; }

#navMain li:first-child:before {
	content: ""; }

#navMain a {
	padding: 0 5px 0 0;
	margin: 0 0 0 8px;
	text-decoration: none;
	color: #9c4322; }

#navMain a:hover {
	color: #958825; }

/* LINK STYLING
----------------------------------- */
#contentLeft a:link {
	color: #958825;
	text-decoration: underline; }

#contentLeft a:visited, #contentLeft a:active {
	color: #958825; }

#contentLeft a:hover {
	color: #fff;
	background-color: #958825; }
	
/* FORM STYLES
---------------------------------------------------------------*/	
fieldset {
	margin-top: 10px;
	border: none;
	display: block;
}

label {
	float: left;
	width: 100px;
	padding-right: .5em;
	padding-top: 4px;
	text-align: right;
}

select, textarea, input {
	width: 200px;
	padding: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #958825;
}

fieldset p {
	margin-bottom: 6px;
}

.fieldWidth {
	width: auto;
}

.buttonWidth {
	width: auto;
	border: none;
	background: #fffbd0; }.whitey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
}
