* {
    font-family: Arial, Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    border: 0px hidden #000000;}

body {
    margin: -12pt;
    padding: 0;
    background-color: #b9bcbc;
    background-image: url('/templates/default/images/background.jpg');
    background-repeat:repeat-x;}

.header {
    background-image: url('/templates/default/images/header1.jpg');
    background-repeat: no-repeat;
    border: 0px hidden #000000;
    width: 900px;
    height: 273pt;
    background-position: top;}

.menu {
    background-color: #;
    border: 0px hidden #000000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;}

.sidePanel {
    border: 0px hidden #000000;
    text-align: center;
    width: 180px;}

.contentBox h2 {
    background-image: url('/templates/default/images/head.jpg');
    background-repeat:x-repeat;
    background-position:top left;
    border: 0px hidden #000000;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #d7d7ca;
    height: 20pt;
    text-transform: uppercase; }

.content {
    border: 2px solid #145148;
    color: #182727;
    padding: 3px;
    margin-bottom: 0px;
    background-color: #ffffff;}

.mcontent {
    border: 0px hidden #000000;
    padding: 2px;
    width: 900px;
    height: 500px;}

.home {
    font-size: 18px;
    color: #440a09;
    text-align: center;}

.footer {
    border: 0px hidden #000000;
    text-align: center;
    font-size: 90%;
    color: #0b2f30;
    padding: 2px;
    width: 900px;
    height: 50px;
    background-image: url(images/foot.jpg);
    background-repeat: repeat;
    }

.footer A  {
    font-size: 100%;
    color: #0b2f30;}

/* Default Link Style */
A:link{color:#0e4f50; text-decoration: none;}
A:visited{color:#0e4f50; text-decoration: none;}
A:active{color:#0e4f50; text-decoration: none;}
A:hover{color:#072c2d; text-decoration: none;}

/* Main Menu Link Style */


blockquote {
  background-image: url(images/block.jpg);
  background-repeat: no-repeat;
  color: #2f494c;
  padding: 5pt;
  border: solid;
  border-color: #2f494c;
  background-position: bottom right;
  background-color: #ffffff;
}

h1 {
  color: #97ccd1;
  background-color: #487175;
  padding: 5pt;
  font-size: 12pt;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background-color:#0e4f50;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
    text-align: center;
}

ul#menu li
{
	display:inline;
	margin:0;
	padding:0;
    text-align: center;
}

ul#menu li a
{
	display:inline;
	color:#8bac8e;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
    text-align: center;
}

ul#menu li a:hover
{
	color:#dee0d7;
	height:22px;
	background-color: #0e4f50;
    text-align: center;
}


ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;
    text-align: center;
	float:left;
	margin:0;
}
