html, body {
	height: 100%;
	background: url(pix/pagebg.gif);
	margin: 0;
	text-align: center;
}
td, div {margin: 0; padding: 0;}
h1 {
	margin: 5px 0;
	font-size: 180%;
	color: #003;
	text-align: center;
}
h2 {
	margin: 5px 0;
	font-size: 150%;
	color: #036;
}
h3 {
	margin: 5px 0;
	font-size: 130%;
	color: #339999;
}
a {
	font-weight: bold;
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #099;
}
#bgtop {
	width: 100%;
	height: 100%;
	background: url(pix/bgtop.gif) repeat-x top;
}
#alphatop {
	background: url(pix/alphatop.gif) no-repeat top;
	min-height: 460px;
    vertical-align: top;
}
#alpha {
	border-collapse: collapse;
	margin: 0 auto;
	width: 760px;
	height: 100%;
	background: url(pix/alpha.gif) repeat-y top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
#inner {
	margin: 0 auto;
	width: 732px;
}
#header {
	position: relative;
	height: 78px;
	background: url(pix/header.jpg) no-repeat;
}
a#logo {
	position: absolute;
	display: block;
	width: 148px;
	height: 56px;
	top: 14px;
	left: 20px;
}
#topmenu {
	position: absolute;
	top:0;
	right: 20px;
	background: #039;
	border: 1px solid #FFF;
	border-top: none;
	padding: 2px 6px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#topmenu a {
	color: #FFF;
	margin: 0 4px;
}
#bar {
	height: 50px;
	background: url(pix/bar.gif) no-repeat;
}
#flash {
    display: none;
	height: 128px;
}
#main {
	float: right;
	width: 721px;
}
/*CODE FOR LEFT*/
#left {
	float: left;
	width: 158px;
}
#leftmenu ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	width: 158px;
	text-align: left;
	background: #001F58;
    border-top: 1px solid #FFF;
}
#leftmenu ul a {
	display: block;
	border-bottom: 1px solid #FFF;
	height: 14px;
	color: #E0EBEE;
	padding: 3px 12px;
	font-size: 11px;
}
#leftmenu ul a:hover {
	background: #93C5D0 url(pix/bnOver.gif);
	color: #FFF;
}
#leftmenu table {
	margin: 20px auto;
	width: 140px;
	background: #001f58;
	border: 1px solid #fff;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
#leftmenu table td {padding: 5px;}
#leftmenu p {margin:0; padding: 0;}
#leftmenu a {color: #93C5D0;}
#leftmenu a:hover {color: #FFF;}
/*END*/
/*RIGHT STYLES*/
#right {
    display: none;
	float: right;
	width: 150px;
	text-align: left;
	font-size: 0.9em;
	color: #333;
}
#right a:hover {
}
#right h1 {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	width: 130px;
	background: #9CC7D8;
	border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	font-size: 12px;
	color: #003;
	padding: 2px 10px;
}
#right p { margin-bottom: 10px; padding: 0 10px; }
/*END*/
#pagetext {
	float: right;
	width: 520px;
	padding: 0 15px;
    padding-bottom: 20px;
	text-align: justify;
}
#alphabtm {vertical-align: bottom;}
#footer {
	margin: 0 auto;
	min-height: 31px;
	background: url(pix/footer.jpg) no-repeat top;
	color: #000033;
	font-size: 11px;
    font-weight: bold;
	padding: 5px 20px 2px 20px;
    text-align: center;
}
#footer a {
	color: #000033;
}
#edit a {
	color: #97C6D6;
}
#edit a:hover {
	color: #006666;
}
#footbg {
	margin: 0 auto;
	width: 732px;
	background: url(pix/footbg.gif) repeat-y;
}
#login {        
        color: #fff;
	text-align:center;
}
#contact {
		color: #fff;
		text-align: center;
}
