html, body {
font-family: Tahoma;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

a {
color: #006699;
}

form {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

body {
	background-color: #047391;
}


#container {
width: 760px;
margin: auto;
}

#header {
width: 760px;
height: 325px;

}

#menu {
	background-color: #047391;
}



#content {
	width: 760px;
	background-color: #047391;
}

#footer {
	width: 760px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.text {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
}

.text1 {
	color: #CCFF00;
	font-size: 10pt;
}

.center {
text-align: center;
}


.form {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 175px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

.glossymenu li a{
	color: #006699;
	display: block;
	width: 175px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	background-color: #CCFF00;
	background-image: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	line-height: 24px;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 175px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #006699;
	background-color: #CCFF00;
	font-family: Tahoma;
	font-size: 14px;
}

.glossymenu li a:hover{
	background-color: #006699;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
}
