BODY,FONT,TD,TH,P,DIV,INPUT,SELECT,TEXTAREA
{
  FONT-FAMILY: Verdana,Helvetica;
  FONT-SIZE: 11px;
  line-height: 1.4;
}

BODY
{
  FONT-FAMILY: Verdana,Helvetica;
  FONT-SIZE: 11px;
  line-height: 1.4;
  MARGIN: 0 0 0 0;
  BACKGROUND: #ffffff;

  scrollbar-face-color: rgb(229,234,239);
  scrollbar-highlight-color: #5A7B9C;
  scrollbar-shadow-color: #5A7B9C;
  scrollbar-3dlight-color: rgb(229,234,239);
  scrollbar-arrow-color: #5A7B9C;
  scrollbar-track-color: rgb(237,237,237);
  scrollbar-darkshadow-color: rgb(229,234,239);
}

a
{
  Color: #4A6B8C;
  font-weight:bold;
}


h1
{
  Color: #C5CACF;
  font-size: 22px;
  font-weight:bold;
}

h3
{
  Color: #4A6B8C;
  font-size: 11px;
  font-weight:bold;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	font-style: italic;
}


#head {
	width: 100%;
	height: 98px;
	margin: 0 0 0 0;
	background: #7B94B0 url(img/topleft_bg.jpg) left no-repeat;
}

#logo {
	height: 70px;
	width: 600px;
	margin: 0px 315px;
	padding: 0 0 0 0;
	background: url(img/logo.jpg) no-repeat;
	text-align: center;
}

#menu {
	width: 100%;
	height: 20px;
	margin: 0 0;
	background: #5A7B9C url(img/top2left_bg.jpg) left no-repeat;
}

#menu ul {
	width: 880px;
	margin: 0 180px;
	padding: 0 0 ;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;

	padding: 2px 0 4px 0;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font: bold 1em Verdana
}

#menu a:hover {
	background: #4A6B8C;
	color: #FFFFFF;
}

#menu .active a {
	background: #4A6B8C;
	color: #FFFFFF;
}


#page {
	width: 880px;
	height: 80%;
	margin: 0 0;
	padding: 0 0;
	border-left: 1px solid #E5EAEF;
	border-right: 1px solid #E5EAEF;
}

/* Content */

#content {
    float: left;
	width: 75%;
	padding-top: 10px;
}

#sidebar {
	float: left;
	height: 100%;
	width: 180px;
	margin: 0 0;
	background: #E5EAEF;
}

#footer {
	clear: both;
	height: 25px;
	padding: 10px 0;
	border-top: 2px solid #5A7B9C;
	text-align: center;
	color: #5A7B9C;
    font-size: 10px;
    font-weight:bold;
}



