/***************************************************************
*** Web Styles
***************************************************************/

* {
padding: 0;
margin: 0;
}
html {
	background-color:#E6F3F1;
	height: 100%;
}
img {
	border:0;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	padding: 0 0 2px 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	padding: 0 0 2px 0;
}
blockquote {
	padding-left: 20px;
}
p {
	padding-bottom: 10px;
}


/***************************************************************
*** Web Positioning
***************************************************************/

#sitecontainer_mainpg {
	text-align: left;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	background-color:#E6F3F1;
}
#topnav_mainpg {
	background-image: url(../images/bkgrnd_topNav_675px.jpg);
	background-repeat:repeat-y;
	height: 28px;	
}
#sitecontainer {
	background-image: url(../images/bkgrnd_750px.gif);
	background-repeat:repeat;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color:#E6F3F1;
}
#topnav_container {
	background-image: url(../images/bkgrnd_topNav_750px.jpg);
	background-repeat:repeat-y;	
}
#left_column {
	width: 199px;
	text-align:left;
	float:left;
	padding-top:10px;
	padding-bottom:20px;
}
#right_column {
	width:480px;
	margin-left: 235px;
}
#footer_container {
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	height:98px;
	width:750px;
	float: clear;
}
/***************************************************************
*** TYpe Styles
***************************************************************/
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
.space {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #660000;
	text-align:center;
}
a:link, a:visited, a:active {
	color: #0033CC;   
	text-decoration:none;
	font-style: normal;
}
a:hover {
	color: #990033; 
	text-decoration:underline;
	font-style: normal;
}
.top_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align:right;
	padding: 8px 30px 6px 0;
}
.top_nav a:link, .top_nav a:visited, .top_nav a:active {
	color: #B2B2B2;   
	text-decoration:none;
	font-style: normal;
}
.top_nav a:hover {
	color: #FFCC00; 
	text-decoration:none;
	font-style: normal;
}

.back_to_top {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #660000;
	text-align:center;
	padding: 0 20px 8px 0;
}
.back_to_top a:link, .back_to_top a:visited, .back_to_top a:active {
	color: #660000;  
	text-decoration:none;
	font-style: italic;
}
.back_to_top a:hover {
	color: #996600; 
	text-decoration:underline;
	font-style: italic;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height:13px;
	font-weight: normal;
	color: #000000;
	text-align:center;
	padding: 0 0 0 95px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #000000;  
	text-decoration:none;
	font-style: normal
}
.footer a:hover {
	color: #990033; 
	text-decoration:underline;
	font-style: normal;
}

/***************************************************************
****************************************************************
                       SuckerTree Nav
****************************************************************
************************************************************** */
.suckerdiv ul{
	margin: 0;padding: 0;
	list-style-type: none;
	width: 199px; /* Width of Menu Items */
}

.suckerdiv ul li{
	position: relative;margin: 0;padding: 0;
	list-style:none;
}

/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 176px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color:#d7d27d;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
}

.suckerdiv ul li ul { border:0px; padding:0px; margin:0px;display:block;}
.suckerdiv ul li ul li { border:0px; padding:0px; margin:0px;}
.suckerdiv ul li ul li a{ border:0px; padding:0px; margin:0px;display:block;}
.suckerdiv ul li ul li a img{ display:block; border:0px;}

/* Holly Hack for IE \*/
/** html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
*/
/* End */




