html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	background-image:url(../images/common/background.gif);
}

/****** Header ******/

.headerWhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #2f2f2f;
}

.headerWhite a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	font-weight:bold;
	text-decoration: none;
}

.headerWhite a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	font-weight: bold;
	text-decoration: underline;
}


/******** Home Content ********/

.homeContent {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	line-height:22px;
	color: #000000;
}

.homeContent a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.homeContent a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.home-callout {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#404040;
	line-height:22px;
}

.home-callout a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#404040;
	text-decoration:none;
}


.home-callout a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#404040;
	text-decoration:underline;
}




/******** Content ********/


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2f2f2f;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f2f2f;
	margin:0 0 3px 0;
}

.border {
	border-style:ridge;
	border-color: #9da736;
	border-width:15px;
}

.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	line-height:18px;
}

.content a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dc695b;
	text-decoration: underline;
}

.content a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dc695b;
	text-decoration: none;
}



.items {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dc695b;
	font-weight:bold;
}

.items a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dc695b;
	text-decoration: none;
	font-weight:bold;
}

.items a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dc695b;
	text-decoration: none;
	font-weight:bold;
}


li {
	padding-bottom: 6px;
}

hr {
	border: none 0; 
	border-top: 1px dotted #e5e8c6;
	width: 95%;
	height: 1px;
} 
 
.hr-inner {
	border:0;
	color:#dc695b;
	background-color:#dc695b;
	height:1px;
}



/****** Footer ******/

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #ffffff;
}

.footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}


/******** Errors and Input Boxes ********/

.errmsg {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: red;
}

.ip {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding:2px;
	border: solid 1px #d1d5a1;
}


/******* Left Navigation *******/


#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#2f2f2f;
	line-height:25px;
}

#nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	text-decoration: none;
	font-weight:bold;
}

#nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d3e4f2;
	text-decoration: none;
	font-weight:bold;
}

#nav ul {
	display:block;
	margin:5px 0 0 10px;
	padding:0px;
	color:#2f2f2f;
}

#nav li {
	list-style:circle;
	padding-bottom: 5px;
	font-weight:bold;
	color:#2f2f2f;
}

#nav li a {
	color: #2f2f2f;
}

#nav li a:hover {
	color: #d3e4f2;
}

/******* PNG FIX for IE6 *******/

img, div, table { 
	behavior: url("/library/png-fix/iepngfix.htc");
}

























