body {
	margin:0;
	padding:0;
	padding-top: 50px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #DCDCDC;
}

h1, h2, h3, div, p {
	margin: 0;
	padding: 0;
}
.clear {
    clear: both;
}
.blind {
    display: none;
}

.main {
	background: url('../img/main_bg.jpg') repeat-y;
	width: 690px;	
    margin: 0px auto;
}
html>body .main {
    margin: 10px auto;
}

#head {
	background: url('../img/head_bg.jpg') no-repeat;
	width: 690px;
	height: 92px;
}
#logo {
	display: none;
    background: url('../img/logo.jpg') no-repeat;
	height: 60px;
	width: 262px;
	margin-left: 9px;
	font-size: 1px;
	color: #fff;
}
#logo a {
	display: block;
	font-size: 1px;
	color: #fff;
	height: 60px;
	width: 262px;
}
#menu {
	background: url('../img/menu_bg.jpg') no-repeat;
	height: 23px;
	width: 690px;
}
#content {
	height: 320px;
	clear: both;
	padding: 2px 10px;
}
#bottom {
	background: url('../img/bottom_bg.jpg') no-repeat;
	height: 23px;
	width: 690px;
}
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: verdana,arial, sans-serif;
width:483px; 
margin:0;
margin-left: 202px;
padding-top: 6px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:79px; 
height:15px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
line-height:15px; 
font-size:10px;
font-weight: bold;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#1563A3;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:16px; 
left:0; 
width:69px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#DCDCDC; 
color:#000;
font-weight: normal;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#AAB7D7; 
color:#000;
}

ul.menu_sub {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	margin-left: 3px;
	font-family: arial, sans-serif;
}
ul.menu_sub li {
	display: inline;
	line-height: 17px;
	height: 17px;
	margin: 0;
	margin-right: 2px;
}
ul.menu_sub li a {
	color: #000;
	text-decoration: none;
	padding: 2px;
}
ul.menu_sub li a:hover {
	background: #1A64A5;
	color: #fff;
	text-decoration: none;
	padding: 2px;
}
div.menu_active {
    width: 200px;
    float: left;
    display: inline;
}
ul.menu_active {
    width: 100px;
    padding: 0;
    margin: 10px 40px;
    margin-right: 60px;
    float: left;
    display: inline;
}
ul.menu_active li {
	list-style: none;
    line-height: 20px;
	height: 20px;
	margin: 0;
	margin-right: 2px;
	border-bottom: 1px solid #DCDCDC;
}
ul.menu_active li a {
    display: block;
    color: #000;
    text-decoration: none;
}
ul.menu_active a:hover {
    background: #AAB7D7;
    display: block;
}
div.cms {
    height: 300px;
    width: 450px;
    margin-top: 12px;
    overflow: auto;
}
div.cms a {
    color: #1563A3;
    text-decoration: none;
    border-bottom: 1px dotted #ACB6DA;
}
div.cms a:hover {
    color: #1563A3;
    text-decoration: none;
    border-bottom: 1px solid #ACB6DA;
}
div.cms img {
    border: 1px solid #DCDCDC;
}
.news_item {
    margin: 0px 0px 15px 0px;
}
.news_item h3 {
    margin: 0px 0px 2px 0px;
    padding: 0;
    font-weight: bold;
    font-size: 10px;
}
form {
    margin-bottom: 20px;
}
form input, form textarea {
    border: 1px solid #ddd;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

div.cms div.col1 {
    display: inline;
    float: left;
    width: 150px;
    margin-right: 0px;
}

div.cms div.col2 {
    display: inline;
    float: left;
    width: 280px;
}