﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('../images/dp-bg.jpg');
	background-repeat: repeat-x;

}


#container {
	background-color: transparent;
	width: 800px;
	margin: none;
	border-top: 0;
	border-right: none;
	border-bottom: 0;
	border-left: none;
	
}
#masthead {
	text-align: right;
	padding: 0px;
	background-color: #fff;
	width: 800px;
	height: 150px;
	overflow: hidden;

}
#navigation {
	background-color: #324277;
	overflow: hidden;
}
#vert_nav {
	float: left;
	width: 165px;
	margin: 0;
	padding: 5px;
	background-color: transparent;
	text-align: left;
}
#content {
	width: 612px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: transparent;
	position: relative;
	text-align: left;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #000;
	margin: 10px 10px 0;
}
#content p {
	font-size: medium;
	margin: 10px;
	font-family: Cambria;
}

#content ul {
	background: none;
}


#content li {
	font-size: medium;
	margin: 7px;
	font-family: Cambria;
	
}




/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	border-right: 1px solid #c9c9c9;

}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #c9c9c9;
	background-color: #7d9ec0;
}

/* Styles for vert_nav */

#vert_nav p {
color: #000;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
}

#vert_nav ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #324277;
}
#vert_nav li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}
#vert_nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 7px;
	border-bottom: 1px solid #c9c9c9;
	background-color: transparent;
}
#vert_nav a:hover {
	color: #FFFFFF;
	text-decoration: blink;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	background-color: #7d9ec0;
	
}
#navigation p {
	color: #000000;
	font-size: x-small;
}







/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #C9C9C9;
	text-decoration: none;
}
/* Styles for Links */
#content a {
	color: #FF0000;
	text-decoration: underline;
	background: #F2FFFF;
}
#content a:hover {
	color: #000099;
	text-decoration: underline;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
	color: #000099;
}

h3 {
	font-size: medium;
	font-style: italic;
}

h4 {
	font-size: small;
}









