html
{
	height:100%;
	border:0;
	margin:0;
}

body 
{
	background-color: #7EA7DE;
	margin: 0 0 0 0;
	font-family:Segoe UI,Verdana,Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
	font-weight:normal;
	font-size:12px;
	height:100%;
	background-image:url(../images/mini_background.png);
}

#footer
{
    font-size: 11px;
    
}

hr {
border:0 none;
background-color:#ccc;
color:#ccc;
height:1px;
margin-top:40px;
}


img
{
    border: none;
}

h1
{
	font-size:18px;
	color:#365F91;
	font-weight:bold;
	margin:0 0 10px 0;
	
}

#body
{

	background-image:url(../images/right_background.png);
	width:100%;
	min-height: 700px;	
	height:auto !important;
	  height:700px
}

#wrapper
{
	position:absolute;
	width:880px;
	left:50%;
	margin:0 0 0 -440px;
	background-image:url(../images/bottom.png);
	
}

#left_side
{
	position:absolute;
	z-index:2;
	width:151px;
	height:159px;
	float:left;

	margin:0 0 0 549px;
	background-image:url(../images/left_side.png)
}

#left_side_bg
{
	position:absolute;
	z-index:1;
	width:700px;
	height:159px;
	float:left;
	left:50%;
	margin:149px 0 0 -1140px;
	background-image:url(../images/left_side_bg.png)
}


#page_body
{
	width:880px;
	background-image:url(../images/body_background.png);
	background-repeat:repeat-x;
	float:left;
	height: 100%;
}

#header_image_isv
{
	background-image:url(../images/header_image_isv.jpg);
	width:845px;
	height:269px;
	margin:35px 0 0 18px;
}

#header_image_forum
{
	background-image:url(../images/header_image_forum.jpg);
	width:845px;
	height:269px;
	margin:35px 0 0 18px;
}

#main_menu
{
	width:820px;
	height:32px;
	background-color:#F0F4F5;
	margin:18px 0 0 30px;
	text-align:center;
	left:50%;


}

#main_content
{
	height:100%;	
	width:830px;
	padding:30px 25px 30px 25px;
}

#main_menu ul
{	
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
	margin:0;
	padding:0;
	/* IE6%*/
	_margin-top:-10px;	
}


#main_menu li
{
	display:inline;
	height:31px;
	width:16.6%;
	list-style:none;
	float:left;
	background-image:url(../images/list_bullet.jpg);
	_background-position-y: 10px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	/* IE6%*/
	_margin-bottom:-14px;

}

#main_menu li:first-child {
	background-image:none;
}


a.menu_item:link, a.menu_item:active, a.menu_item:visited
{		
	text-align:center;
	text-decoration:none;
	height:31px;
	color:#000000;
	width:100%;
	float:left;
	/* IE6%*/	
	_height:46px;	
	_padding-top:28px;
	_margin-top:-18px;		

}

a.menu_item:hover
{		
	text-decoration:none;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	background-position: center;
	padding-top:15px;
	margin-top:-15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	/* IE6%*/
	_height:46px;	
	_padding-top:28px;
	_margin-top:-18px;		
}

a.selected_menu_item:link, a.selected_menu_item:active, a.selected_menu_item:visited
{		
	text-align:center;
	text-decoration:none;
	height:31px;
	width:100%;
	float:left;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	background-position: center;
	padding-top:15px;
	margin-top:-15px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	/* IE6%*/
	_height:46px;	
	_padding-top:28px;
	_margin-top:-18px;		
}

.RegistrationForm th
{
    text-align: left;
    width: 250px;
}

.RegistrationForm th, .RegistrationForm td
{
    vertical-align: top;
}

.required
{
    color: Red;
    font-size: 12px;
}
