* {
    padding: 0;
    margin: 0;
} 

body {
	background: url("i/background-x.png") repeat-x #FFF;
	font: .80em "Helvetica  " Helvetica, Arial, sans-serif;
	line-height: 1.45em; 
}
a {
	color: #6E7EC7;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #515B88;
	text-decoration: underline;
}

a:active, a:focus, a:current {
 	outline: 0;
}


#wrap {
margin: 0px auto;
width: 950px;
}

#top { 
background: url('i/bkrdtop.gif') top center repeat-y;
background-width: 950px;
background-height: 145px;
height: 145px;
}

#content {
padding: 0 40px 0 40px;
background: url('i/bkrdmid.gif') top center repeat-y; 
background-width: 950px;
background-height: 13px;
background-repeat: repeat-y;
}

#bottom {

background: url('i/bkrdbot.gif') top center repeat-y;
background-width: 950px;
background-height: 123px;
height: 123px;
}


/*.header {
background: url('i/bkrdmid.gif') top center repeat-y; 
background-width: 950px;
background-height: 13px;
} */

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #333; }
.header h1 a { font-size: 22px; color: #333; text-decoration: none;}
.header h2 { padding-left: 10px; padding-top: 0px; font-size: 12px; color: #333; letter-spacing:2px; text-transform:uppercase;}


/****************************************************************************** Navigation */
#navigation {
	width: 600px;
	height: 30px;
	margin: 0px auto;
	/* background: #2EB420; */
}

#navigation ul {
	margin: 0 0 0 0px;
}

#navigation li {
	margin-top: 0px;
	margin-left: 20px;
	float: left;
	list-style: none;
	font-size: 100%;
	height:25px;
}

#navigation li a:link,
#navigation li a:visited,
.topmenu a {
	font: 100% "Helvetica  " Helvetica, Arial, sans-serif;
	color: #066;
	font-weight: normal;
	text-decoration: none;
}

.topmenu a:hover {
	text-decoration: none;
	color: #FFD205;
	
}
	
#middle {
	float: right;
	padding-right:5px;
	width: 620px;
	/* height: 550px; */
	margin: 0px 10px 0px 10px;
	text-align: left;
}

#middle p{
	margin-top: 15px;
}

#middle a {
	font: 100% "Helvetica  " Helvetica, Arial, sans-serif;
	color: #379ED3;
	font-weight: bold;
	text-decoration: none;
}

#middle a:hover {
	text-decoration: none;
	color: #515B88;
	
}
	
#menu {
	width: 620px;
	margin-top: 0px;
	height: 0px;
	margin-bottom: 0px;
}

#text {
	/* border-left: 3px groove #CCC; */
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	width: 570px;
	font-size: 1.0em;
	color: #645645;
}

#text td { 
padding: 5px; 
}

#text li {
	margin-top:10px;
}


.left {
	float: top left;
	width: 200px;
	/*padding: 1% 2% 0% 1%; */
	/* background-color: #f0f3f5; */
	
}

.left p{
	margin-left:25px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 12px;
	color: #131E4D;
	text-align: left;	
}

.left ul {
	padding: 10px 0 0px 20px;
	margin:0;
}

.left li {
	margin-bottom:2px;
	list-style-type: square;
	color: #023A93;
}

.left span.active {
	color:#990000;
}

.middle h2 { color: #023A93; font-size: 16px; margin-bottom: 10px; margin-top: 0px;}
.left h2 { color: #023A93; font-size: 14px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	margin-top: -15px;
	padding-bottom: 10px;
	color: #333;
	font-size: 80%;
}

#footer a{
	color: #023A93;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover{
	color: #023A93;
	text-decoration: underline;
	font-weight:normal;
}

/* **************************************** Drop Down menu */
#dropmenudiv{
position:absolute;
border:0px dotted #999;
border-top-width: 0;
font-size:75%;
line-height:12px;
z-index:100;
}

#dropmenudiv a{
text-align: left;
width: 100%;
display: block;
text-indent: 6px;
padding: 4px 0px 4px 0px;
text-decoration: none;
color:#333;
background-image:url('i/semi_trans.png');
}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url('i/semi_trans_y.png');
}

/******************************************************************************** SDMENU */

div.sdmenu {
	margin-top: 20px;
	margin-left: 25px;
	width: 175px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	background: url(i/bottom.gif) no-repeat  right bottom;
	color: #5D524B;
}
div.sdmenu div {
	background: url(i/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(i/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #5D524B;
	background: url(i/expanded.gif) no-repeat 10px center;
	cursor: default;
}
div.sdmenu div.collapsed span {
	background-image: url(i/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #EAEBF4;
	display: block;
	border: 1px solid #9CA4CA;
	color: #5D524B;
}
div.sdmenu div a.current {
	background-color: #9CA4CA;
}
div.sdmenu div a:hover {
	background : #9CA4CA url(i/linkarrow.gif) no-repeat right center;
	color: #FFF;
	text-decoration: none;
}

