body {
	background-color: #DAE5ED;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #10157F;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
	
}

/*id*/

#maincontainer{
	width: 802px;
	margin: 0px auto 0px auto;
	height: auto;
	background-color: #FFFFFF;
	border-left: solid #FFFFFF 2px;
	border-right: solid #FFFFFF 2px;
}

#mainwrap{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
}


#menu{
	background-image: url(../images/topmenubg.gif);
	padding: 12px 0px 0px 10px;
	height: 48px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 790px;
	text-align: center;
}

#menu a{
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover{
	text-decoration: none;
	color: #FFFFCC;
}

#menuin{
	background-image: url(../images/topmenubgin.gif);
	padding: 12px 0px 0px 0px;
	height: 48px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
}

#menuin a{
	text-decoration: none;
	color: #ffffff;
}

#menuin a:hover{
	text-decoration: none;
	color: #FFFFCC;
}

#image{
	width: 800px;
	height: 270px;
	background-image: url(../images/logo.jpg);
}

#imagein{
	width: 800px;
	height: 170px;
	background-image: url(../images/logoin.jpg);
}


#contentwrap{
	width: 800px;
	float: left;
	margin: 0px;
	font-size: 100%;
	background-image: url(../images/bodybgbottom.gif);
}

#contentwrapin{
	width: 800px;
	float: left;
	margin: 0px;
	font-size: 100%;
	background-image: url(../images/bodybgin.gif);
	background-repeat: no-repeat;
}

#leftcolumn{
	float: left;
	width: 510px;
	background-image: url(../images/bodybg1.gif);
	background-repeat: no-repeat;
}

#leftcolumnin{
	float: left;
	width: 250px;
	padding: 50px 0px 20px 40px;
	line-height: 20px;
	list-style-image: url(../images/arrow2.gif);
}

.list{
	list-style-image: url(../images/arrow2.gif);
}

#leftcolumn2{
	float: left;
	width: 510px;
	background-image: url(../images/bodybg3.jpg);
	background-repeat: repeat-y;
}

#leftcolumncontent{
	float: left;
	width: 500px;
	padding: 15px 5px 5px 5px;
}

#rightcolumn{
	padding: 15px 0px 15px 15px;
	color: #000;
	font-size: 110%;
	width: 275px;
	background-image: url(../images/bodybg2.gif);
	background-repeat: no-repeat;
	float: left;
}

#rightcolumnin{
	width: 493px;
	float: left;
	font-size: small;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}



#contentcolumn1{
	float: left;
	padding: 5px;
	color: #333333;
	width: 160px;
}


#contentcolumn2{
	float: left;
	padding: 5px;
	color: #333333;
	width: 160px;
	font-size: x-small;
}


#contentcolumn3{
	float: left;
	padding: 5px;
	color: #000000;
	width: 160px;
	font-size: 11px;
}



#footer{
	color: #666666;
	text-align: center;
	padding: 5px 5px 10px 10px;
	font-size: 90%;
}


#footer a{
	color: #666666;
}


input
{
	color: #666666;
	background: #fee3ad;
	border: 1px solid #666666
}

.submit input
{
	color: #000000;
	background: #FEE3AD;
	border: 2px outset #d7b9c9
}


/*txt*/

.grey {
	color: #666666;
}

.headline {
	font-size: 18px;
	color: #01387B;
	font-weight: bolder;
}

#headlinelink {
	font-size: 18px;
}

#headlinelink a{
color: #990000;
font-weight: bold;
text-decoration: underline;
}

#headlinelink a:hover{
color: #000000;
font-weight: bold;
text-decoration: none;
}


.headlinenews {
	font-size: 13px;
	color: #000000;
	font-weight: 900;
}

.bracket {
	font-size: 16px;
	color: #000000;
	font-weight: 900;
}

.subheadline {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}

.micro {
font-size: 10px;
}

.warn {
	font-size: 11px;
	color: #CC0000;
}

.white {
	color: #FFFFFF;
}
.hometxt {
	padding-left: 55px;
}

.smallwhite {
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
}

.smaller {
font-size: 95%;

}

.smaller a{
	color: #666666;
}

.smaller a:hover{
	text-decoration: none;
	color: #000000;
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ffffff;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFCC;
width: 250px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #53881E;
	color: #FFFFFF;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


/* ######### NEWS ######### */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 400px; /*width of featured content slider*/
	height: 200px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: #629ec8;
	width: 480px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	text-align: center;
	font-size: large;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	font-size: medium;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #apDiv6 p {
	font-weight: bold;
}
#maincontainer #mainwrap #contentwrapin #apDiv6 p {
	color: #F00;
}
#maincontainer #mainwrap #contentwrapin #apDiv6 p {
	font-weight: bold;
}
#maincontainer #mainwrap #contentwrapin #apDiv6 p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincontainer #mainwrap #contentwrapin #apDiv6 h1 {
	font-size: medium;
}
#maincontainer #mainwrap #contentwrapin #apDiv7 p {
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 h5 {
	color: #F00;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #apDiv9 table tr th {
	color: #000;
}
#maincontainer #mainwrap #contentwrapin #apDiv9 table tr th .column {
	text-align: left;
}
#maincontainer #mainwrap #contentwrapin #apDiv9 table tr th p {
	color: #000;
	text-align: right;
}
#maincontainer #mainwrap #contentwrapin #apDiv9 table tr th p {
	text-align: left;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	color: #F00;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	color: #000;
	font-size: xx-small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	font-size: medium;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #apDiv9 #apDiv11 em {
	font-size: xx-small;
}
#maincontainer #mainwrap #contentwrapin p {
	color: #10157F;
	font-weight: bold;
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #apDiv5 p {
	color: #10157F;
	text-align: left;
}
sdopsidebar {
	color: #000;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin h2 {
	text-align: center;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin p {
	text-align: left;
	font-weight: normal;
	font-size: xx-small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin p strong {
	text-align: center;
	color: #10157F;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td strong font {
	text-align: left;
	font-size: medium;

}
#maincontainer #mainwrap #contentwrapin #rightcolumnin {
	font-weight: normal;
	background-color: #FFF;
	color: #10157F;
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p span span span {
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p span span span {
	font-size: x-small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	color: #10157F;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p {
	color: #10157F;
	font-size: small;
	text-align: left;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td font font {
	font-size: medium;
}
#maincontainer #mainwrap #contentwrapin #leftcolumnin p {
	font-size: xx-small;
}
#maincontainer #mainwrap #contentwrapin #leftcolumnin p {
	font-size: small;
}
#maincontainer #mainwrap #contentwrap #leftcolumn #leftcolumn2 #contentcolumn2 p em {
	color: #FFF;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td div {
	font-weight: bold;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p font {
	font-size: small;
	text-align: left;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p a {
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p font {
	text-align: left;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin table tr td p font {
	text-align: left;
	color: #10157F;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin {
	font-size: small;
}
#maincontainer #mainwrap #contentwrapin #rightcolumnin p em {
	font-size: small;
}
