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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #F2F2F3;
	font-size: 12px;
	background-image: url(images/main_bg_gif.gif);
	line-height: 1.5em;
	margin-top: 0px;
}
p {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
}

h1 {
	font-size: 22px;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
a {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #666666;
}



img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}


/* image positioning - left, right and center */
.left
{
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
#leftnav  {
	background-color:#152E51;
	vertical-align: top;
}

#leftnav ul {
	padding-right: 15px;
}



#leftnav li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 25px;
	width: 150px;
	background-image: url(images/left_bg.gif);
	background-repeat: no-repeat;
	text-align: center;

}
#leftnav li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}
#leftnav li a:hover, #leftnav li a.current {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}
/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #E5E2DB; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}
form{padding: 0; margin: 0;}#footer {
	text-align: center;
	background-color: #152E51;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #152E51;
	border-right-color: #152E51;
	border-bottom-color: #999999;
	border-left-color: #152E51;
	color: #FFFFFF;
}
#maintable {
	vertical-align: top;
}
.file {
	text-align: center;
	background-color: #E1E1E1;
	margin-left: 15px;
	border: 10px none #5B88B2;
}
#news {
	width: 150px;
	margin-left: 40px;
	text-align: center;
	vertical-align: top;
}
