/* body */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	color: #024382;
	background: #fff url(../images/body_bg.gif) top left repeat-x;
}

#header {
	margin: 30px auto 0px auto;
	height: 134px;
	width: 782px;
	background: url(../images/header.gif);
}

#logo {
	position: absolute;
	margin-top: 38px;
	margin-left: 280px;
}

#logo img {
	border: 0px;
}

#body_top {
	margin: 0px auto 0px auto;
	font-size: 0px;
	height: 12px;
	width: 782px;
	background: url(../images/body_top.gif);
}

#body_bottom {
	margin: 0px auto 0px auto;
	height: 12px;
	width: 782px;
	font-size: 0px;
	background: url(../images/body_bottom.gif);
}

#body_content {
	margin: 0px auto 0px auto;
	width: 782px;
	background: url(../images/body.gif);
	padding-bottom: 20px;
}

#left_panel {
	float: left;
	width: 206px;
}

#left_menu {
	margin-left: 10px;
}

#left_menu img {
	border: 0px;
}

#right_panel {
	float: left;
	width: 540px;
	margin-left: 10px;
	text-align: justify;
}

#centre_panel_info {
	float: left;
	width: 358px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

#centre_panel_info a {
	color: #024382;
	background-color: transparent;
	text-decoration: none;
}

#right_panel_info {
	float: left;
	width: 187px;
	padding: 0px;
	margin: 0px;
}

#right_panel_info_top {
	width: 187px;
	height: 33px;
	background: url(../images/blog_top.gif);
}

#right_panel_info_middle {
	width: 177px;
	text-align: justify;
	background: url(../images/blog_bg.gif);
	padding: 5px;
}

#right_panel_info_content {
	height: 377px;
	text-align: justify;
	padding-right:5px;
	overflow: auto;
	font-size: 10px;
	/*Scrollbar Colours*/
	scrollbar-3dlight-color:#024382; 
	scrollbar-arrow-color:#f1f1f1; 
	scrollbar-base-color:#f1f1f1; 
	scrollbar-darkshadow-color:#d1d1d1; 
	scrollbar-face-color:#024382; 
	scrollbar-highlight-color:#f1f1f1; 
	scrollbar-shadow-color:#f1f1f1;
	scrollbar-track-color:#d1d1d1;
}

#right_panel_info_content a {
	color: #024382;
	text-decoration: none;
}

#right_panel_info_bottom {
	width: 187px;
	height: 15px;
	background: url(../images/blog_bottom.gif);
}

#footer {
	margin: 0px auto 0px auto;
	width: 782px;
	background: url(../images/body.gif);
}	

#footer_inner {
	padding-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #024382;
	text-align: center;
	font-size: 10px;
}

#footer_inner a {
	color: #024382;
	background-color: transparent;
	font-size: 10px;
	text-decoration: none;
}

#copyright {
	margin: 3px auto 0px auto;
	width: 782px;
	padding-bottom: 20px;
}

#copyright_left {
	font-size: 10px;
	float: left;
	margin-left: 10px;
	/*width: 250px;*/
}

#copyright_right {
	font-size: 10px;
	float: right;
	margin-right: 10px;
	/*width: 250px;*/
}

#copyright_right a {
	color: #024382;
	background-color: transparent;
	text-decoration: none;
}

#copyright_right a:hover {
	text-decoration: underline;
}

#contact_left {
	float: left;
	width: 100px;
	font-weight: bold;
}

#contact_right {
	float: left;
	width: 200px;
}

#contact-form label {
	float: left;
	width: 25%;
	font-size: 12px;
	margin-left: 1.2em;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form .txt {
	width: 55%;
	border: 1px solid #024382;
	background-color: #fff;
}

#contact-form .txt_small {
	border: 1px solid #024382;
	background-color: #fff;
}

#contact-form textarea.txt {
	width: 55%;
}

#adobe {
	float: right;
	padding-left: 10px;
}

h1, h2, h3 {
	font-size: 14px;
	color: #024382;
	background-color: transparent;
}

.thankyou {
	color: #024382;
	background-color: transparent;
}

.clearing {
	clear: both;
}

