@charset "utf-8";
/* CSS Document */


body {
	background: #ededed;
	margin:0;
	padding:0;
}
#menu_wrap {
	position:relative;
	margin-top:12px;
	padding-right:0px;
	width:98%;
	height:40px;
	list-style-type:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
	box-shadow:0 1px 3px rgba(0, 0, 0, .2);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
}
.button a {
	cursor:pointer;
	text-align:center;
	font:13px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, .3)
}
.button:first-child a {
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-topleft-radius:10px;
	-moz-border-bottomleft-radius:10px;
	border-top-left-radius:10;
	border-bottom-left-radius:10px
}
.Viridian, .Viridian .button a {
	background: #8fa8a5;
	border-right:1px solid #2b7f63;
	color: #FFF;
	background: -moz-linear-gradient(top, #8fa8a5 0%, #2b7f63 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fa8a5), color-stop(100%, #2b7f63));
	background: -webkit-linear-gradient(top, #8fa8a5 0%, #2b7f63 100%);
	background: -o-linear-gradient(top, #8fa8a5 0%, #2b7f63 100%);
	background: -ms-linear-gradient(top, #8fa8a5 0%, #2b7f63 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa8a5', endColorstr='#2b7f63', GradientType=0 );
	background: linear-gradient(top, #8fa8a5 0%, #2b7f63 100%);
}
.Viridian .button a:hover, .Viridian .button a:focus {
	background: #8fa8a5;
	background: -moz-linear-gradient(top, #8fa8a5 0%, #086044 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8fa8a5), color-stop(100%, #086044));
	background: -webkit-linear-gradient(top, #8fa8a5 0%, #086044 100%);
	background: -o-linear-gradient(top, #8fa8a5 0%, #086044 100%);
	background: -ms-linear-gradient(top, #8fa8a5 0%, #086044 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fa8a5', endColorstr='#086044', GradientType=0 );
	background: linear-gradient(top, #8fa8a5 0%, #086044 100%);
}
.Viridian .button a:active {
	background: #086044;
	background: -moz-linear-gradient(top, #086044 0%, #8fa8a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #086044), color-stop(100%, #8fa8a5));
	background: -webkit-linear-gradient(top, #086044 0%, #8fa8a5 100%);
	background: -o-linear-gradient(top, #086044 0%, #8fa8a5 100%);
	background: -ms-linear-gradient(top, #086044 0%, #8fa8a5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086044', endColorstr='#8fa8a5', GradientType=0 );
	background: linear-gradient(top, #086044 0%, #8fa8a5 100%);
}
.button:last-child a {
	float:left;
	border:none;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px
}




.viaton a:link, .viaton a:visited, .viaton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}
body {
	background-color: #fbfbf8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}
#div {
	text-align: center;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	width: 800px;
}
#main {
	background-image: url(/bg_950.gif);
	background-repeat: repeat-y;
	width: 950px;
	text-align: left;
	margin-bottom: 0px;
}
#main_content {
	margin-left: 30px;
	line-height: 18px;
}

#div #main #log img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#footer {
	width: 800px;
}


#main_content_content {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 30px;
}
A.topbar:hover {
	background-color: #999966;
	color: #CCCCCC;
}
#log {
	margin-bottom: 10px;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}






h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #424741;
	line-height: 26px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #992826;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	line-height: 20px;
}
#topmenu_bar {
	margin-right:auto;
}
