body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.0 em;
	
}

h2 {
	font-size: 1.5em;
	
}

h3 {
	font-size: 1.0 em;
	
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(/images/img03.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding:0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	w-idth: 100px;
	
	padding-right:5px;
	padding-top:10px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
}

#menu .active a {
	ba-ckground: url(/images/img02.jpg) no-repeat;
	color:white;
}

/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 200px;
}

#logo h1, #logo h2 {
	font-style: italic;

}

#logo h1 {
	padding-top:50px;
	font-size: 4em;
}

#logo h2 {
	font-size: 2em;
}

#logo a {
	text-decoration: none;
	color: #479EF3;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: right;
	width: 580px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(/images/img04.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(/images/img05.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #4F789F;
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #EAF1F7;
	border-top: 5px solid #A2C9EA;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #76AEDB;
}

#footer a {
	color: #76AEDB;
}


/* OTHER RESOURCES */

.other_resources_div
{
	margin-bottom:20px;
	margin-left:auto; 
	margin-right:auto;
	border:1px solid black;
	width:500px;
}
.other_resources_div h2
{
	
	color:green;
	text-align:right;
	padding-right:150px;
}

.other_resources_div p
{
	padding-left:5px; padding-right:5px;
}

.other_resources_pic
{
	float:left;

	padding:5px;
}

#news
{
    height:200px;
    background-image:url('/images/news.jpg');
    width:550px;
}

#news_contents
{
    text-align:center;
    padding:20px;
}

.newspic
{
    border:1px solid #A1edfb;
    margin:5px;
}


.first_news
{
    float:left;
    text-align:center;
}