@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font: 14px arial, hevetica, sans-serif;
	text-align: center;
	color: #004A80;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
	background-color: #07608D;
}

a:link { 
	color:#17375E;
}

a:visited { 
	color: #004A80;
}

a:hover, a:active {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	line-height: 45px;
	color:#17375E;
	border-bottom:5px solid #C6D9F1;
	_display:inline-block;
}
h2 {
	font-size: 14px;
}

h3 {
	font-style: italic;
	color: #17375E;
	font-size:14px;
}

.clear {
	clear: both;
}

#container {
	margin: auto;
	width: 800px;
	text-align: left;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
}
	
#header	{
	margin-right: 10px;
	margin-left: 10px;
	height: 130px;
	position: relative;
}

#tagline {
	position: absolute;
	left: 0;
	top: 30px;
	width: 760px;
	text-align: right;
}

#logo {
	margin-left: 20px;
	padding-top: 23px;
}

#imghdr	{
	margin-left: 10px;
}

#l-col	{
	float: left; 
	width: 176px;
	background-image:url(../images/img_columndivide.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin:0 0 0 10px;
	padding:0 20px 0 20px;
	_padding:0 20px 0 10px;
}

#quickbtns {
	margin-top: 20px;
}
	#quickbtns img {
		display:block;
		margin:3px 0 3px 0;
		padding: 3px 0 3px 0;
	}
	
#sidemenu{
	margin-top: 35px;
}
	#sidemenu h1{
		border: none;
		font-size: 20px;
		line-height: 15px;
	}

#news{
	margin-top: 35px;
}
	#news h1{
		border: none;
		font-size: 20px;
		line-height: 15px;
	}
	#news h2 {
		font-size: 14px;
	}
	#news p{
		font-size: 12px;
	}
	
#contents {
	margin-right: 30px;
	margin-left: 235px;
	padding-bottom: 20px;
}
	
#content-btm	{
	margin: auto;
	width: 800px;
	clear: both;
	height: 110px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
	
#footer {
	padding-top: 15px;
	margin-left: 10px;
}
	#footer p {
		color: #C5D5DD;
		font-size: 11px;
	}
	#footer a {
		color: #C5D5DD;
		font-size: 11px;
		text-decoration:none;
	}
	#footer a:hover {
		color: #C5D5DD;
		font-size: 11px;
	}
	#footer img {
	}
#flashcontent {
	height: 214px;
}
