body
{
	background-image:url('/resources/images/layout/background.gif');
	background-position: left top;
	background-repeat:repeat-x;
	background-color: #B9B8B4;
	text-align:center;
}

body.print 
{
	background-color:White;
	background-image:none;
}

h1 
{
	font-family:Arial;
	font-size:20px;
	padding-top:15px;
	margin-bottom:0px;
}

h2 
{
	font-family:Arial;
	font-size:14px;
	padding-top:15px;
	margin-bottom:0px;
}

h3 
{
	font-family:Arial;
	font-size:12px;
	margin-bottom:0px;
}

A:Link, A:Visited, A:Active, A:Hover, A.arrow:link, A.arrow:Visited, A.arrow:Active, A.arrow:Hover 
{
	color: #2C61A7;
	font-family: Verdana;
	font-size:11px;
	line-height:17px;
}

A.arrow:link, A.arrow:Visited, A.arrow:Active, A.arrow:Hover 
{
	background-image:url('/resources/images/misc/linkArrow.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:11px;
	
}

.mainBody 
{
	width:984px;
}

.mainBodyTop 
{
	width:984px;
	background-image:url('/resources/images/layout/bodyTop.gif');
	background-repeat:no-repeat;
	height:6px;
}

.mainBodyMain 
{
	width:984px;
	background-image:url('/resources/images/layout/bodyMain.gif');
	background-repeat:repeat-y;
	text-align:left;
	padding-top:5px;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:6px;
}

.mainBodyBottom 
{
	width:984px;
	background-image:url('/resources/images/layout/bodyBottom.gif');
	background-repeat:no-repeat;
	height:6px;
}

.header 
{
	width:960px;
	height:153px;
}

.mainBodyContent
{
	width:940px;
	padding-top:35px;
	margin-right:10px;
	margin-left:10px;
}

.footer 
{
	margin-top:15px;
}

.footerContent, a.footer, a.footer:hover, a.footer:link, a.footer:active, a.footer:visited 
 {
	font-family:Verdana;
	font-size:10px;
	color: #6B6565;
	text-align: center;
	line-height:16px;
	text-decoration:none;
 }
 
 .russinSiteContainer 
 {
	width:700px;
	font-size:10px;
	color: #6B6565;
	text-align: left;
	line-height:16px;
	text-decoration:none;
	margin-top:10px;
	border:1px solid #C5C5C5;
	padding:10px;
	margin-left: 10px;
	margin-right:10px;
 }
 
 a.russinSite:link, a.russinSite:hover, a.russinSite:visited, a.russinSite:active
 {
	color: #2C61A7;
	font-family: Verdana;
	font-size:10px;
	line-height:17px;
 }
 
 
 .menuContainer 
 {
	position:relative;
	left:50px;
	top:-21px;
	height:43;
 }

 .menuItem
 {
	background-image:url('/resources/images/layout/menuMiddle.gif');
	background-repeat:repeat-x;
	padding-right:13px;
	padding-left:13px;
 }
 
 .blockHeader 
 {
	height:42px;
	margin-bottom:4px;
 }
 
 .blockBody 
 {
	padding:5px;
	background-repeat:no-repeat;
	margin-bottom:15px;
 }
 
 .text1 
 {
	padding-top:5px;
	font-family: Verdana;
	font-size:11px;
	color:Black;
	line-height:17px;
 }
 
 .alertText1
 {
	padding-top:5px;
	font-family: Verdana;
	font-size:11px;
	color:#b33131;
	line-height:17px;
 }
 
input 
{
	border: solid 1px #7F7878;
	font-family: Verdana;
	font-size: 11px;
}

textarea
{
	border: solid 1px #7F7878;
	font-family: Verdana;
	font-size: 11px;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#7F7878;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff
}

button
{
	border: solid 1px #7F7878;
	font-family: Verdana;
	font-size: 11px;
}

.radio 
{
	border:none;
}


/* Newsletter */
.subscribeName, .subscribeNameValue, .subscribeEMail, .subscribeEMailValue, .subscribeAction, .subscribeActionValue
{
	font-family: Verdana;
	font-size:11px;
	color:Black;
}

.subscribeNameRow 
{
	padding-top:10px;
}

.subscribeName 
{
	padding-right:10px;
	height:20px;
}

.subscribeNameValue 
{
	width:200px;
}

.subscribeEMail 
{
	padding-right:10px;
	height:20px;
}

.subscribeEMailValue 
{
	width:200px;
}

.subscribeAction 
{
	padding-right:10px;
	height:20px;
}

.subscribeActionValue 
{
}

.subscribeButton 
{
	text-align:right;
	height:25px;
	padding-right:20px;
}

li 
{
	list-style-image: url('/resources/images/misc/bluedot.gif');
	margin-left:15px;
}

ul 
{
	margin-left:0px;
}