/* Global Styles */

body,p,ul,li {
	margin:0;
	padding:0;
}

body {
	background-color:#edf0f5;
	background-image:url(images/bg_blend.jpg);
	background-repeat:repeat-x;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}
p {
	margin:0 0 10px;
}
a {
	color:#003366;
}

img {
	border:none;
}
h2 {
	font-size:14px;
}
h3 {
	color:#005496;
	font-size:12px;
}
hr {
	margin:10px 0;
	border:#fff 0px;
	border-top:#999 1px dotted;
	height:0;
}
td {
	font-size:11px;
}


#wrapper {
	margin:0 auto;
	width:800px;
	background:#fff;
	border:1px solid #ccc;
}
#header {
	height:75px;
}

#center {
	margin:12px 0 2px;
}

#nav {
	float:left;
}
#nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #014B72;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration:none;
	display:block;
	padding:8px 6px 10px 24px;
}
#nav a:hover {
	background:#edf0f5;
}
#nav ul {
	border-top:#edf0f5 1px solid;
	border-bottom:#edf0f5 1px solid;
}
#nav li {
	width:160px;
	list-style:none;
	border-top:#edf0f5 1px solid;
	border-bottom:#edf0f5 1px solid;
}

#content {
	float:left;
	width:590px;
	padding:0 0 0 20px;
}

#text {
	width:330px;
	float:left;
	margin:0 0 10px;
}

#sidebar {
	background:#edf0f5;
	background-image:url('images/sidebarBg.png');
	background-repeat:repeat;
	float:right;
	width:230px;
	margin:0 0 10px;
	padding:10px;
	color:#003366;
}

#subcontent {
	margin:10px 0;
	width:600px;
	clear:both;
}

#headerImage {
	padding:0 0 10px;
}

#footer {
	clear:both;
}


.greenBar {
	background:#54ba4b;
	height:4px;
}
.bluebar {
	background:#005596;
	height:14px;
}
.dkbluetext {
	color:#003366;
}
.bluetext {
	color:#005496;
}
