
body {
   background-color: White;
   color: #484848;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
   line-height: 15px;
	margin: 0px 0px 40px 0px;
   background-image: url(images/background.jpg);
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #BF0B13;
	border-bottom: 2px solid #BF0B13;
}

h2 {
	font-size: 14px;	
}

h3 {
	font-size: 12px;
	line-height: 15px;
	color: #484848;
	font-weight: bold;
}

.bigred {
	font-size: 12px;
	line-height: 15px;
	color: #BF0B13;
	font-weight: bold;
}

.biggrey {
	font-size: 12px;
	line-height: 15px;
	color: #484848;
	font-weight: bold;
}

.standout {
	color: #484848;
	font-family: Verdana, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

.bodyborder {
	background-image: url(images/dot2line_red.gif);
}

.hborder {
	background-image: url(images/dot2line_red.gif);
}

.vborder {
	background-image: url(images/dot2line_red.gif);
}

a:link {	
	text-decoration:none;
	color: #223D71;
	font-weight: bold;
}		

a:visited {	
	text-decoration: none;
	color: #223D71;
	font-weight: bold;
}	
		
a:active	{	
	text-decoration: none;
	color: #223D71;
	font-weight: bold;
}	
		
a:hover {	
	text-decoration: underline;
}

.bgbody {
   background-color: #FFFFFF;
	margin: 0px 0px 40px 0px;
}

.bodytext
{
	background-color: White;
	color: #484848;
  	font-family: Verdana, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
   line-height: 15px;
}

a.bodytext {
	background-color: #CDE2EE;
	color: #223D71;;
  	font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration: none;
   line-height: 14px;
}

.sidebar {
	background-color: #CDE2EE;
}

#sidebarText {
	width: 360px;
	padding: 20px 20px 0.2em 20px;
}

a.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #223D71;
	text-decoration: none;
}

.bglinklist {
	background-color: #EBEBEB;
}

.topbar {
	background-color: #BF0B13;
}

#topbarLinks {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
 	
}

.topbarLink, a.topbarLink, a.topbarLink, a.topbarLink:visited, a.topbarLink:active {
 	color: White; 	
	background-color: #BF0B13;
	border: 1px solid #BF0B13;
	padding-bottom: 2px;
	font-size: 12px;
}

a.topbarLink:hover {
   color: White;
   background-color: #F2646B;
	border: 1px solid #560509;
	padding-bottom: 1px;
	font-size: 12px;
	text-decoration: none;
}

.footerlink, a.footerlink, a.footerlink:link, a.footerlink:visited, a.footerlink:active{
 	color: #636363;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: normal;
 	text-decoration: none;
}

a.footerlink:hover {
    color: Black;
    background-color: #EBEBEB;
    text-decoration: none;
}

.spacer {
	margin: 1em;
}

.linkItemText {
    margin-left: 2px;
}

.linkItemBody {
    margin: 0 0 0.2em 0;
    border: 1px solid #FFFFFF;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0.1em 0.25em 0.2em 10px;
}

.linkItem {
    margin: 0 0 0.2em 0;
    border: 1px solid #EBEBEB;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0.1em 0.25em 0.2em 10px;
}

.currentLinkItem,
#itemized-links a:hover {
    color: White;
    background-color: #223D71;
    border: 1px solid #223D71;
    text-decoration: none;
}

.content {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.overline {
	border-top: 1px solid #BF0B13;
}

.underline {
	border-bottom: 1px solid #BF0B13;
}

.box {
	padding: 5px;
	border: 1px solid #BF0B13;
   /*text-align: center;*/
}

