@charset "utf-8";
/* CSS Document */

body {
	background-color:#35476B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#header {
	width: 750px;
	background-image: url(images/header2.jpg);
	height: 120px;
}
#splitLeft {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 7px;
	width: 349px;
	float: left;
	font-size: 85%;
}
#split {
	background-image: url(images/grey.jpg);
	height: 183px;
	width: 750px;
}
#splitSmall {
	background-image: url(images/grey_small.jpg);
	height: 83px;
	width: 750px;
}
.Smallcontent {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #35476B;
}


#footer {
	background-image: url(images/white_middle.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	color: #35476B;
	text-align: center;
}

#main {
	background-image: url(images/white_middle.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 14px;
	color: #35476B;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}




#content {
	padding-right: 25px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 0px;
	line-height: 16px;
}

#content a:link, a:hover, a:visited{color:#35476B;}






#splitRight {
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 229px;
	float: right;
	font-size: 85%;
}
#splitRight li {
	margin-left: -15px;
	padding-top: 5px;
}
#splitRight H2 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
}

#splitRight H1 {
	font-size: 16px;
	color: #EC3128;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

#splitLeft li {
	margin-left: 30px;
	padding-top: 5px;
	font-weight: bold;
}
#splitLeft H2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 5px;
}

#splitLeft H1 {
	font-size: 16px;
	color: #EC3128;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

#splitLeft img{
	padding-right: 5px;
}
#TopLinks {
	color:#FFFFFF;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 15px;
}

#TopLinks a:link{ color:#FFFFFF;
text-decoration: none;}
#TopLinks a:visited{ color:#FFFFFF;
text-decoration: none;}

#TopLinks a:link hover{ color:#CCCCCC;
text-decoration:underline;}

#tabsE {
	/*float:right;*/
	position: relative;
	top: 90px;
	right: -2px;
	overflow: auto;
	width:535px;
	font-size:10px;
	line-height:normal;
	background-color: #FFFFFF;
	vertical-align: bottom;
	margin-right: 5px;
	/*margin-top: 90px;*/
	font-weight: bold;
      }
    #tabsE ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
	float:left;
	background:url("images/tabEleft.jpg") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
      }
    #tabsE a span {
	float:left;
	display:block;
	background:url("images/tabEright.jpg") no-repeat right top;
	color:#fff;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span { color:#fff;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  

.bottom {
	font-size: 11px;
	text-align: center;
	padding-bottom: 7px;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #ffffff;
	text-align: left;
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #AD0000;
	color: #ffffff;
}
#subBottom {
	font-size: 80%;
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
}
#subBottom a:link{color: #CCCCCC;}
#subBottom a:hover{color: #CCCCCC;}
#subBottom a:visited{color: #CCCCCC;}
.paddingLeft {
	padding-left: 10px;
	float: right;
}
.byLine {
	font-size: 11px;
	text-align: right;
	padding-bottom: 7px;
	padding-right: 15px;
}
