/* CSS Document */

body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", arial;
	font-size: 14px;
	color: #484848;
	line-height: 15px;
}

img {
	border: 0px none;
}

#container {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url(images/banner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 3px 0px 3px 0px;	
        height:150px;
}

#nav {
	height: 37px;
	line-height: 37px;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	background-image: url(images/nav_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 15px;
	text-align:center;
}

	#nav a {
		padding: 0px 24px 0px 0px;
		color: #ffffff !important;
		text-decoration: none;
	}

#content {
	
}

	#leftPanel {
		width: 265px;
		float: left;
	}
	
		#leftPanel img {
			margin: 0px 0px 0px 0px;
		}
	
	#rightPanel {
		width: 250px;
		float: right;
	}
	
		#rightPanel img {
			margin: 0px 0px 0px 0px;
		}
		
	#contentArea {
		text-align: justify;
		width: 470px;
		float: left;
	}
	
		#contentArea h1 {
			font-size: 17px;
			font-weight: bold;
			color: #4FA4E4;
			margin: 15px 0px 30px 0px;
		}
		
		#contentArea h2 {
			font-size: 14px;
			font-weight: bold;
			margin: 16px 0px 16px 0px;
		}
		
		.special {
			font-size: 12px;
			color: #3493DB;
			font-weight: bold;
		}

#footer {
	line-height: 37px;
	color: #3A3A3A;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear: left;
	padding: 0px 0px 0px 15px;
	text-align:center;
}

	#footer a {
		padding: 0px 24px 0px 0px;
		color: #3A3A3A !important;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
	}
	
#copyright {
	line-height: 22px;
	color: #ACACAB;
	font-size: 10px;
	padding: 0px 0px 0px 15px;
}