html { overflow-y: scroll; }
body { 
	margin: 0;
	padding: 0;
	background:url(../../gfx/1/02/topbg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	color: #c3c3c3;
	text-align: center;
	font-family:Tahoma;
}
body, td { font-family: Tahoma, Verdana, sans-serif; font-size: 12px; line-height: 150%; color:#858585; }
input, select, textarea { font-family: Verdana, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a:link, a:visited { text-decoration: none; color: #819f3e; }
form { display: inline; width:100% }
h1 {font-size: 30px; font-family: Tahoma; font-weight: normal; margin: 0; padding: 15px 0; color:#819f3e; line-height:100%; }
h2 {color:#819f3e;font-size:21px; font-family: Tahoma; padding: 10px 0; margin: 0; font-weight:normal; line-height:100%;}
h3 {color:#819f3e;font-size:18px; font-family: Tahoma; padding: 10px 0; margin: 0; font-weight:normal; line-height:100%;}
h4 {color:gray;font-size:14px; font-family: Tahoma; padding: 10px 0; margin: 0; font-weight:normal; line-height:100%;}

div.success, div.error, div.info, div.notice { margin: 10px; padding: 8px 10px 10px 28px; }
div.success { background: #CDEFA6 url(/gfx/icon_success.gif) no-repeat 5px 10px; border: 1px solid #9BCC54; color: #648434; }
div.error { background: #FFD5D5 url(/gfx/icon_error.gif) no-repeat 5px 10px; border: 1px solid #FFACAD; color: #CF3738; }
div.info { background: #A8CDE3 url(/gfx/icon_info.gif) no-repeat 5px 10px; border: 1px solid #6ABCE2; color: #1C6B8B; }
div.notice { background: #FFF3A3 url(/gfx/icon_notice.gif) no-repeat 5px 10px; border: 1px solid #E7BD72; color: #B79000; }
span.error { color: #CF3738; }
.required { font-weight: bold; }
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; }
img.right { float: right; }

#container{
	margin: 0 auto;
	width:980px;
}

#header{
	height:110px;
	width:100%;
	position:relative;
}

#header .logo{
	width:300px;
	height:100px;
	float:left;
	margin-top:0px;
	text-align:left;
	margin-left:20px;
}

#header .slogan{
	display:block;
	position:absolute;
	right:105px;
	top:22px;
	width:500px;
	height:60px;
}

#header .slogan .inst_title{
	display:block;
	text-align:right;
	font-size:25px;
	font-weight:bold;
}

#header .slogan .inst_slogan{
	display:block;
	text-align:right;
}

#header .links{
	width:980px;
	position:absolute;
	left:96px;
	bottom:0;
}

#header .links ul{
	list-style-type: none;
	padding-left: 0;
}

#header .links ul li{
	float:left;
	margin-right:0px;
	display:block;
	padding:3px 4px;
}

#header .links ul li a{
	padding:3px 4px;
	color:#858585;
	font-size:13px;
}

#header .links ul li.active a{
	background-color:#819f3e;
	padding:3px 4px;
	color:white;
}

#content{
	font-family:Tahoma;
	font-size:13px;
}

#content .c_left{
	width:500px;
	float:left;
	margin-top:30px;
	text-align:left;
	padding-left:100px;
	padding-right:20px;
	border-right:1px solid #d9d9d9;
	min-height:500px;
	padding-right:50px;
}

#content .c_right{
	width:230px;
	float:right;
	margin-top:30px;
	text-align:left;
	padding-right:80px;
	padding-left:15px;
}

#footer{
	height:90px;
	background-color:#819f3e;
	width:100%;
	margin-top:50px;
}

#footer ul{
	list-style-type:none;
	padding:0;
}

#footer ul li{
	float:left;
	margin-right:10px;
}

#footer .fcontent{
	width:980px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#footer .fcontent .seven{
	position:absolute;
	width:300px;
	left:0;
	top:25px;
	line-height:10px;
	font-size:10px;
	margin-top:10px;
}

#footer .fcontent .seven a p{
color:#fff
}

#footer .fcontent .linkkek{
	width:800px;
	top:0px;
	left:85px;
	position:absolute;
	color:white;
}

#footer .fcontent .seven a, #footer .fcontent .linkkek a{
	color:white;
}
