body{
	background-color: #95AEAA;
	text-align: center;
	font: 11px/16px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #3A3A57;
}

a, a:visited {
	color: #4E7872;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover{
	color: #395753;
}

h1{
	color: #4E7872;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
}

#sidebar h1{
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

h2{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #575775;
}

#main{
	margin: 0 auto 0 auto;
	background-image: url(../_img/back_main.gif);
	background-repeat: repeat-y;
	background-color: #EEEEF1;
	width: 769px;
	text-align: left;
}

#header{
	text-align: center;
	clear: both;
	margin: 0;
}

#sidebar{
	float: left;
	width: 160px;
	margin: 10px 20px 0 20px;
	display: inline;
}

#sidebar li{
	list-style-type: none;
	background-image: url(../_img/bullet_sidebar.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	line-height: 1.3em;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar a, #sidebar a:visited{
	color: #575775;
}

#sidebar a:hover, #sidebar a:visited:hover{
	color: #393955;
}

#selected{
	background-image: url(../_img/bullet_sidebar_selected.gif)!important;
	font-weight: bold;
	color: #3B5A56;
}

.selected {
	color: #3B5A56 !important;
}

#selected ul{
	color: #31324A;
}

#sidebar li ul {
	Font-weight: normal;
	font-size: 10px;
	margin: 6px 0 0  0;
	line-height: 1.5em !important;
}

#sidebar li ul li {
	background-image: url(../_img/bullet_sidebar_sub.gif) !important;
	padding: 0 0 0 12px;
	background-position: 0 2px;
	margin: 0;
	line-height: 1.5em !important;
}

#sidebar li ul li ul li{
	background-image: url(../_img/bullet_sidebar_sub2.gif) !important;
	padding: 0 0 0 12px;
	background-position: 0 2px;
	margin: 0;
	line-height: 1.5em !important;
}

#sidebar li ul #subselected{
	background-image: url(../_img/back_more.gif) !important;
	font-weight: bold;
	color: #3B5A56;
}

#sidebar li ul #subselected a{
	color: #3B5A56;
}

#sub2selected{
	background-image: url(../_img/bullet_sidebar_sub2selected.gif);
	font-weight: bold;
	color: #3B5A56;
}

#content{
	margin: 0 22px 0 208px;
}

}

#content2{
	margin: 0 22px 0 300px;
}

#footer{
	clear: both;
	background-image: url(../_img/back_footer.jpg);
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #A3A3B7;
	margin: 0px 4px 0 3px;
	padding: 0;
	color: #575775;
}

#footer p{
	margin: 2px 8px 2px 8px;
}

.col{
	float: left;
	width: 171px;
	margin-right: 9px;
}

.col h2{
	font-size: 13px;
	color: white;
	background-color: #95AEAA;
	background-image: url(../_img/back_col_title.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding: 0 4px 0 4px;
	margin: 0;
	text-align: center;
	padding-top: 2px;
	line-height: 1.1em;
	text-transform: none;
}

.col img{
	margin-bottom: 10px;
}

.colbody{
	background-image: url(../_img/back_col.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0 4px 0 4px;
	height: 155px;
	border-top: 1px solid #575775;
	line-height: 1.2em;
}

.colbody p{
	margin: 8px 4px 8px 4px;
}

.more{
	padding: 0 8px;
	margin: 4px !important;
	text-align: right;
	line-height: 1.2em;
}

.more a, .more a:visited {
	display: block;
	background: url(../_img/back_more.gif) no-repeat right center !important;
	padding: 4px 10px 4px 10px;
	color: #4E7872;
	text-decoration: none;
	font-weight: bold;
}

.more a:hover,.more a:visited:hover{
	color: #3B5A56;
}

.clear{
	clear: both;
	height: 8px;
	font-size: 2px;
	line-height: 2px;
}

/* ¬¬¬¬¬¬¬¬¬¬nav styles¬¬¬¬¬¬¬¬¬ */
#nav{
	background-color: #EEEEF1;
	margin: 0 6px 0 5px;
	height: 60px;
	font-size: 11px;
	font-weight: bold;
}

/*hack so only opera can see this*/
@media screen and (min-width: 550px){
  #nav ul {
	width: 100%;
}
}
/*end hack*/
#nav ul{
	float: right;
	text-align: right;
	white-space: nowrap;
	margin: 30px 0 0 0;
	padding: 0;
	margin-top: 30px;
}

/*hack for mac ie5*/
* html>body #nav ul {
	position: relative;
	top: 30px;
}

#nav #current{
	background: url(../_img/back_tab_current2.gif) no-repeat right top !important;
}

#nav #current a{
	background: url(../_img/back_tab_current1.gif) no-repeat left top !important;
	color: #4E7872;
}

#nav #current a:hover{
	color: #2D4441;
}

	 
#nav li {
	display: block;
	float: left;
	width: auto;
	list-style-type: none;
	background: url(../_img/back_tab2.gif) no-repeat right top;
	margin: 6px 2px 0 2px;
	padding: 0;
	text-align: center;
}

#nav a,#nav a:visited {
	display: block;
	float: left;
	background: url(../_img/back_tab1.gif) no-repeat left top;
	padding: 4px 8px 4px 8px;
	color: #575775;
	text-decoration: none;
}

#nav a:hover,header a:visited:hover{
	color: #31324A;
}

.photo{
	float: left;
	margin-right: 10px;
}

li{
	background-image: url(../_img/bullet_gen.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	list-style: none;
}

table{
	border-collapse: collapse;
}

td{
	border-top: 1px solid #B5B5C5;
	padding: 3px;
}

th{
	background-color: #B9CAC7;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	border-right: 1px solid #EEEEF1;
}

	h3{
	font-size: 11px;
	border-bottom: 1px solid #B5B5C5;
	font-weight: bold;
	padding-bottom: 3px;
}

	.title{
	font-weight: normal !important;
}

	.home{
	margin: 0 10px 0 208px !important;
}

