﻿/* CSS Document  background-color: #F5F7F7*/



body {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-color: #6f685b;
}

* {
	border-width: 1px;
	margin: 0px;
	padding: 0px;
}

/* LAYOUT */

#container {
	width: 940px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
		
}

#wrapper {
	background-color: #FFFFFF;
	
}



#masthead  {
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
		
}


#contentWrapper {
	width: 900px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
	border-right: 1px solid #939393;
	border-left: 1px solid #939393;
}

#content {
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	
	
}

#leftCol {
	width: 529px;
	float: left;
	border-right: 1px dotted #999999;
	padding-right: 30px;
	margin-bottom: 30px;
}

#rightCol {
	float: right;

	width: 260px;
}



#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #999999;
	text-align: center;
	
}

#footer p {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}




/* DIV/NESTED DIVS */

.row { /* wraps floated rows*/
	padding-bottom: 30px;
	float: left;
	width: 838px;
}

div.floatBx {
	width: 520px;
	border: 3px double #999999;
	
}
div.lftText {  /* text floated left of image*/
	width: 495px;
	float: left;
}


#boxLft { /* outlined boxes */
	width: 405px;
	float: left;
	background-image: url(../img_layout/box_mid_tile.gif);
	background-repeat: repeat-y;
}

#boxRt {
	width: 405px;
	float: right;
	background-image: url(../img_layout/box_mid_tile.gif);
	background-repeat: repeat-y;
	
}

div.boxWrapOne {
	background-image: url(../img_layout/box_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 450px;
}


div.boxWrapTwo {
	width: 345px;
	margin-left: 30px;	
}




#infoBoxLft {
	width: 475px;
	float: left;
	
}

#infoBoxRt {
	
	float: right;
	width: 310px;
	
	height: 300px;
	
}


.floatRt {
	float: right;
}

.bkIssues {
	float: right;
	background: url(../img_layout/rt_archives_box.gif) no-repeat;
	
}

.bkIssues #contain {
	width: 260px;
	margin-top: 5px;
	margin-bottom: 25px;	


}


div.boxWrapOne p {
	
}

/* GLOBAL STYLES */




p {
	font-size: 14px;
	color: #515151;
	margin-bottom: 10px;
	line-height: 18px;
	
}


h1 {
	font-size: 17px;
	color: #8d322f;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	color: #32699B;
}

h3 {
	font-size: 11px;
	color: #4D4D4D;
}

h4 {
	color: #556B82;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 15px;
	color: #8A3333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 14px;
	color:  #325D89;
	margin-bottom: 5px;
}


.clear {
	clear: both;
}

ul {
color: #515151;
}

 



/* REPEAT MARGINS */






/* HEADING STYLES */


h1.marTop {
font-size: 21px;
	margin-top: 20px;
	text-align: left;
}

/* PARAGRAPH STYLES */



.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.row p {
	text-align: justify;
}

p.smText {
	font-size: 10px;
	line-height: 14px;
}

div.floatBx p {
	margin: 10px;
}







/* ANCHOR AND LINK STYLES */

 a {
	color:#707B37;
	text-decoration: none;
}

 a:hover {
	color: #899458;
}

ul.archives li a {
	
}



/*IMAGE STYLES */

img.sectionHead {
	
	margin-top: 20px;
}



img.heading {
	
	margin-bottom: 20px;
}

img.fltRt {
	float: right;
	margin-left: 8px;
}






/*LIST STYLES */

ul.contSub {
	font-size: 16px;
	color: #666666;
	
	margin-left: 40px;
	list-style-type: none;
	margin-bottom: 15px;
}

ul.contSub li {
	margin-bottom: 3px;	
	
}

 ul.rates li {
	font-size: 13px;
}

ul.rates  {
	list-style: none;	
}


ul.staff {
	margin-top: 20px;	
}


ul.staff li {
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 3px;	
}


ul.archives {
	font-size: 11px;
	margin-top: 125px;
	list-style-type: none;
	height: 210px;
	width: 260px;
	overflow: auto;
}


ul.archives li {
	font-size: 13px;
	margin-bottom: 5px;	
}

ul.staff li.bold {
	margin-bottom: 10px;
}



/*FORM STYLES */






/* NAVIGATION ELEMENTS */
