#page {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 750px;
	visibility: visible;
	height: auto;
}
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/greenback.gif);
	background-repeat: repeat;
}
#pageinner {
	float: left;
	height: auto;
	width: 750px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 165px;
	width: 750px;
}
#underheader {
	float: left;
	height: auto;
	width: 750px;
	background-image: url(../images/diagram.gif);
	background-repeat: repeat;
	background-position: right;
}
#left {
	height: auto;
	/*width: 194px;*/
	width: 152px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../images/leftnavback.jpg);
	background-repeat: repeat-y;
	z-index: 100;
	float: left;
	border-right: 2px solid #FFffff;
	border-left: 2px solid #FFFFFF;
}
#left h3 {
	font-size: 18px;
}

#leftouter {
	height: auto;
	/*width: 225px;*/
	width: 183px;
	float: left;
	/*position: absolute;
	left: -20px;*/
	background-image: url(../images/leftnavgradback.gif);
	background-repeat: repeat-y;
}

#main {
	float: right;
	height: auto;
	width: 540px;
	text-align: left;
	line-height: 1.4em;
	margin-right: 10px;
}
#mainblank {

	float: right;
	height: auto;
	width: 700px;
	text-align: left;
	line-height: 1.4em;
	margin-right: 20px;
}

h1 {
	font-size: 20px;
	line-height: 1em;
	color: #ff4040;
}
h2 {
	font-size: 16px;
	line-height: 1em;
}

#underheaderinner {
	float: left;
	height: auto;
	width: 750px;
	background-image: url(../images/greygradientback.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}
#footer {
	float: left;
	height: 35px;
	width: 735px;
	background-image: url(../images/footercheck.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 15px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
	color: #ff4040;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
#horiznav {
	float: left;
	height: 30px;
	width: 750px;
	margin-top: 25px;
	font-weight: bold;
}
#lefthoriznav {
	float: left;
	height: auto;
	width: auto;
	margin-top: 7px;
	margin-left: 10px;
}
#lefthoriznav a:link, #lefthoriznav a:visited, #lefthoriznav a:hover, #lefthoriznav a:active {
	color: #000000;
}
#righthoriznav {
	float: right;
	height: auto;
	width: auto;
	margin-top: 7px;
	margin-right: 10px;
}
#swsfooter {
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
}
#searchbutton {
	float: right;
	height: 35px;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	margin-top: 20px;
}
#searchbutton a:link, #searchbutton a:visited, #searchbutton a:hover, #searchbutton a:active {
	color: #ff4040;
	font-weight: bold;
}
.shortnewsimage {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-left: 10px;
}
/**************** menu coding **************** http://www.tanfa.co.uk/css/examples/css-dropdown-menus.asp    */ 
	
#menu {
	width: 90%;
	text-align: left;
	margin-top: 1px;
	float:left;
}
#menu ul { 
	list-style: none;
	margin: 0; 
	padding: 0; 
}
#menu a {
	display: block;
	border: 1px none;
	line-height: 12px;
	text-decoration: none;
	color:#ffffff;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#menu a:link, #menu a:visited, #menu a:active
{

}

#menu a:hover
{
	text-decoration: underline;
}
#menu li { 
	position: relative;
}
#menu ul ul ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	width: 100%;
	background-color: #294a42;
}
#menu ul ul ul li a
{
	margin:0px;
	padding-left:3px;
	border: 1px solid #ff4040;
}
#menu ul ul ul li a:link, #menu ul ul ul li a:visited, #menu ul ul ul li a:active
{
	padding-left: 5px;
	font-weight: normal;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

#menu ul ul ul li a:hover
{

	/*
	background-color: #015a48;
	color: #E6E6E6;*/
}


div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;}
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}

/*[if IE]*/
* #menu ul li {float: left; width: 100%;}


/*[if lt IE 7]*/
* body {behavior: url(csshover.htc);}

* #menu ul li {float: left; width: 100%;}
* #menu ul li a {height: 1%;}

* #menu a{font: bold 0.9em/0.9em arial, helvetica, sans-serif;}



/**************** end menu coding **********************/