

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;
	padding: 0px;
	background: #CCCCCC;
}

#header {
	border-top: 3px solid #0C4D77;
	border-right: 2px solid #0C4D77;
	border-left: 1px solid #0C4D77;

}

#leftbar {
	text-align: center;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #0C4D77;
}

#content {
	margin: 0;
	padding: 0 0 25px 0;
}

#rightbar {
	margin: 0;
	padding: 0;
	background: url(images/rightbar_bg.jpg) repeat-y;
}

#footer {
	margin: 0;
	padding: 0;	
}

.header_logo {
	padding: 5px;
}

/* Menu */

#menu {
	float: left;
	width: 100%;
	background:#006699 url("images/bg.gif") repeat-x bottom;
	font-size: 80%;
	line-height :normal;
}

#menu ul {
	margin: 0;
	padding:10px 10px 0;
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	background: url("images/norm_right.gif") no-repeat right top;
}

#menu a {
	float:left;
	display: block;
	background: url("images/norm_left.gif") no-repeat left top;
	padding: 5px 15px 4px;
	text-decoration: none;
}

  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */

#menu #current {
	background-image: url("images/norm_right_on.gif");
}

#menu #current a {
	background-image: url("images/norm_left_on.gif");
	padding-bottom: 5px;
	color: #000;
}

#menu a:hover {
	color: #fff;
}

/* Fontography */

a {
	font-weight: bold;
	color: #000;
}

a:link {
	text-decoration : underline;
	font-weight: bold;
}

a:visited {
	text-decoration : underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

#content h1 {
	margin: 10px 10px 0 10px;
	padding: 3px 0 3px 10px;
	color: #fff;
	font: bolder 17px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #000;
}

#content h2 {
	margin: 10px 10px 0 10px;
	padding: 3px 0 0 10px;
	font: normal 14px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 15px 0px 15px;
}

#content p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 15px;
}

#footer p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 3px;
}

#rightbar h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	padding: 0;
}

#rightbar h3 {
	font-size: 12px;
	font-weight: bold;
	background: #D4E3E8;
	margin: 10px;
	margin-top: 0;
	padding: 5px;
}

#rightbar p {
	font-size: 12px;
	background: #D4E3E8;
	margin: 10px;
	margin-bottom: 0;
	padding: 5px;
}

#rightbar a {
	text-decoration: none;
	font-weight: inherit;
}

#rightbar a:hover {
	font-weight: inherit;
	text-decoration: underline;
}

#footer a {
	color: #fff;
}

.address {
	padding: 0px;
	margin: 0px;
}

.leftbarlink {
	font-size: 11px;
	color: #333333;
	margin-bottom: 10px;
}
