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

body {
	margin: 0px;
	background-image: url(../img/layout/images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #010059 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 770px;
	background-color: #FFFFFF;
}

a img {
	border: none;
}

input {	
	font-size: 11px;
}

#header {
	background-image: url(../img/layout/images/header_04.jpg);
	background-repeat: no-repeat;
	height: 272px;
	width: 770px;
}

#header_padding {
	padding-top: 14px;
	padding-left: 5px;
}

#left {
	background-image: url(../img/layout/images/left_04.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 18px;
}

#right {
	background-image: url(../img/layout/images/right_06.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 18px;
}

#formbox_bg {
	background-image: url(../img/layout/images/right_bg_21.jpg);
	background-repeat: repeat-y;
	width: 246px;
}

#footer {
	background-image: url(../img/layout/images/footer_bg_04.jpg);
	background-repeat: repeat;
	color: #000000;
}

.login_form {
	background-color: #0000FF;
	color: #FFFF00;
}

.about_us {
	background-image: url(../img/layout/logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 303px;
}

#contact_bg 
	background-image url(../img/layout/images/footer_bg_04.jpg);
	background-color: #fcb010;
	background-repeat: repeat;
	color: #ffffff;
	font-size:12px;
}

#contact_bg_padding {
	padding-left: 5px;
	padding-top: 5px;
}

.underline {
	border-bottom: solid #000000 thin;
}.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: pre;
}

