body {
	margin:0;
	padding:0;
	font-size:100%;
	color:#333333;
	background:#ffffff;
	text-align:center;
}

a:link {
	font: normal 100% verdana;
	color: #00539f;
	background-color: transparent;
}
	
a:visited {
	font: normal 100% verdana;
	color: #b49859;
	background-color: transparent;
}
	
a:hover {
	font: normal 100% verdana;
	color: #000000;
	background-color: transparent;
}
	
a:active {
	font: normal 100% verdana;
	color:#cc0000;
	background-color: transparent;
}	

.nohover {
	font: normal 100% verdana
}
	
#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	height:auto;
}	

.col1 ul {
	list-style: none;
	line-height: 160%;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	color: #333333;
}
	
/* header styles */
#header {
	clear:left;
	float:left;
	width:100%;	
	overflow:hidden;
	margin:0px;
	padding:0px;
}
	
#header img {
    display:block;
	border:0px;
}

#flashcontent {
	margin:0 auto;
	width: 780px;
	height: 150px;
}

h1 {
	font-size:120%;
	color:#9f8241;
	margin:0px 0px 10px 0px;
	text-align: center;
}

h2 {
	font-size:90%;
}

h3 {
	font-size:80%;
}

hr.content {
	border: none 0;
	border-top: 1px dotted #9f8241;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin:20px;
}

.spotlight {
	border:1px;
	border-style:dotted;
	border-color: #9f8241;
	padding:2px;
}

.spotlight img {
	float: left; 
    margin: 4px; 
}

/*logo*/

/* right navigation*/

.rtnav h2 {
	line-height: 100%;
	margin-bottom: -10px;
}
.rtnav  a:link { 
	font: normal bold 90% verdana;
	text-decoration: underline; 
	line-height: 180%;
	color: #00539f;
	background: #f0f0ff;
}

.rtnav  a:visited { 
	font: normal bold 90% verdana;
	text-decoration: underline; 
	line-height: 180%;
	color: #b49859;
	background: #f0f0ff;
}			

.rtnav  a:hover	{ 
	font: normal bold 90% verdana;
	text-decoration: underline; 
	line-height: 180%;
	color: #000000;
	background: #f0f0ff;
}

/* right navigation end*/
/* right sub navigation */
.rtnav ul {
	list-style: none;
	line-height: 160%;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	color: #00539f;
	background-color: transparent;

}

.rtnav_sub  a:link { 
	font: normal 90% verdana;
	text-decoration: underline; 
	color: #00539f;
	background: #f0f0ff;
}

.rtnav_sub  a:visited { 
	font: normal 90% verdana;
	text-decoration: underline; 
	color: #b49859;
	background: #f0f0ff;
}

.rtnav_sub  a:hover	{ 
	font: normal 90% verdana;
	text-decoration: underline; 
	color: #000000;
	background: #f0f0ff;
}

/* right sub navigation end*/

/* top navigation*/
.logo{
	position: relative;
	left: 0px;
	text-align: left;
	/*border-bottom: 4px solid #000;*/
	
}
	
/* top navigation*/
.topnav_01{
	position:relative;
	text-align:right;
	left:680px;
	top:-30px;
}
.topnav_01 a:link 	{ 
	text-decoration: underline; 
	color: #999999;
	background: #ffffff;
	font: bold 70% verdana;
}

.topnav_01 a:visited {
	text-decoration: underline; 
	color: #999999;
	background: #ffffff;
	font: bold 70% verdana;
}

.topnav_01 a:hover { 
	text-decoration: none; 
	border-bottom:2px solid #00539f;
	color: #00539f;
	background: #ffffff;
	font: bold 70% verdana;
}

.topnav_01 a:active	{ 
	text-decoration: none; 
	border-bottom:2px solid #b49859;
	color: #000000;
	background: #ffffff;
	font: bold 70% verdana;
}

