
body {
	text-align:center;
}
a {
	text-decoration:none;
	color:white;
}
a#black {
	text-decoration:underline;
	color:#666666;
}
a#blink {
	text-decoration:underline;
	font-weight:bold;
	color:white;
}
a#blackblink {
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}
a#dark {
	text-decoration:none;
	color:#769AD1;
	font-size: 20px;
}
a#navy {
	text-decoration:underline;
	font-weight:bold;
	color:#003399;
}
a#blue {
	text-decoration:underline;
	font-weight:bold;
	color:#6699FF;
}
a#pink {
	text-decoration:underline;
	font-weight:bold;
	color:#FF0099;
}
a:hover {
	text-decoration: underline;
}
#bg_front {
	background-color:#98A6B3;
	margin:0 auto;
	width:1000px;
	height:775px;
}
#bg {
	background-color:#98A6B3;
	margin:0 auto;
	width:1000px;
	height:860px;
}
#wrap {
	width:940px;
	text-align:left;
	margin:0 auto;
	position: relative;
	top:30px;
}
.topmenu {
	float:left
}
.bottommenu {
	float:right
}
.left {
	width:210px;
	background:#E7ECEF;
	height:780px
}
.right {
	width:730px;
	height:780px;
	background:#fff;
}

}
#logo {
	background:url(../images/topright.jpg);
	height:210px
}
#logo h1 {
	font-size:34px;
	color:#223802;
}
#logo h1 {
	padding: 70px 0 0 100px;
}
#logo div {
	padding-left:150px
}
ul#nav {
	background:url(../images/topleft.jpg);
	height:176px;
	padding:50px 50px 0 50px
}
ul#nav li {
	line-height:1.9em;
}
ul#nav li a {
	color:#FFFFFF
}

#menu1 h2 {
	font-size:24px;
	padding:30px 0 0 20px
}
#menu1 ul {
	padding:10px 30px 0 30px
}
#menu1 li {
	line-height:1.9em;
	border-bottom:#88bcbc 1px solid;
	list-style: inside disc;
	color:#336666
}
#menu1 li a {
	color:#336666
}
#main h2 {
	padding: 10px 10px 0 10px;
	font-size:24px;
	color:#666666;
}
#main p {
	padding: 10px 10px 0 10px;
}
/* header */
#header {
	background-color:#004990;
}
/* end main */
#endmain {
	background-color:#004990;
}
/* footer */
#footer {
	font-size: 11px;
	clear:both;
	height:60px;
	color: #fff;
}
#footer a {color:#FFFFFF}

#xhtml {
	position: absolute;
	left:550px
}


/*----------------------------glossy menu---------------------------*/
#menu h2 {
	font-size:24px;
	/*padding:30px 0 0 40px*/
}
#menu ul {
	padding:50px 20px 0 15px
}


.glossymenu{
list-style-type: none;
/*margin: 5px 0;*/
padding: 0;
}


.glossymenu li#pink a{
background: white url(../images/pinkglossyback.png) repeat-x bottom left;
}
.glossymenu li#blue a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
}
.glossymenu li#navy a{
background: white url(../images/navyglossyback.png) repeat-x bottom left;
}


.glossymenu li a{
font: bold 11px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 165px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li#pink a:hover{
background-image: url(../images/pinkglossyback2.png);
}
.glossymenu li#blue a:hover{
background-image: url(../images/glossyback2.gif);
}
.glossymenu li#navy a:hover{
background-image: url(../images/navyglossyback2.png);
}

