@CHARSET "ISO-8859-1";

:root {
 overflow-y: scroll !important;
}

body {
	text-align: center;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Tahoma;
	line-height: 1.5;
	font-size: 13px;
	background-color: #fff;
	color: #000;
}

a {
	color: #505050;
	text-decoration: none;	
}

a:hover {

}

a img {
    border: 0px;
}

img {
    border: 0px;
}

p {
	margin: 0px;
	padding: 0px;	
}

table {
	font-size: 100%;	
}

#page_top {
	
}

#banner_container {
}

#banner {
	margin: 10px 0px 25px 0px;
}

#page_title {
	font-size: 16pt;
	color: #f26522;
	display:inline;
}

#page_title #page_name {
	color: #999;
}

#main_menu_container {
	font-family: "Trebuchet MS";
	border-top: 2px solid #354458;
	background-image: url('../graphics/main_menu_bg.jpg');
	background-repeat: repeat-x;
	height: 46px;
}

.main_menu {
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
		
}

.main_menu a {
	display: inline-block;
	padding: 10px 9px 25px 9px;
	text-decoration: none;
	color: #000;
}

.main_menu a:hover {
	background-image: url('../graphics/main_menu_item_over.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

.main_menu #current_page {
	padding-right: 12px;
	text-decoration: none;
	color: #fff;
	background-image: url('../graphics/menu_curr_page_arrow.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#response .default {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 8px;
	color: #538c45;	
}

#response .red  {
    width: 850px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 8px;
    color: #CC0000;    
    font-weight: bold;
}

#content {
	width: 850px;	
	text-align: left;
	margin: 15 auto;	
}

table {
line-height: 1.5;	
}

#basic table {
	font-size: 100%;
	line-height: 1.5;	
}

#random_images {
	margin-top: 35px;
	background-color: #e5e5e5;	
	padding: 5px;
}

#random_images img {
	border: 1px solid #58687e;
	margin: 6px;
}

select {
	padding: 2px;	
}

h2 {
	color: #354458;
}

h2 a{
	color: #354458;
}

.block {
	color: #fff;
	background-image: url('../graphics/block_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 3px 20px 7px;
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight: bold;
	margin-bottom: 8px;
}

#right_block {
	padding-left: 40px;
}

#footer_line {
	width: 850px;	
	text-align: center;
	margin: 20 auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #e0e0e0;	
	font-size: 80%;
}