body {
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6F6F6F;
	text-align: center;
	margin: 0 0 0 0;
	font-family: Arial,Verdana, Tahoma, Geneva, Georgia, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 766px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}

#header {
	background-image: url(img/header.jpg);
	height: 290px;
	width: 766px;
	background-repeat: no-repeat;
}

#main {
	width: 766px;
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-y;
	
}



#navi {
	width: 161px;
	height: 450px;

	background-color: #F6F6F4;
	float: left;
	margin-left: 22px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#navi a {
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #555555;
	margin-bottom: 0px;
	padding: 2px;
}

#navi a:hover {
	background-color: #4B4B4B;
	color: #FFF;
}


#content {
	width: 535px;
	margin-left: 212px;
	padding-top: 10px;
}

#footer {
	position: relative;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 736px;
	padding-top: 25px;
	padding-left: 30px;
}

#footer a {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}

#footer a:hover {
	color: #FFFFFF;
}

#footercopy {
	position: absolute;
	top: 25px;
	right: 30px;
	width:150px;
	}

.input{
	background-color: #0A30B7;
	color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

h1 {
	font-size: 14px;
	line-height:14px; 
	color: #092FB8;
}

h2 {
	font-size: 13px;
	line-height:13px; 
	color: #2DBB45;
}

h3 {
	font-size: 13px;
	width: 100%;
	background-color: #C4C4C4;
	border: solid 1px #636363;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #2BBA46;
	font-weight: bold;
}

a:hover {
	
	
	text-decoration: underline;
	
}