.topnav_02cont {
	position:relative;
	text-align:right;
	top:-20px;
	height: 20px;
	padding-right: 1%;
	background-image: url('images/top_nav_bg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
		
.topnav_02{
	position:relative;
	top:-2px;
}

.topnav_02 a:link 	{ 
	text-decoration: underline; 
	color: #666666;
	font: bold 70% verdana;
	background-color: transparent;
}

.topnav_02 a:visited {
	text-decoration: underline; 
	color: #666666;
	background: #e5e5e5;
	font: bold 70% verdana;
}

.topnav_02 a:hover { 
	text-decoration: none; 
	border-bottom:2px solid #00539f;
	color: #00539f;
	font: bold 70% verdana;
	background-color: transparent;
}
			
.topnav_02 a:active	{ 
	text-decoration: none; 
	border-bottom:2px solid #b49859;
	color: #000000;
	font: bold 70% verdana;
	background-color: transparent
}

/* column container */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;				/* width of page */
	overflow:hidden;
}

/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1, .col3 {
	float:left;
	position:relative;
	padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

.col2 {
	float:left;
	position:relative;
	padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:visible;
	}	

/* 3 Column settings */
.threecol {
	background:#f0f0f0;		/* right column background colour */
}

.threecol .colmid {
	right:25%;				/* width of the right column */
	background:#ffffff;		/* center column background colour */
	font: normal bold 80% verdana;
}

.threecol .colleft {
	right:50%;				/* width of the middle column */
	background:#f0f0f0;		/* left column background colour */
	font: normal 100% verdana;
	z-index: 10;
}

.threecol .col1 {
	width:46%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
}

.threecol .col2 {
	width:25%;				/* Width of left column content (column width minus padding on either side) */
	left:29%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	background: #f0f0f0;
	font: normal 100% verdana;
}

.col2b {
	position:relative;
	width:95%;				/* Width of left column content (column width minus padding on either side) */
	left:2%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	background: #f0f0f0;
}

.threecol .col3 {
	width:23.5%;				/* Width of right column content (column width minus padding on either side) */
	left:80%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	font: normal 100% verdana;
}

/* center content table*/
.contentTable th {
	vertical-align:top;
	color:#000000;
	background:#cccccc;
}

.contentTable td {
	vertical-align:top;
	color:#333333;
	background:#f0f0f0;
}

.addressTable td {
	vertical-align:top;
	color:#333333;
	background:#f0f0f0;
	padding:2px;
	border: 0px;
}

/* Footer styles */
#footer {
	clear:both;
	padding:1em 2%;
	border-top:1px solid #ccc;
	font: normal 70% verdana;
	text-align:center;
}
   
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
	font: normal bold 90% verdana;
}

.suckerdiv ul {
	margin:0;
	padding:0px;
	list-style-type: none;
	width: 185px; /* Width of Menu Items */
	border-bottom: 0px solid #cccccc;
}
	
.suckerdiv ul li {
	padding-left:0px;
	position:absolute;
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	width: 175px; /*sub menu width*/
	top: 0px;
	visibility: visible;
	margin:0px;
	border:1px solid;
	border-color:#00539f;
	color: #00539f;
	background: #f0f0f0;
}

/* Sub level menu links style */

.suckerdiv  ul  li  a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #00539f;
	text-decoration: none;
	background: #f0f0f0;
	padding: 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color:#00539f;
	font: bold 100% verdana;
}

/* style for submenu*/
.suckerdiv  ul  li  ul  li   a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #00539f;
	text-decoration: none;
	background: #f0f0f0;
	padding: 5px 2px;
	font: bold 100% verdana;
} 

.suckerdiv  ul  li   ul  li {
	margin:0px;
	padding: 0px;
	border-width: 0px;
	border-style:solid;
} 

.suckerdiv ul li a:visited {
	color: #00539f;
	background-color: #f0f0f0;
	font: bold 100% verdana;
}

.suckerdiv ul li a:hover {
	background-color: #00539f;
	color: #f0f0f0;
	font: bold 100% verdana;
}

.suckerdiv .subfolderstyle {
	background: url(images/arrow-list.gif) no-repeat center right;
}

.suckerdiv span {
	float:left;
	color: #00539f;
	border:0px solid;
	padding-right:5px;
	padding-bottom:5px;
	background-color: transparent;
}

.bull {
	color: #cc3300;
}
.bull a:hover{
	color: #ff9900;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */   

/* news hover links*/
.news_01 ul {
	list-style: none;
	line-height: 160%;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	color: #00539f;
	background-color: transparent;
}

.news_01 { 
	text-decoration: none; 
	color: #00539f;
	font: normal 80% verdana;
	background-color: transparent;
}

.news_01 a:link { 
	text-decoration: underline; 
	color: #00539f;
	background-color: transparent;
}

.news_01 a:visited {
	text-decoration: underline; 
	color: #b49859;
	background-color: transparent;
}

.news_01 a:hover { 
	text-decoration: underline; 
	color: #000000;
	background-color: transparent;
}

.news_01 a:active { 
	text-decoration:underline; 
	color: #000000;
	background-color: transparent;
}

/* this is so that the menu hight is maintained on the left column*/			
.leftheight {
	height:250px;
	min-height:250px;
}

.rightheight {
	height:500px;
	min-height:500px;
}

/* Form styles*/
.forminput {
	margin:5px 0px 6px 10px;
	float:left;
	width:150px;
	height:15px;
	clear:right;
}

.forminputinvalid {
	border-width: 1px;
	border-style: solid;
	border-color: #CC6666;
	background-color: #FFE5E5;
	margin:5px 0px 6px 10px;
	float:left;
	width:150px; 
	clear:right;
}

.formselect {
	margin:5px 0px 6px 10px;
	float:left;
	width:150px;
	height:20px;
}

.formcheckbox {
	margin:5px 0px 6px 10px;
	float:left;
}

.formlabel {
	display:block;
	margin:5px 0px 6px 10px;
	float:left;
	text-align: right;
	width:125px;
	padding-right: 5px;
	clear:left;
}

.formpage_content {
	position:relative;
	clear:both;
}

img {
	display:block;
	border: 0px;
}

hr {
    margin-left: 10px;
}

/* site wide misc */

.quote {
    font-size: 90%;
    margin: 20px 40px;
    font-style:italic;
    color: #5c5c5c;
}