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

body {
	font-family: Tahoma, Arial, Sans-Serif;
	background: #fff url('images/bg_color.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background: #003466 url('images/web_master_body.jpg') repeat-y top center;
}

/* Header Stylings */

#header {
	background: #003466 url('images/web_master_header.jpg') no-repeat bottom center;
}

#headerimg 	{
	margin: 0 0 0 0;
	height: 175px;
	width: 900px;
}

#header p {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align: right;
	padding: 12px 30px;
}

/* Content Stylings */

#content {
	font-size: 13px;
}

.right_col {
	float: right;
	width: 680px;	
	margin: 0px 30px 30px 0px;
	text-align: justify;
}

.page_title, h3 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin: 0px auto;
	line-height: 27px;
}

.page_normal {
	font-size: 13px:
	color: #000;
	line-height: 18px;
}

a, a:visited, a:active {
	color: #666;	
}

a:hover {
	color: #036;
}

/* Footer Stylings */

#footer {
	margin: 0 0 0 0;
	width: 900px;
	height: 40px;
	background: #FFFFCB url('images/web_master_footer.jpg') no-repeat top center;	
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0px 30px 0 30px;
	text-align: center;
	font-size: 9px;
	color: #666;
	}
	
#footer a, a:visited, a:active {
	color: #666;	
}

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

/* Sidebar Stylings */

#sidebar {
	margin-left: 20px;
	margin-bottom: 50px;
	width: 170px;
}

/* Image Stylings */

a img {
	border: none;
	}
