/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	padding:7px;
	margin:0px;
	text-align:center;
}
p {
	font: 1em/145% Verdana, Arial, Helvetica, sans-serif;
	margin:3px 0px;
	padding:3px 0px;
}
#container {
	MARGIN: 0px auto;
	width:650px;
	text-align:left;
}
#header {
	margin-top:50px;
	background-image:url(images/header_back.gif);
	
}
#pageMid {
	margin:10px 0px;
}
#innerPageMid {
	margin:10px 0px;
}
#innerPageLeft {
	width:300px;
}
#innerPageRight {
	width:335px;
}
#homeLeft {
	width:145px;
}
#homeRight {
	padding-left:5px;
}
#menu {
	
}

hr {
border: none 0; 
border-top: 1px solid #ccc;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h1  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#5f6b81;
	font-weight:normal;
}
h2  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#5f6b81;
	font-weight:normal;
}

#homeLeft ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#homeLeft li
{
	background-image:url(images/bul1.gif);
	background-repeat: no-repeat;
	background-position: 95% .8em;
	padding-right: 1.6em;
	padding-top:5px;
}
div#navcontainer
{
	margin-bottom:50px;
}

div#navcontainer ul
{
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
background-image:url(images/bul1.gif);
background-repeat: no-repeat;
background-position: 100% .6em;
display: inline;
margin-left: -4px;
margin-right:4px;
}

div#navcontainer ul li a
{
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color:#aab1bf;
}

div#navcontainer ul li a:hover
{
	color:#3f5681;
	text-decoration:underline;
}

div#navcontainer .active  { 
	background-image:url(images/bul2.gif);
	background-repeat: no-repeat;
	background-position: 100% .6em;
	display: inline;
	margin-left: -4px;
	margin-right:4px;
 }
div#navcontainer .active a { 
	color:#42516c;
}
A {
	color:#5f6b81;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
	color:#374153;
}
.infoText {
	color:#009900;
}
.clearBoth {
	clear:both;
}
.reducefont {
	font-size:80%
}
.alignRight {
	text-align:right;
}
.floatRight {
	float:right;
}
.floatLeft  {
	font: 1em/145% Verdana, Arial, Helvetica, sans-serif;
	float:left;
}
.homefloatLeft  {
	font: 1em/145% Arial, Helvetica, sans-serif;
	float:left;
}
#footer {
	background-image:url(images/footer_back.gif);
	background-repeat:repeat-x;

}
#footer .footerImg{
	width:20px;
	}
#footer .footerText{
	width:620px;
	font-size:9px;
	color:#5f6b81;
	text-align:center;
	padding-top:10px;
	}