body {
	background-color:#787EAA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image:url(/images/main.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width:700px;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#669;
	border:8px solid #fff;
	height:75px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	line-height:20px;
	margin-bottom:5px;
	margin-left:-8px;
}

.img {
	height:170px;
	background-position:left;
	background-repeat:no-repeat;
}

.img-main {
	background-image: url("/images/main_img.jpg");
}

.img-who {
	background-image: url("/images/who_img.jpg");
}

.img-pub {
	background-image: url("/images/pub_img.jpg");
}

.img-contact {
	background-image: url("/images/contact_img.jpg");
}

#header p {
	margin-top:2px;
	margin-left:75px;
	margin-right:10px;
	text-indent:5px;
}

#header h1 {
	color:#FFF;
	font-family: Georgia, Times, "Trebuchet MS", Arial, Verdana;
	font-size:28px;
	font-weight:normal;
	padding:0;
	padding-left:10px;
	padding-top:20px;
	margin:0;
	background-image:none;
	border:0px;

}

#sidebar {
	width:150px;
	padding:5px;
	float:left;
	clear:left;
	margin-bottom:10px;
	text-align:left;
	height:300px;
	background-image:none;

}

#sidebar a {
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:12px;
	padding-bottom:12px;
	color:#666;
}

#sidebar p {
	padding-left:3px;
	padding-right:3px;
	margin-top:2px;
	font-size:14px;
	line-height:21px;
	color:#666;
	font-family: Georgia, Times, "Trebuchet MS", Arial, Verdana;
}

#sidebar a:hover {
	color:#669;
	text-decoration:underline;
	
}

#sidebar h1,h2,h3 {
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#333;
	border:none;
	margin-top:3px;
}

.article {
	float: right;
	width:525px;
	padding:0px;
	margin-top:-5px;
	margin-bottom:5px;
	height: 1%;
}

.article p {
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#666;
}

.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.article_info a:hover {
	text-decoration:underline;
}

h1 {	

	font-family:"Lucida Grande", "Trebuchet MS", Arial, Verdana;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	padding-top:3px;
}

h2,h3 {	

	font-family:"Lucida Grande", "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#333;
	padding-bottom:-5px;
	padding-top:3px;
}

a {
	color:#669;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#666;
}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#666;
}

label {
width: 65px;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
}

.input-box {
margin-bottom: 5px;
background: #e8e8e8;
border: #ccc solid 1px;
}

.submit-button {
margin-bottom: 10px;
background: #e8e8e8;
border: #ccc solid 1px;
}