body {
	margin-top: 0px;
	background-color: #eeede5;
	height: 100%;
	font-family: Arial, Helvetica,Verdana, sans-serif;
	font-size: .8em;
	text-align: center;
}


#wrapper	{
	width: 976px;
	margin-left:auto;
	margin-right: auto;


}

#main	{
	width: 950px;
	padding: 0 13px 10px 13px;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	background-image:url('images/bkg_main_dropshadow.gif');
	background-repeat:repeat-y;
}

#mainnew	{
	width: 950px;
	padding: 10px 13px 0px 13px;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
	background-image:url('images/backgshadow.gif');
	background-repeat:repeat-y;
}
/* ****************** Page formatting **************************** */

#bottomshadow{
	background-image: url('images/bottomshadow.gif');
	background-repeat: repeat-x; 
	height: 9px;	
}

#maintable{
	background-color: #ffffff;
	width: 100%;
}

#maintable2{
	background-color: #ffffff;
	width: 100%;
	background-image: url('images/innerbg.gif');
	background-repeat: repeat-x;
}

#innershadow{
	background-image: url('images/innershadow.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	text-align: right;
}

.innershadow2{
	background-image: url('images/innershadow2.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	text-align: right;
}

#footer	{
	margin: 0 auto;
}

#footer table{
	margin: 0 auto;
}

/* ********************** Standard HTML tag settings ******************************** */

h3{
	color: #004080;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
}

h2{
	color: #004080;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
}

h1{
	color: #004080;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
}

h1	{
	font-size: 1.6em;
}

h2	{
	font-size: 1.3em;
}

h3	{
	font-size: 1.1em;
}

img {
 border: none;
}

table	{
	border: 0;
	border-collapse:collapse;
}

table td	{
	padding:inherit;
}

a:visited	{
	color:  #004080;
}


a:link	{
	color:  #004080;
}


a:hover	{
	color:#3e6fa4;
}
/* ********************** Main column styles ******************************** */
#header{
	background-image: url('images/header_bg3.gif');
	background-repeat: no-repeat;
	background-position: right;
	height:109px;
}

#leftcol{
	padding: 15px;
	border-right: solid 1px #d1d5d5;

}

#leftcol a {
	color: #004080;
	text-decoration: underline;		
}


#leftcol a:visited {
	color: #004080;
	text-decoration: underline;	
}

#leftcol a:hover {
	color: #004080;
	text-decoration: none;
}

#leftcol2{
	background-image: url('images/leftshadow2.gif');
	background-position: top right;
	background-repeat: no-repeat;
}


#maincol{
	background-image: url('images/rightinnershadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding: 30px;

}


#maincol a {
	color: #004080;
	text-decoration: underline;		
}

#maincol a:visited {
	color: #004080;
	text-decoration: underline;	
}

#maincol a:hover {
	color: #004080;
	text-decoration: none;
}

#midcol2{
	background-image: url('images/rightshadow2.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 8px;

}

#midcol2 h3{
	color:#004080;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1em;
}

.midcontainer{
width: 590px;
padding-left:8px;
/* border: solid 1px #d1d5d5; */

}


#centercol{

	background-image: url('images/rightinnershadow.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 20px;
	padding-left:12px;
	padding-right:12px;

}


#rightcol{
	margin-top: 20px
}

/* **********************  Top Navigation styles **************************** */
#navbar{
	background-image: url('images/nav_bg.gif');
	width: 930px;
	height: 45px;
	padding-left: 20px;
}

#navbar ul	{
	text-align: center;
	height: 100%;
	padding: 0px;
	margin: 0 0 0 10px;
	list-style:none;
	white-space: nowrap;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #c1e0ff;
	float: left;
}

#navbar ul li	{
	text-align: center;
	height: 45px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-collapse: collapse;
}

#navbar ul li a {
	color:#c1e0ff;
	margin:0;
	padding: 13px 10px;
	line-height: 45px;
	text-decoration:none;
	}
	
#navbar ul li a:hover	{
	color: #ffffff;
	background-image: url('images/nav_on_background.png');
	
	}
#navbar ul li.navitem_on a	{
	color: #ffffff;
	background-image: url('images/nav_on_background.png');
	
	}

/* ************************* Other styles ****************************** */

.red	{
	color:#004080;
}

.bigred{
	color:#004080;
	font-size: 1.2em;
	font-weight: bold;
}

.blue	{
	color: #004080;
}

.photo	{
	padding:1px;
	background-color:#ffffff;
	border:1px gray solid;
}

.left	{
	float: left;
	margin-right: 10px;
}

.right	{
	float: right;
	margin-left: 10px;
}

.center	{
	text-align: center;
}


.innerbox{
	padding:4px;
}


.newsinside h3{
	color:#004080;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 13px
}

.rightad{
	margin-bottom: 20px

}

.red a {
	color: #004080;
	text-decoration: none;
}

.red a:visited {
	color: #004080;
	text-decoration: none;
}

.red a:hover {
	color: #004080;
	text-decoration: underline;
}

#footer {
	font-size: .8em;
