/* Layout Stylesheet */ 

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:right;
	padding-right:20px
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
/*background-color:#0099CC;*/
	line-height:24px;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #507477
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	text-decoration: none;
	color:#FFFFFF
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:20px;
	background-image:url(../images3/bg.gif);
	background-repeat:repeat-x;
	background-color:#F0EEE1;
	color: #333333;
	padding:0px 0px 0px 0px;
}

#outer_page_header {
	width:950px;
	height:25px;
	margin: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-image:url(../images3/shadow_top_bg.gif);
	background-repeat:no-repeat
}

#outer_page {
	width:950px;
	margin: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-image:url(../images3/shadow_bg.gif);
	background-repeat:repeat-y
}

#header {
	width:950px;
	height:100px;
	line-height:100px;
}

.header_padding {
	padding-top:20px;
	padding-left:50px;
}

#bar {
	width:950px;
	text-align:center;
	position:relative
}


.glossymenu{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 170px;
	border-bottom-width: 0;
	background-image:url(../images/leftnav_bg.jpg);
	background-repeat:repeat-x
}

.glossymenu li a{
/*background: white url(../images/arrow.gif) no-repeat bottom left;
background-color:#4774A5;*/
	font: bold 9px Verdana;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom:1px solid #F67704
}

/*

.glossymenu li {

background: white url(../images/arrow.gif) no-repeat bottom left;

}

*/

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.glossymenu li a:hover{
	background-color:#FEBC10;
	color:#ffffff
/*background-image: url(../images/glossyback2.gif);*/
}

form
{
    margin: 0px;
}

h1 
{
	margin: 20px 0px 20px 0px;
	padding: 0 0 10px 0;
	font-size: 170%;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
}

h2 
{
	padding: 10px 0 10px 0;
	margin: 20px 0px 10px 0;
	font-size: 140%;
	font-weight: normal;
	color: #1ca3b7;
}


p
{
	margin:0;
	padding:10px;
	font-size: 100%;
	line-height: 1.2em;
 }

a
{
	color: Blue;
	text-decoration: underline;
	outline: none;
	font-size: 100%;
}

a:hover
{
	color: Fuchsia;
	text-decoration: none;
	outline: none;
	font-size: 100%;
}

textarea
{
	width: 80%;
}

.important
{
	padding: 10px 0 10px 0;
	margin: 20px 0px 10px 0;
	font-size: 100%;
	font-weight: bold;
	color: #1ca3b7;
}

.sentmsg
{
	background-color: #D8F1D8;
	border-top: 1px solid #339933;
	border-bottom: 1px solid #339933;
	margin: 20px 0px 20px 0px;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

.failmsg
{
	background-color: #FFE1E1;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin: 20px 0px 20px 0px;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

.updated
{
	font-size: 80%;
	text-align: center;
}

.news {
	overflow: visible;
	font-size: 95%;
	line-height: 1.25;
	margin: 0 0 1.5em 1.5em;
	float: right;
	clear: right;
	border: 1px solid #999999;
	width: 180px;
	text-align: left;
	color: black;
	background: #F0EEE1;
	padding: 1em 1em 1em 1em;
}

.news h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: red;
	text-decoration: none;
}