/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #f2f2f2;
}

#maincontainer{
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#maincontent{
	margin: 0px 12px;
}

.maincontent{
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
/* horizontal menu */
.indentmenu{
font: bold 12px Arial;
width: 100%; /* leave this value as is in most cases */
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #990066;
	border-top: 1px solid #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /* text color */
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FFFFFF; /* dark purple divider between menu items */
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFFFFF; /*text color of selected and active item*/
background: #000000;
}

/* left side navigation */


.side {
	padding-top: 12px;
}

div#leftnav {
	margin: 0px;
	padding: 0px;
}

div#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#leftnav ul li a:link, div#leftnav ul li a:visited {
	color: #000000;
	height: 20px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div#leftnav ul li a:hover {
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FF0000;
}
div#leftnav li#active {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* vertical menu ends */
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px;
}

.buttonmenu li a{
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #FFFFFF; /*light dark dark light*/
	background-color: #802990;
	text-decoration:none;
	font-size: 12px;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active, ul li .currentvert{
color: #802990;
background-color: #e1d2e6;
}


/* styles */

.footer {
	padding: 6px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990066;
}
.footer a:link{
color: #FFFFFF;
}
.footer a:visited{
color: #FFFFFF;
}
.footer a:hover{
color: #FFFFFF;
}

a:link {
	color: #FF0099;
}

#contentwrapper{
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 40px;
	margin-left: 35px;
}

.contentwrapperouter{
	background-image: url(../images/conper_lwr_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:visited {
	color: #802990;
	text-decoration: none;
}
a:hover {
	color: #802990;
	text-decoration: underline;
}
a:active {
	color: #802990;
	text-decoration: none;
}
p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #990066;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #990066;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #990066;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.imgRight {
	float: right;
	padding-left: 12px;
}
.imgLeft {
	float: left;
	padding-right: 12px;
}
.imgBottom {
	padding-bottom: 12px;
}
li {
	font-size: 12px;
}
/* vertical nav */
#ddblueblockmenu{
	width: 150px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0 3px 6px;
	width: 150px;
	text-decoration: none;
	color: #FF0066;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 152px; /*IE 5*/
w\idth: 137px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	text-decoration: underline;
}

#ddblueblockmenu div.menutitle{
	color: #999999;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #f2f2f2;
}
