@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-color: #d1d3d4;
	font-family:  Helvetica, Arial, Geneva, Palatino Linotype, Palatino;
	font-size: 13px;
	color: #1f1891;
	line-height: 20px;
	font-style:normal;
	height: 100%;
	overflow:visible;
	text-align:justify;

}
html {
	height: 100%;
}
body {
	min-height: 100%;
	
}
#top_wrapper {
	width: 100%;
	height: 150px;
	background-image:url(images/topwrap_bg.png);
	background-repeat:repeat-x;
	position:relative;
	z-index: 10;
}
#top_menu {
	width: 1000px;
	height: 150px;
	margin: 0px auto;
}
#body_wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0px auto;
	background-image:url(images/bodywrap_bg.jpg);

	position: relative;
	bottom: 0;
	padding-bottom: 20px;
	margin-top: -50px;
	overflow: auto;
}
#body_top {
	width: 1020px;
	margin: 0px auto;
}
#body_topLEFT {
	width: 210px;
	float: left;
}
#body_topRIGHT {
	width: 815px;
	height: 460px;
	float: right;
	position:absolute;
	z-index: 5;
	background-image:url(images/mainimage_bg.png);
	background-repeat:no-repeat;
	top: 0;
	margin-left:205px;
}
#mainimg_topRIGHT {
	width: 740px;
	height: 410px;
	margin: 0px auto;
	margin-left: 37px;
	margin-top: 0px;
}
#body_bottomSec {
	width: 1020px;
	margin: 0px auto;
	overflow: visible;
	padding-top: 200px;
	margin-top: -20px;
	clear: right;

}
#body_bottomMain {
	width: 1020px;
	margin: 0px auto;
	clear: both;
	padding-top:10px;
	
	
}
#body_bottomLEFT {
	width: 315px;
	float: left;
	padding-right: 5px;
	border-right: #b0bbe9 1px solid;
	clear: left;
	margin-top: 10px;
	
}
#body_bottomRIGHTv2 {
	width: 675px;
	margin: 0px auto;
	margin-right: 10px;
	background-color: #dedede;
	min-height: 300px;
	margin-top: -15px;
	float: right;
	padding-bottom: 10px;
}
#body_bottomRIGHTcon {
	width: 645px;
	margin: 0px auto;
	padding-top: 20px;
}

#body_bottomRIGHTconL {
	width: 315px;
	float: left;
}

#body_bottomRIGHTconR {
	width: 315px;
	float: right;
}
#body_botRIGHT {
	width: 675px;
	height: 10px;
	background-image:url(images/conbottom.png);
	background-repeat:no-repeat;
	float: right;
	margin-right: 10px;
}
#newsreg {
	width: 190px;
	height: 170px;
	background-image:url(images/newreg_bg.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding-left: 20px;
	padding-top: 30px;
}
#quickmenu {
	width:210px;
	margin: 0px auto;
}
#socialnetwork {
	width: 210px;
	height: 58px;
	margin: 0px auto;
}

#footer {
   position:absolute;
   top: 1;	
   bottom: -1;
   left: 0;
   width:100%;
   height: 40px;   /* Height of the footer */
   background-image:url(images/footer_bg.png);
   background-repeat:repeat-x;
   float: left;
   z-index: 10;
   margin-top: -10px;
   

}

#footercon {
	width: 900px;
	margin: 0px auto;
	font-family: Helvetica, Arial, Geneva, Palatino Linotype, Palatino;
	font-size: 10px;
	font-weight:bold;
	color: #1f1891;
	margin-top: 15px;
	bottom: 0;
	
}
#footercon_left {
	width: 400px;
	float: left;
}
#footercon_right {
	width: 400px;
	float: right;
	text-align: right;
}
.bodyhead {
	font-family: Palatino Linotype, Palatino, Georgia, Helvetica, Arial;
	font-size: 16px;
	color: #939598;
	line-height: 20px;
	font-style:normal;
	font-weight:bold;
}
a:link, a:visited, a:active {
	color: #1f189;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6f6f6f;
}

h1,h2,h3,h4,h5,h6,h7,p { 
  	margin:0px;
	
}
h1 {
	font-size: 34px;
	color: #939598;
}
h2 {
	
}
h3 {
	}
h4 {
	font-size: 18px;
	color: #6f6f6f;
	font-weight:bold;
}
h5 {
	font-size: 11px;


}
h6 {

}
/* Miscellaneous Listing */

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom:2px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
input, textarea, select { 
	padding:5px; 
	border:1px solid #1f1891; 
	font: 12px Arial, Helvetica, sans-serif; 
	width: 165px; 
	background-color:#fff; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
}
select { 
	height:35px; 
}

input[type=submit], input.submit { 
	width:auto; 
	background:#1f1891; 
	border:1px solid #1f1891; 
	color:#fff; 
	font-weight:bold; 
	cursor:pointer; 
	font-size:10px;
	width:auto; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	padding:5px; }

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { 
	background-color: #939598; 
	color:#1f1891; 
}
label {
	width: 170px;
	height: 20px;
	float: left;
	text-align: left;
	display: block;
	line-height: 14px;
	font-weight:bold;
	padding-top: 5px;
	color: #1f1891;
	
}
.form {
	text-align: left; 
	width: 200px; 
	border: 1px solid #1f1891; 
	border-collapse: collapse;
	font-family: Geneva, Palatino Linotype, Palatino, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	
	font-style: normal;
	margin-top: 5px;

}
.form2 {
	text-align: left; 
	width: 160px; 
	border: 1px solid #1f1891; 
	border-collapse: collapse;
	font-family: Geneva, Palatino Linotype, Palatino, Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	font-style: normal;
	margin-top: 5px;

}
label {
	width: 150px;
	height: 15px;
	float: left;

	margin-right: 15px;
	display: block;
	margin-top: 5px;
	line-height: 14px;
	font-weight:bold;

} 
#output {
	width: 320px;
	margin: 0px auto;
}
#output2 {
	width: 165px;
	margin: 0px auto;
}