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

* { margin:0; padding:0; outline: none;}

body {
	background: #f5f5f5 url('images/body-bg.png') 50% 0 repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

img {border: none;}

#wrapper {
	margin: 0 auto;
	width: 770px;
	padding: 0 15px;
	background: url('images/main-bg.png') 50% 0 repeat-y;
}

#topline {
	line-height: 13px;
	color: #fff;
	font-size: 11px;
	/*background: #6DA3FE;*/
	background: #2E68AB;
	padding: 4px;
	margin: 0 11px;
	color: #E2EDFF;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topline a {	
	color: #E2EDFF;
	text-decoration: none;
}

#topline div { width: 50%; float: left;}

#header {
	height: 192px;
	margin: 10px 25px 0;
	background: url('images/header-bg.jpg') 100% 0 no-repeat;
}

#menu {
	margin: 0px 25px;
	padding: 0 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/main-shadow.png) 50% 100% no-repeat;
}

#menu div {
	height: 50px;
	background: #ccc url('images/menu-bg.png') 0 0 repeat-x;
	padding: 0 10px;
}

#menu a {
	display: block;
	float: left;
	line-height: 18px;
	padding: 5px 15px 27px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#menu a:hover { background: url(images/menu-hover.png) 50% 100% no-repeat; }

#menu a.active { 
	background: #3399FF url(images/menu-active-bg.png) 0 0 repeat-x; 
	color: #fff;
}

#main {
	background:  url(images/main-bot.png) 50% 100% no-repeat;
	padding: 0 25px 80px;
}

#main .left {
	width: 490px;
	float: left;
	padding-left: 10px;
	line-height: 150%;
	text-align: justify;
}

#main a:link, #main a:visited, #main a:active { color: #3366FF; text-decoration: none }
#main a:hover { text-decoration: underline; color: #003399 }
#main .right {
	width: 190px;
	float: right;
	padding-top: 40px;
}

#main .right a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

ul {
	list-style:none;
	padding: 10px 0 0 8px;
}

ul li { 
	line-height: 100%;
	padding: 2px 0 8px 22px;
	background:  url(images/ul-dot.png) 0 0 no-repeat;
}

p { padding: 4px 0;}

h2 {
	color: #F60;
	font: normal 18px Impact, Georgia, "Times New Roman", Times, serif;
	padding: 10px 0; 
	letter-spacing: 1px;
}

h1 {
	letter-spacing: 1px;
	font: normal 28px Impact, Verdana, Arial, Helvetica, sans-serif;
	color: #2E68AB;
	padding: 0 0 5px 15px;
	background: url(images/title-border.png) 0 100% no-repeat;
	margin-bottom: 10px;
}

#main form table {margin-left: 50px; }
input, select, textarea {
	border: 1px solid #666;
	margin: 2px;
	padding: 2px;
	color: #000;
	width: 200px;
}

#footer, #footer a {
	font-size: 11px;
	color: #666;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer { padding-bottom: 30px; }
#footer img { margin: 5px; }
#footer a:hover {text-decoration:underline;}