h1 {
 font-size: 25px;
 padding: 0;
 margin: 0;
}
h2 {
 font-size: 18px;
 padding: 0;
 margin: 0;
}
img {
 border: none;
}

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper {
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}
#navbar {
 border: 1px solid #ccc;
 margin: 0px 5px 0px 5px;
 padding: 4px;
 background-color: #A3A38F;
}
#header {

}
#leftcolumn { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 float: left;
 min-height: 40px;
 margin-bottom: 10px;
}
* html #leftcolumn {height:40px} /* IE Min-Height Hack */ 

#leftcolumn h1 a:link{ 
 color: #305493;
 text-decoration: none;
}
#leftcolumn h1 a:visited{ 
 color: #305493;
 text-decoration: none;
}
#leftcolumn h1 a:hover{ 
 color: #305493;
 text-decoration: none;
}



#centercolumn {
	text-align: right;
	display: inline; /* IE Hack */
	min-height: 10px;
	width: 650px;
	float: right;
	margin-bottom: 10px;
}
* html #centercolumn {height:40px} /* IE Min-Height Hack */ 

#footer {
	margin: 0 5px 5px 5px;
	display: inline; /* IE Hack */
	padding: 9px 29px 29px 29px;
	float: left;
	width: 659px;
	min-height: 18px;
	color: #738FB7;
	font-weight: bold;
	background-color: #F1F4F9;
	border: thin solid #CCCCCC;
}
* html #footer {height:18px} /* IE Min-Height Hack */

#footer a:link, #footer a:visited , #footer a:hover {
 color: #738FB7;
 text-decoration: none;
} 

.mainleftcolumn {
 display: inline; /* IE Hack */
 float: left;
 min-height: 40px;
 margin-bottom: 10px;
 width: 447px
}

.mainrightcolumn {
	display: inline; /* IE Hack */
	min-height: 40px;
	width: 250px;
	float: right;
	margin-bottom: 10px;
	color: #80A1CC;
	font-size: 14px;
	text-decoration: none;
}

.mainrightcolumn img {
 display: block;
}


.left-mid {
 padding: 0px 16px 0px 16px;
 background-color: #F1F4F8;
}
.rith-mid {
	background-color: #F1F4F8;
	background-position: right;
	border-top-color: #ADC2DE;
	border-right-color: #ADC2DE;
	border-bottom-color: #ADC2DE;
	border-left-color: #ADC2DE;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	float: right;
}
.left-bottom {
 padding: 0;
 margin: 14px;
 background-color: #fff;
}
.left-bottom h1{
 color: #4c5513;
}


.left-mid h1{
 color: #4c5513;
}

.left-mid ul , .left-mid li{
 color: #4c5513;
 margin: 0;
 padding: 0;
 text-indent: 15px;
 list-style: none;
 font-size: 12px;
}

.main-content {
	margin: 9px;
	color: #4c5513;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}
.main-content2 {
	margin: 9px;
	color: #4c5513;
	padding-left: 5px;
	border: thin solid #F1F4F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.main-content-full {
	margin: 9px;
	width: 700px;
	border: thin solid #F1F4F8;
	padding-left: 10px;
}

.main-content a:link {
 color: #7297C7;
 text-decoration: none;
}
.main-content a:visited {
 color: #7297C7;
 text-decoration: none;
}
.main-content a:hover {
 color: #4c5513;
 text-decoration: none;
}


.main-content h1 {
 color: #7297C7;
}

.mainnav li{
 list-style: none;
 display:inline;
 margin-left: 15px;
}

.mainnav li a:link , .mainnav li a:visited , .mainnav li a:hover{
	list-style: none;
	display:inline;
	margin-left: 15px;
	text-decoration: underline;
	color: #666;
	font-size: 12px;
	font-weight: bold
}

