/* reset all of the padding, margins and borders */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	background:url(/WebManager/themes/30/images/BG-gradient.jpg) #000 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: left;*/
	color: #333;
	font-size:12px;
}
#wrapper {
	width: 930px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* header things */
#toplinks {
	background:#CCC;
	margin: 0px;
	text-align:left;
	padding-left:20px;
	padding-top:3px; 
	padding-bottom:3px; 
	padding-right:30px; 
	color: #333;
	font-size:10px;
}

#toplinks a {
  color : #333;
  text-decoration : none;
}

#toplinks a:hover, a:focus, a:active {
  color : #333;
  text-decoration : underline;
}

#toplinks a:focus, a:active {
  color : #333;
}

#header {
	width: 930px;
	height: 122px;
	background-image:url(/WebManager/themes/30/images/ru-logo.jpg);
	background-repeat: no-repeat;
	color: white;
}
#header span {
	padding-top: 2px;
}
#header_bttm {
	height: 28px;
	background-image:url(/WebManager/themes/30/images/menu.jpg);
	background-repeat: no-repeat;
}
#menuitems {
list-style: none;
		 margin: 5px 0px 0px 0px;
		 padding: 0px;

}
#menuitems li{
	display: inline;
		 padding: 0px;
		 margin: 0px;
}
#menuitems li a {
	display: block;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#menuitems li a:hover {
background: #EEEEEE;
		 color: #000066;
}
#breadcrumbs{
	font-size: 9px;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0;
	border-top: 1px dotted #F5D84F;
	border-bottom: 1px dotted #F5D84F;
}

/* main content */
#main {
	width: 100%;
	height: 100%;
}
#leftpanel {
position: relative;
float:left;
margin-left:10px;
width:205px;
}
#leftpanel img {
 margin: 5px 0px;
}
#content {
 position: relative;
 float: right;
 width: 700px;
 margin: 0px;
 padding: 0 10px 10px 10px;
}
#content {
 \width: 680px;
}
/*html>body #content {
 width: 680px;
}*/
/*#content img {
	margin: 0 5px 5px 0;
}*/
p {
	line-height: 1.5;
}
#title {
	font-size: 7pt;
}
#rightcontent img {
	width: 100%;
}
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color : #000066;
  font-size:18px;
  font-weight:bold;
  padding-top:0px;
  padding-bottom:10px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color : #000066;
font-weight: bold;
font-size: 16px;
padding-top: 5px;
} 

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color : #000066;
font-weight: bold;
font-size: 14px;
padding-top: 5px;
}
#leftpanel h3 {
font-family: Georgia, "Times New Roman", Times, serif;
color : #000066;
font-weight: bold;
font-size: 14px;
padding: 10px 0;
}

/*images */
img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* social bookmarks */
#socialBookMarks {
	display: block;
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
	width: 550px;
	height: auto;
	margin-top: 50px;
}
#socialBookMarks a {
	color: #000000;
}
/* news */
.standard_text td {
	font-size: 10pt;
}
.newstext, .newsdate {
	font-size: 8pt;
}
#printVer {
	float: right;
}
/*footer*/
#footer {
	margin: 0px;
	text-align:right;
	padding-left:20px; 
	padding-top:10px; 
	padding-bottom:10px; 
	padding-right:30px; 
	background: none;
	color: #EEE;
	font-size:10px;

}
#footerpics {
	padding: 10px;
	background-color:#FFFFFF;
	height:80px;
	width: 800px;
	margin: 0 auto;
	color:#333333;
}
#footerpics p {
	margin: 0;
	padding-left: 320px;
	padding-top:4px;
	color:#333333;
	font-size:10px;
}

#footerpics a {
 color: #333;
 text-decoration: none;
}

.raisedup #footerpics a:hover {
		 color: #F5D84F;
		 text-decoration: underline;
		 }

/* contact us table headers */
.standard_text table td {
	color: #000000 !important;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
  Global link styling except where specified otherwise 
*/
a {
  color : #333;
  text-decoration : none;
}

a:hover, a:focus, a:active {
  color : #000066;
  text-decoration : underline;
}

a:focus, a:active {
  color : #000066;
}

