body {
	margin: 0;
	padding: 0;
	background-color: #9799b1;
	font-family: "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
	color: #000000;
}

a:link {text-decoration:underline; color:#600000;}
a:visited {text-decoration:underline; color:#600000;}
a:active {text-decoration:underline; color:#804040;}
a:hover {text-decoration:underline; color:#004080;}

.category {
	font-weight:bold;
	color: #263866; 
}

.intro {
	font-size: 1.1em;
	color: #00247E; 
}

h1   
{ 
	font-size:1.4em;
	color: #D20000; 
	font-weight:bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

h2   
{ 
	font-size:1.2em;
	color: #006000;  
	font-weight:bold; 
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

h3   
{ 
	font-size:1.2em;
	color: #263866;  
	font-weight:bold; 
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

form {
  margin: 0px;
}

input, select, textarea {
  /*width: 100px;*/
  margin-bottom: 2px;
  font: 11px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
  color: #003000;
  border: 1px solid #2d3691;
  background-color: #e2e8de;
}

input.submit {
  color: #ffffff;
  background-color: #2d3691;
}

fieldset {
  width: 450px;
  padding: 1em;
  border: 1px solid #2d3691;
	color: #003000;
}

label {
  font-weight: bold;
	color: #263866;
}

legend {
  padding: 0.2em 0.5em;
  margin-bottom: 6px;
  border: 1px solid #2d3691;
  background-color: #c2cde0;
  color: #2d3691;
	font-weight: bold;
  text-align: right;
}

.asterisk {
	font-size:1.1em;
  font-weight: bold;
  color: #800000;
}

.hidefield {
  display: none;
}

img {border:0;}
a:link img {border:0;}
a:visited img {border:0;}
a:active img {border:0;}

/******************************** NAVIGATION MENU STYLES ********************************/
.navmenu {
	background-color: #676767;
  background-image: url("images/navmenu.jpg");
  background-repeat: repeat-x;
}

.mt {
  background-color: #ffffff;
  border: solid #333333 1px;
}

.nav {
  font-size: 11px;
  font-family: arial,helvetica,sanserif;
  color: #000000;
  white-space: nowrap;
  line-height: 18px;
}

.nav2 {
  font-size: 11px;
  font-family: arial,helvetica,sanserif;
  color: #333333;
  white-space: nowrap;
  line-height: 18px;
  cursor: pointer;
  background-color: #F0F0F0;
  padding: 2px 6px 2px 6px;
  border-bottom: 1px solid #CCCCCC;
  text-align: top;
}

.menu, .menu_on {
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  font-family: arial,helvetica,sanserif;
  color: #FFFFFF;
  white-space: nowrap;
}

.menu_on {
  background-image: url("images/navmenu-on.jpg");
  background-repeat: repeat-x;
}

a:link.menutext, a:visited.menutext, a:hover.menutext, a:active.menutext {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 9px;
}

a:link.navmenutext, a:visited.navmenutext, a:hover.navmenutext, a:active.navmenutext {
	color: #000000;
	text-decoration: none;
}

#main {position: relative; width: 740px; z-index: 20; visibility: visible;}
#contact {position: absolute; width: 140px; top: 32px; left: 605px; z-index: 100; visibility: hidden;}

/************************************ TEMPLATE STYLES ***********************************/
.rightside {
  background-image: url("images/rightside.jpg");
  background-repeat: repeat-y;
  background-position: left;
}

.leftside {
  background-image: url("images/leftside.jpg");
  background-repeat: repeat-y;
  background-position: right;
}

.titlebar {
	background-color: #bdcaac;
  background-image: url("images/titlebar.jpg");
  background-repeat: no-repeat;
}

.bluebar {
	background-color: #2c3691;
}

.redbar {
	background-color: #ec1f27;
}

.graybar {
	background-color: #474747;
}

/************************************* HEADER STYLES ************************************/
.header {
	background-color: #d2d2d2;
  background-image: url("images/header.jpg");
  background-repeat: repeat-x;
}

.headertext {
  padding: 4px 12px 0px 0px;
	font-weight: bold;
	font-size: 9px;
	color: #555555;
}

.headertext a:link, .headertext a:visited, .headertext a:active {
	color: #ba0101;
	text-decoration: none;
}

.headertext a:hover {
	color: #555555;
	text-decoration: none;
}

/******************************** GENERAL CONTENT STYLES ********************************/
.contentarea {
  margin: 0px;
  padding: 16px 26px 10px 26px;
  background: #ffffff;
}

.content {
	font-size: 11px;
}

.content td {
	font-size: 11px;
}

.leftimage {
  float: left;
  margin: 8px 10px 6px 0px;
  border: none;
}

.rightimage {
  float: right;
  margin: 8px 0px 6px 10px;
  border: none;
}

/************************************* FOOTER STYLES ************************************/
.footer {
  margin: 0px;
  padding: 16px 22px 14px 28px;
  background: #2c3691;
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #eeeeee;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: none;
}
