body {
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-color:#979fc6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:24px;
	color:#333333;
}
* { margin: 0; padding: 0; }
#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	
	background-image:url(../images/wrapper-back.jpg); background-position:top left; background-repeat:repeat-y;
}
#header {
	display: block;
	height: 182px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	background-image:url(../images/header-back.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin-left:173px;
}


a:link {
	color: #336699;
	text-decoration:underline;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
h1 {
	font-size:30px;
	padding:10px 10px 15px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	line-height:32px;
	color:#039
}
h2 {font-size:12px; }
#body-start {}
#content {
	float:right;
	padding-left:10px;
	padding-right:10px;
	width:569px;
	text-align:justify;
	background:#fff;
	border:8px solid #000033
}
#sidebar {
	width:169px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
}
.img-border {center;
	margin-bottom:10px;
	border:1px solid #333;
	font-weight:bold;
}
#content p {text-align:justify; background:#fff;}
#content h4 {font-size:14px}
#content ul {margin-left:30px;}
#content ul li { padding-bottom:5px;}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #fff;
	text-align:center;
	font-size:20px;
	padding-top:15px;
	width:175px;
	height:167px;
	float:left;
}
#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:611px;
	margin: auto;
	text-align:center;
	padding-left:169px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
	color:#ccc;
	clear:both;
	line-height:14px;
} 
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {color:#fff; text-decoration:underline;}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font:11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #5152AE;
	color: #fff;
	padding-bottom: 8px;   
	text-decoration:underline;
}

#side-menu {
	list-style: none;
	margin: 0;
	padding-left: 2px;
	width:165px;	
}
#side-menu li {
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #000033	;
	width:171px;
	text-align:left;


}
#side-menu a {
	border-bottom: 1px solid #2d3157;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px;
	padding-left:10px;
	text-decoration: none;
	font-weight:normal;
	width:153px;

}
#side-menu a:hover {
	background: #666699;
	color: #fff;
	display: block;
	padding: 8px;
	padding-left:10px;
	text-decoration:underline;

	
}
