body, table, td, th, input, select, textarea, a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

body {
	background-color: white; 
}

h2,
.header {
	color: #0000BD;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #FF0808;
	text-transform: none;
	display: block;
	margin-top: 20px;
}

h3,
.subheader {
	font-size: 14px;
	font-weight: bold;
}

div.hr {
  height: 1px;
  border-bottom: 1px solid #AAAAAA;
}

div.hr hr {
  display: none;
}

.callout {
	font-size: 10px;
}

img { 
	border: none;
}

img.photo { 
	border: 1px solid #7B797B;
}

form { 
  display: inline; 
  margin: 0;
}

a:link { 
	color: #0000EF;
	text-decoration: underline;
}

a:visited { 
	color: #52188C;
	text-decoration: underline;
}

a:active { 
	color: #FF0000;
	text-decoration: underline;
}

a:hover { 
	color: #0000EF;
	text-decoration: underline;
}

/* Layout */

#base {
	/*border: 1px solid #CECECE;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar {
	/*border-right: 1px solid #FF8383;*/
	width: 180px;
	background: white url('/images/layout/sidebar.gif') repeat-y top left;
}

#logo {
	margin: 0px 0px 25px 0px;
	text-align: center;
}

#polf {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

#content {
	width: 590px;
	background: white url('/images/layout/content_line.gif') repeat-y right top;
}

#contentWrapper {
	background: url('/images/layout/content_top.gif') no-repeat left top;
	padding: 60px 10px 20px 10px;
}

ul.submenu,
ul.sidebar {
      margin: 0px;
      padding: 0px;
      list-style: none;
}

ul.sidebar {
	margin: 8px;
	margin-bottom: 50px;
	/*border-top: 1px solid #bdd5dd;*/
}

ul.sidebar li {
      margin:0;
      padding:0;
	/*border-bottom: 1px solid #bdd5dd;*/
	font-size: 12px;
}

ul.sidebar li a {
	height: 1.1em;
}

/* Hide from IE */
html > body ul.sidebar li a {
	height: auto;
}

ul.submenu li {
	border-bottom: 0px;
	border-top: 1px solid #bdd5dd;
}


/* End Layout */


.sidebar {
	font-weight: normal;
	color: #2176B1;
	text-decoration: none;
}

.sidebar a {
	line-height: 1.35em;
	display: block;
	margin: 0 0px;
	padding: 0.2em 5px;
}

/*.sidebar a.divided,
.sidebar a.dividedCurrent {
  border-left: 1px solid #F0E8F0;
  border-right: 1px solid #F0E8F0;
}*/
	
.sidebar a.menusub,
.sidebar a.menusubCurrent {
	line-height: 1.35em;
	display: block;
	margin: 0 0px;
	padding: 0.2em 8px 0.2em 15px;
}

.sidebar a:link,
.sidebar a:visited,
.sidebar a:active {	
	text-decoration: none;
}

.sidebar a.home:link,
.sidebar a.home:visited,
.sidebar a.home:active {	
	color: #2176B1;
	text-decoration: none;
}

.sidebar a.home:hover { 
	background-color: #DEE6DF;
}







.sidebar a:link,
.sidebar a:visited,
.sidebar a:active,
.sidebar a:hover,
a.menusub:link,
a.menusub:visited,
a.menusub:active,
a.menusub:hover
{	
	color: #0C5F98;
}

.sidebar a:hover { 
	background-color: #EAEAF4; 
}

.sidebar a.menusub {
  background-color: #F2F1F1;
}

.sidebar a.menusub:hover { 
	background-color: #DFDFEF;
}

.sidebar a.current,
.sidebar a.dividedCurrent,
.sidebar-menutopCurrent,
.sidebar a.menusubCurrent {
  background-color: #E4F2FD;
}

#footer {
	border: 1px solid #CECFCE;
	padding: 10px;
	background-color: #DEEFF6;
	color: #5B5BB6;
}
