@charset "utf-8";
/* CSS Document */

/**** Layout Styles ****/

/** Print Header Layout **/
#print_header {display:none; visibility: hidden;}

/** Top Layout **/
#top_wrap {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	width: 100%;
}
#top_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#top_content a {color:#999999; text-decoration:none}
#top_content a:link{color:#999999; text-decoration:none}
#top_content a:hover{ color:#8CBA00;	text-decoration:none}


.loginborder{border:5px solid #DDDDDD;}

/** Header Layout **/
#header_wrap {
	width: 100%;
	height: 126px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#header_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 126px;
}

/** Menu Layout **/
#menu_wrap {
	background-color: #9DD100;
		background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	float: left;
}
#menu_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#menu_menu {
	height: 37px;
	width: 100%;
	background-color: #999999;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin:0;
}

#menu_menu ul
{float:left; margin:0;}

#menu_menu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu_menu a {
	background-color: #8CBA00;
	display: block;
	width: 90px;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CBA00;
}

#menu_mouse {
	height: 37px;
	background-color: #999999;
	background-image: url(menu_mouse.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 206px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/** Submenu Layout **/
#submenu_wrap {
	background-image: url(content_bg_100.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}
#submenu_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#submenu_main {
	width: 100%;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#submenu_submenu {
	width: 100%;
	background-color: #8CBA00;
	padding-top: 5px;
	padding-bottom: 5px;
}

#submenu_submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu_submenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#submenu_submenu a {
	background-color: #8CBA00;
	color: #D7E7A6;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 12px;
}

#submenu_submenu a:hover {
	color: #FFFFFF;
}

#submenu_right {
	width: 207px;
	visibility: hidden;
}

/** Content Layout **/
#content_wrap {
	
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}
#content_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#content_main {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 30px;
	padding-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#content_right {
	width: 207px;
	visibility: hidden;
}

.smallfont
{
font-size:11px;
}

.tablefont
{
font-size:12px;
}

/** Footer Layout **/
#footer_wrap {
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	background-color: #FFFFFF;
}
#footer_content {
	margin-right: auto;
	margin-left: auto;
	width: 90%: 11px;
	font-size: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#footer_content a {color:#999999; text-decoration:none}
#footer_content a:link{color:#999999; text-decoration:none}
#footer_content a:hover{ color:#8CBA00;	text-decoration:none}

/** Disclaimer Layout **/
#disclaimer_wrap {
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #9BCB03;
}
#disclaimer_content {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 50px;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 15px;
}
