/* Navigation */
a:link, a:visited {
	color: #004F90;
}
a:hover {
	color: #004F90;
	text-decoration:none;
}
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background-color: #FFFFFF;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	color:#333333;
}
.style7 {
	color: #000000;
	font-weight: bold;
	}
table {
	margin:0; padding:0;
}
td, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	text-align:justify;
	color:#333333;
	margin:0;
	padding:0;
}
ul, li, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:20px;
}
.floatClear {
	clear:both;
}
.floatLeft {
	float:left;
}

/* Misc */

.floatRight {
	float:right;
}
/* Class Styles */
.pullquote 	{
	width: 50%;
	padding: 10px 5px 0 0;
	float:right;
	line-height: 20px;
}
.pullquote p	{
	font-size:14px;

	color:#FFFFFF;
}
.RedCaps {
	font-variant:small-caps;
	color: #990000;
	font-size:14px;
	font-weight:bold;
}
#content {
	width: 100%;
	background-color: #FFFFFF;
}
#content div{
	padding: 0px;
}
#content td{
	padding:10px;
}
#footer {
	width:100%;
	background-color: #000000;
	height:14px;
	text-align:center;
	font-size: 10px;
	color:#FFFFFF;
	padding: 5px;
}	
#headContent {
	width:100%;
	background-image:url(../images/striped-bg.gif);
	height: 146px;
	border-bottom: 8px solid #004F90;
}
#headerNav {
	background: Black url(../images/header-bg.gif) repeat-x top left;
	width: 100%; height:23px;
}

#logo {
	padding-left: 10px;
	height: 60px;
}
/* CSS Side Navigation Styles */
#nav {
	width:150px;
	height:300px;
	background-color:#666666;
	color:#FFFFFF;
	padding-top:10px;
	font-weight: bold;
	min-width: 150px;
}
#nav li {
	margin-left:-10px;
	color:#FFFFFF;
	list-style-type:none;
	list-style-image:url(../images/arrow.gif);
}
#nav a:link {
	color:#FFFFFF; 
	text-decoration:none;
}
#nav a:visited {
	color:#FFFFFF; 
	text-decoration:none;
}
#nav a:hover {
	color:#000000;
	text-decoration:none;
}
#navBar {
	color:#FFFFFF;
	width:100%;
	background:#000000 url(../images/nav-bg.gif) repeat-x bottom left;
	height:38px;
	border-bottom: 8px solid #004F90;
	min-width: 775px;
}
#navBar p{
	padding: 6px 0 0 0 ;
	margin: 0;
}
#navBar a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}
#navBar a:hover {
	color: #004F90;
}

#welcome {
	font-size:12px;
	color:#333333;
	padding:10px;
}
