/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #ffffff;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 20px
}
a{
	color: #ffffff;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #390457;
	font-size: 1.4em;
	margin: 0 0 1.3em
}
h3{
	color: #390457;
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	color: #ffffff;
	font-size: 1.4em;
	font-style:italic;
	margin: 0 0 1.3em
}
p{
	line-height: 1.4em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	padding: 0 11px 18px;
	width: 1021px
}
/*=== Header ===*/
#header{
	height: 70px;
	padding: 0 18px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 190px
}
#header h1 a{
	display: block;
	height: 70px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font-size: 14px;
	height: 20px;
	width: 778px
}
.nav1 ul{
	padding: 27px 0 0 22px
}
.nav1 li{
	float: left;
	line-height: 20px;
	padding: 0 14px
}
.nav1 li a{
	color: #390457;
	display: block;
	float: left;
	padding: 0 0 0 9px;
	text-decoration: none
}
.nav1 li a span{
	display: block;
	float: left;
	height: 20px;
	padding: 0 9px 0 0
}

.nav1 li a span img {
margin-top:4px;
}

.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) left no-repeat;
	color: #390457;
	cursor: pointer;
	text-decoration: none
}
.nav1 li.active a span, 
.nav1 li a:hover span{
	background: url(../images/nav1-hover.gif) right no-repeat
}
/*- Nav2 -*/
.nav2{
	font-size: 11px;
	margin: 0 0 1em
}
.nav2 li{
	background: url(../images/nav2-sep.gif) bottom no-repeat;
	height: 31px
}
.nav2 li a{
	color: #ffffff;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 15px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/nav2-ico.gif) no-repeat 5px 12px;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title{
	clear: both;
	height: 336px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	height: 1%;
	padding: 20px 60px 15px 28px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 170px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 10px 0 0;
	width: 685px
}

#centercol ul {
	margin-left: 20px;
	margin-bottom: 20px;

}

#centercol ul li {
	list-style-type:disc;

	
}

#centercol ol {
	margin-left: 20px;
	margin-bottom: 20px;

}

#centercol ol li {
	list-style-type:decimal;
	
	
}

#centercol a {
	color:#390457;
	
}

#centercol b {
	color:#390457;
	
}
#centercol a.hover {
	text-decoration:underline;
	
}




/*=== Styling Tabular Data ===*/
table{
	border-collapse: collapse;
	width: 100%
}
/*- Tabs1 -*/
.tabs1 th{
	color: #390457;
	font-weight: normal;
	padding: 0 26px 15px 0;
	text-align: left;
	vertical-align: top
}
.tabs1 th a{
	color: #390457
}
.tabs1 td{
	color: #ffffff;
	padding: 0 10px 25px 0;
	vertical-align: top
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.gif) top no-repeat;
	color: #b79f58;
	font-size: 10px;
	height: 29px;
	line-height: 22px;
	text-align: center;
	text-align: center
}
#footer a{
	color: #b79f58
}
#footer li{
	display: inline;
	padding: 0 .2em
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

