html, body, table, tr, td, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 11px;
}

form {
	margin: 0; 
	padding: 0; 
}
	
body {
	/* background-color: #486AA7; */
	background-image: url(images/001.jpg);
	text-align:center;
}

input, select, textarea, button, .submit {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #999;
}

#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Trebuchet MT, Trebuchet, Georgia;
	line-height: 1.1em;
	margin: 0 0 8px 0;
	padding: 0 5px 0 0;
	color: #45649A;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }



a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #B3B4BB;
	/* color: #6D6E72; */
}

#footer {
	color: white;
	font-size: 11px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

.submit {
	background-image: url(images/cm01.png);
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0;
	padding: 3px 5px 3px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #666;
}

.submit:hover {
	text-decoration: underline;	
}

.small {
	font-family: Tahoma;
	font-size: 9px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

p.news {
	font-size: 10px;
	line-height: 11px;
}

p.news a {
	color: #000;
	text-decoration: none;
}

p.news a:hover {
	color: #333;
	text-decoration: underline;
}

.footer {
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.main {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	/* color: #FF7F00; orange */	
	/* color: #45649A; headline blue */
	color: #55749A;
}

.left {
	font-size: 10px;
	line-height: 11px;
	margin: 0;
	padding: 5px;
	color: #066;
	text-align: justify;

}


.blackbox a {
	color: white;
	text-decoration: none;
}

.blackbox a:hover {
	color: white;
	text-decoration: underline;
}

.bluelink a {
	color: #55749A;
	text-decoration: none;
}

.bluelink a:hover {
	color: #55749A;
	text-decoration: underline;
}

.orangelink a {
	color: #FF8800;
	text-decoration: none;
}

.orangelink a:hover {
	color: #FF8800;
	text-decoration: underline;
}

.whitelink a {
	color: #FFFFFF;
	text-decoration: none;
}

.whitelink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	color: #FF700A;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}


#nav, #nav ul {
	float: left;
	/*width: 36em;*/
	width: 36em;
	list-style: none;
	line-height: 1;
	/* background: #333; */ 
	font-weight: bold;
	padding: 0;
	/* border: solid #eda; */
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 12em;
	w\idth: 10em;
	/* color: #7C6240; */
	color: #FF8800;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a:hover {
	color: #FFF;	
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 1px 0 4px 0;
	width: 85px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20em;
	w\idth: 17em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 18em
}

#nav li ul a {
	width: 18em;
	w\idth: 15em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/* background: #eda; */
	color: #fff;
}

#content {
	clear: left;
}


#toolbar {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}


