/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	background-color: #FFFFFF;
}
#logo {
	font-family:"Palatino Linotype", "book Antiqua", Palatino, "Times New Roman", Times;
	font-size:28px;
	padding-left: 10px;
	color: #004f90;
	font-weight:bold;
	height: 60px;
}
#navBar {
	color:#FFFFFF;
	width:100%;
	height:25px;
	border-bottom-width: 8px;
	border-bottom-style: none;
	border-bottom-color: #004F90;
	background-color: #CC0000;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navBar p{
	padding: 6px 0 0 0 ;
	margin: 0;
}
#navBar a{
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}
#headContent {
	width:100%;
	background-image:url(../images/striped-bg.gif);
	height: 146px;
	border-bottom: 8px solid #004F90;

}
#content {
	width: 100%;
	background-color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: left top;

}
#tblcontent {
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	
}
#content div{
	padding: 10px;
}
#footerTop {
	width:100%;
	background-color: #FF0000;
	height:10px;
	color:#FFFFFF;
	text-align:center;
	padding-top: 10px;
	border-top-width: none;
	border-top-style: none;
}
#footer {
	width:100%;
	background-color: #FF0000;
	height:14px;
	text-align:center;
	font-size: 10px;
	color:#FFFFFF;
}	

/* Misc */

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatClear {
	clear:both;
}
/* Fonts */
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	color: #004F90;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.largeBlack {
	font-size:24px; 
	font-weight:bold;
	color:#000000;
}
.largeGray {
	font-size:24px; 
	font-weight:bold;
	color:#666666;
}
.RedCaps {
	font-variant:small-caps;
	color: #990000;
	font-size:14px;
	font-weight:bold;
}
/* Navigation */
a:link, a:visited {
	color: #3366FF;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
}
#footer a:link, #footer a:visited, #footerTop a:link, #footerTop a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footerTop a:hover {
	color: #FFFFFF;
}
/* Class Styles */
.pullquote 	{
	width: 40%;
	padding: 10px 5px 0 0;
	float:right;
	line-height: 20px;
}
.pullquote p	{
	font-size:14px;

	color:#FFFFFF;
}

