body {
	font-family: "Myriad Pro", Arial, "Times New Roman";
	font-size: 12px;
	background: #005595;
	padding: none;
	margin: 0;
}

#content {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border: none;
	margin: none;
	voice-family: inherit; 
	voice-family: inherit;
}
html>body #content {
	width: 100%;
} 





h1 {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {  /* Makes main Menu*/
	/*font-weight: bold; */
	color: #000000;
}

#nav a {
	text-decoration: none;
}

#nav li li a { /* menu items */
	display: block;
	font-weight: normal;
	color: white;
	padding: 2px 0 2px 4px;
}

#nav li li a:hover {
	padding: 2px 0 2px 4px;
	border: solid #c2a303;
	color: #005595;
	border-width: 0 0 0 0;
	text-decoration: underline;
}

li {
	float: left;
	position: relative;
	width: 6.5em;  /* width of each main menu */
	text-align: right;
	cursor: default;
	/*background-color: green;*/
	border:none;
	border-width: 0 0;
}

li#first {
	border-left-width: 0;
}

li#last {
	border-right-width: 0;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #8aa5cc; /*  drop down bgrd color */
	padding: 0 0 0 0;
	/*border-right: solid 10px #7d6340;*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	text-align: left;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

/*p {
	clear: left;
	background: none;
	padding: 0 0 0 0;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #00ff00;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #00ff00;
}*/

.class3 A:link {color: #000000; text-decoration: none}
.class3 A:visited {color: #000000; text-decoration: none}
.class3 A:active {color: #000000; text-decoration: none}
.class3 A:hover {color: #686a6c; text-decoration: none}

.class2 A:link {text-decoration: none;color: #686a6c}
.class2 A:visited {text-decoration: none;color: #686a6c}
.class2 A:active {text-decoration: none;color: #686a6c}
.class2 A:hover {color: #c2a303;}

A:link {text-decoration: underline; color: #8aa5cc}
A:visited {text-decoration: none; color: #8aa5cc}
A:active {text-decoration: none; color: #8aa5cc}
A:hover {text-decoration: underline; color: #c2a303;}

h1 { 
	font-size: 16px;
	font-weight:600;
	text-align:left;
}

h4 { 
	font-size: 18px;
	text-align:left;
	font-weight:100;
}

h2 { 
	font-size: 18px;
	font-weight:600;
	color: #005595;
	}
h3 { 
	font-size: 14px;
	font-weight:600;
	text-align: left;
}

h5{ 
	font-size: 12px;
	font-weight:100;
}

h6 { 
	font-size: 16px;
	font-weight: bold;
}
h7 { 
	font-size: 12px;
	color: #c2a303;
	font-weight:bold;
}

p.one{
	font-size:18;
	font-weight:bold;
	color:#005595;
}

.class4 {
	font-size:14;
}

/*
Blue1 = #005595
Blue2 = #8aa5cc
Gold  = #c2a303
Kahki = #e2d5b8
Grey1 = #cccccc
Grey2 = #999999
Grey3 = #666666
Grey4 = #333333



*/