/* CSS Document */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{
	display: block;
	width: auto;
	background: #FF0000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sddm li a:hover
{	background: #996600;
}

#sddm div
{
	position: absolute;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	left: 93px;
	top: 214px;
	width: 140px;
	background-color: #FF0000;
	visibility: hidden;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;
	background-color: #990000;
}

	#sddm div a:hover
	{	background: #996600;
		color: #FFF}
		
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	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:auto;
	text-align:center;
	font-size: 12px;
	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: #0033FF;
	text-decoration:none;
}
a:hover {
	color: #990033;
	text-decoration:none;
}
.footer a:link, footer a:visited, footer a:hover, footerTop a:link, footerTop a:visited  {
	color: #FFFFFF;
	text-decoration:none;
	text-transform: none;
}
/* Class Styles */
.pullquote 	{
	width: 40%;
	padding: 10px 5px 0 0;
	float:right;
	line-height: 20px;
}
.pullquote p	{
	font-size:14px;

	color:#FFFFFF;
}
