/* General Styles */

html { 
	height:100%; 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans serif;
	font-size: 9pt; 
	color: #3b3c3f;
}

body
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #373737;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3c5062;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	height:100%;
	width:100%;
}

a:link {
	color: #6b798e;;
	text-decoration: none;
}
a:visited {
	color: #6b798e;;
	text-decoration: none;
}
a:hover {
	color: #3d69b2;
	text-decoration: underline;
}
a:active {
	color: #6b798e;;
	text-decoration: none;
}

img { border:0;
}

h1 {
	color:#a58744;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	margin: 5px 10px 2px 15px;
}

h2 {
	color:#a58744;
	font-size:12px;
	font-weight:bold;
	margin: 10px 20px 2px 18px;
	/*border-style:solid;
	border-color:#a58744;
	border-width: 1px;*/
	padding: 0px 10px 0px 10px;
	/*background-color: #f1e9d6;*/
}

h3 {
	color:#a58744;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	margin: 5px 20px 2px 25px;
}

h4 {
	color:#a58744;
	font-size:10px;
	font-weight:bold;
	margin: 5px 20px 2px 18px;	
	padding: 0px 10px 0px 10px;
}


p {
	font-size:12px;
	color:#373737;
	line-height: 14px;
	margin: 0px 15px 2px 20px;
	padding: 5px;
	text-align:left;
	
}

div.hr {
  	background: url(../images/hr.gif) no-repeat scroll center;
	background-repeat: repeat;
	border: 0;
	width: 97%;
	height: 4px;
	line-height: 6px;
	margin: 10px 2px 2px 2px;
}
div.hr hr {
  display: none;
}

li
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 12px;
	margin: 0px 8px 2px 8px;
	padding: 2px;
	/*list-style-type:square;*/
	
}
li.news_list
{
	
	list-style-type: square;
	
}
ul
{
	list-style-type: square;
	
}
	
ol
{
	list-style-position:outside;
	
}
	


.leftcol
{
border-bottom:1px solid #f1e9d6;
border-left:0px solid #f1e9d6;
border-right:0px solid #f1e9d6;
border-top:0px solid #f1e9d6;
vertical-align:top;
padding-left:2px;
}

.midcol
{
border-bottom:1px solid #f1e9d6;
border-left:1px solid #f1e9d6;
border-right:0px solid #f1e9d6;
border-top:0px solid #f1e9d6;
vertical-align:top;
padding-left:2px;
}

.rightcol
{
border-bottom:1px solid #f1e9d6;
border-left:1px solid #f1e9d6;
border-right:0px solid #f1e9d6;
border-top:0px solid #f1e9d6;
vertical-align:top;
padding-left:2px;
}



/* label
{

float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
*/


