*{
	margin:0px;
	padding:0px;
}

html{
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
	margin: auto;
/*	background:url("../images/pattern.gif");*/
	background: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #5c7f99;
	overflow-x: hidden;
	padding-bottom:40px;
}

#wrapper1 {
	margin:auto;
}

#wrapper2 {
	width:748px;
	margin: auto;
}

#head-nav{
	height: 40px;
	width: 100%;
}

#head{
	height: 95px;
	width: 100%;
}

#main-nav-cont{
	position: relative;
	top: 10px;
}

#main-nav {
	width: 550px;
	border:none;
	height: 28px;
	font-family: Arial;
	font-size: 12px;
	margin: auto;
}

#main-nav li {
	position: relative;
	top: 8px;	
	width: 90px;
	float:left;
	list-style:none;
	text-align: center;
}

#main-nav li a{
	border: none;
	text-decoration: none;
	display: block;
	background: url('../images/button-normal.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#main-nav li a:hover{
	text-decoration: none;
	background: url('../images/button-over.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#main-nav li a.active{
	text-decoration: none;
	background: url('../images/button-over.gif');
	background-position: center;
	background-repeat: no-repeat;
}


.logo{
	float: left;
	width: 100px;
}

#container {
	position: relative;
	top: 20px;
	height: 344px;
}

#right {	
	width:515px;
	float:right;
	background: #25334f;
	height: 344px;
}

#content {
	background: #25334f;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
	height: 344px;
	overflow-y: auto;
	overflow-x: hidden;
}


#content p{
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#content a{
	color: #ddd;
}


#content ul{
	list-style: disc;
	padding-left: 20px;
}

#container h1{
	font-family: Arial;
	font-size: 12px;
	color: #6fd8ff;
	padding-left: 10px;
}

#sidebar {	
	width:225px;
	float:left;
	height: 100%;
	/*background:url(../images/sidebar.jpg) top right no-repeat #fff;*/
}

#footer {
	height: 30px;
	background: #0066cc;
	font-family: Arial;
	font-size: 10px;
	color: #ddd;
	position: relative;
	top: 30px;
	/*opacity: 0.5;*/
}

#content h2 {
	font:2.2em Arial;
	color:#222;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #ffcc66;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
}

#content h2 a {
	color:#121212;
	text-decoration:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left: 5px solid #f0f0f0;
	text-align: justify;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border:none;
	padding:0;
	margin:0;
}

#sidebar ul li {
	border-bottom:1px solid #000;
	margin:0;
}

#sidebar ul h2 {
	background: #fff799;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}

#sidebar ul li a {
	display: block;
	padding:5px;
	color:#333;
	text-decoration:none;
}


#content-nav ul{
	float: right;
	list-style:none;
	border:none;
	margin:0;
}

#content-nav ul li {
	font-size: 10px;
	float: left;
	margin:0;
	width: 100px;
	border-left: #ccc solid 1px;
	text-align: center;
}


#content-nav ul li a {
	display: block;
	padding:5px;
	color:#ddd;
	text-decoration:none;
	text-align:center;
	text-indent: 5px;
}

#content-nav ul li a:hover {
	display: block;
	padding:5px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	text-indent: 5px;
}

.content-no-sub{
	height: 330px;
}

.clear{
	clear: both;
}

td input{
	padding: 0px;
	margin: 0px;
	height: 14px;
	background: #99ccff;
	border: #666 solid 1px;
}

#content table{
	margin: auto;
	padding: 0;
	width: 95%;
	text-align: left;
}
