body {
	background-color: #013654;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
.nav {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.nav a{
border-right: 1px solid #1D8DCA;
border-left: 1px #1D8DCA;
font-family: Tahoma, Arial, sans-serif;
font-weight: bold;
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
padding: 5px 5px 0px;
display: block;
float: left;
height: 20px;
margin-right: 2px;
background-image: url(../images/nav_corner_blu.jpg);
background-repeat: no-repeat;
}
.nav a:hover{
border-right: 1px solid #1D8DCA;
color: #FFFFFF;
padding: 5px 5px 0px;
height: 20px;
margin-right: 2px;
background-image: url(../images/nav_corner_orange1.jpg);

}


.featured_product {
	margin: 5px;
	background-color: #F5F5F5;
	padding: 5px;
	color: #999999;
	border: 1px solid #CCCCCC;
}
.grey_tab {
	background-image: url(../images/bg_grey_tab_02.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-left: 10px;
}
.tab_container {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 10px;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	height: 60px;
}
.footer p {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 30px;
	font-weight: bold;
}
.text_wrap {
	padding: 5px 10px;
	text-align: left;
}

.blue_text {
	color: #4AC0FF;
}
.header {
	background-image: url(../images/bg_level1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #015381;
	height: 85px;
}
.header p{
	color: #FFFFFF;
}
.header h1{
	color: #FFFFFF;
}
.header h2{
	color: #FFFFFF;
}
.header h3{
	color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}
.content p {
	color: #333333;
}
.content h1 {
	color: #000000;
}
.content h2 {
	color: #000000;
}
.content h3 {
	color: #000000;
}
.content 4 {
	color: #000000;
}
.sub_nav h2{
	padding-left: 15px;
	margin-top: 10px;
	font-size: 14px;
}
.sub_nav {
	margin-bottom: 15px;
}
.sub_nav a{
	color: #666666;
	text-decoration: underline;
	padding-left: 35px;
	line-height: 15px;
}
.sub_nav a:hover  {
	color: #CC3333;
	text-decoration: underline;
}

.sub_nav_link{
	color: #666666;
	text-decoration: underline;
}
.sub_nav_link:hover  {
	color: #CC3333;
	text-decoration: underline;
}
.orange_container {
	background-color: #FFCA7C;
	margin-bottom: 15px;
	text-align: left;
}
.text-email {
	color: #FFFFFF;
}
.text-email:hover {
	color: #CC3333;
}
.border-blue {
	color: #0099FF;
	border: 1px solid #00CCFF;
}
.content-grey {
	color: #666666;
}
.content-grey a:hover {
	color: #CC3333;
	text-decoration: underline;
}