body {
	background-color:white;
	color:#021939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width:940px;
}

h1{
	color:#021939;
	text-transform: uppercase;
	font-size:20px;
	margin: 0px 0px 20px 0px;
}

h1:first-letter
{
color:#021939;
font-size:xx-large;
}

h2{
	color:#021939;
	font-size:16px;
	margin: 0px 0px 20px 0px;
}
a{
	font-size:12px;
	color:black;
	
}

a:hover{color:gray;}

p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-color:#021939;
	width:100%;
	height:108px;
	position:relative;
}

#header_logo {
	margin: 0px auto;
	background-image:url(images/header.png);
	width:940px;
	height:108px;
	position:relative;
}

/********************** Content ***************************/
#content {
	background-color:white;
	
}

#content_center {
	
	margin:10px 0 0 90px;
	padding:0 10px 0 10px;
	width:640px;
	heigh:;
	position:relative;
	border-left:1px solid black;
	border-right:1px solid black;
	text-indent:0px;
}

#content_center li {
	margin-top:5px;
}

#footer {
	color:black;
	font-size:10px;
	float:right;
	border-top:1px solid black;
	padding-top:5px;
	margin-top:20px;
}

#footer a {
	color:black;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover {
	color:#021939;
	font-size:10px;
}
/********************** MENU *********************/

#menu {
	width: 750px;
	height: 40px;
	list-style:none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
 	overflow:hidden;
	position:relative;
	border:0px solid black;
}

#menu ul {
	margin:0px 0 0 0px;
}

#menu li {
	display:inline;
	list-style-type:none;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	
}

#menu a:hover, #menu a:active, #menu a.selected {
	background-position:0 -20px;
}

#menu a {
	float:left;
	height:0 !important;
	overflow:hidden;
	padding:20px 0 0;
}

#m_home a {
	background:url(images/btn_home.gif) top left no-repeat;
	margin:0 3px 0 0px;
	width:158px;
}

#m_home_sel a {
	background:url(images/btn_home.gif) top left no-repeat;
	background-position:0 -40px;
	margin:0px 3px 0px 0px;
	width:158px;
}

#m_what a {
	background:url(images/btn_what.gif) top left no-repeat;
	margin:0 3px 0 0px;
	width:158px;
}

#m_what_sel a {
	background:url(images/btn_what.gif) top left no-repeat;
	background-position:0 -40px;
	margin:0px 3px 0px 0px;
	width:158px;
}

#m_why a {
	background:url(images/btn_why.gif) top left no-repeat;
	margin:0 3px 0 0px;
	width:158px;
}

#m_why_sel a {
	background:url(images/btn_why.gif) top left no-repeat;
	background-position:0 -40px;
	margin:0px 3px 0px 0px;
	width:158px;
}


#m_phil a {
	background:url(images/btn_phil.gif) top left no-repeat;
	margin:0 3px 0 0px;
	width:158px;

}

#m_phil_sel a {
	background:url(images/btn_phil.gif) top left no-repeat;
	background-position:0 -40px;
	margin:0px 3px 0px 0px;
	width:158px;
}

#m_home_sel a:hover, #m_home_sel a:active, #m_what_sel a:hover, #m_what_sel a:active, #m_why_sel a:hover, #m_why_sel a:active, #m_phil_sel a:hover, #m_phil_sel a:active {
	background-position:0 -40px;
}