/* CSS Document */
body {
	background-color: #666666;
	margin-top:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h2 {
font-size: 14px;
}
a {
	text-decoration: none;
	color: #6633ff;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}


/*CONTENT*/
#header {
	text-align:left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#CCFF66;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6633ff;
}
.header1 {
	background-image: url(images/header_left2.gif);
	background-repeat: no-repeat;
}
.header2 {
	background-image: url(images/header_center2.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
.header3 {
	background-image: url(images/header_right2.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: right;
		
}
.header3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	
}

.header3 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #6633FF; 
	
}
#container {
	width: 780px;
	text-align:left;
	background-color: #eeeeee;
	border-top-color: #ffcc00;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #ffcc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #ffcc00;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #ffcc00;
	border-right-style: solid;
	border-right-width: 1px;
	}

#content {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #6633ff;
 	border-bottom-color: #FFcc00;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
#incontent {
	border: solid #ffcc00 1px;
	padding: 10px 10px 10px 10px;
	background-color: #fefefe;
	vertical-align: top;
	font-size: 12px;
	color:#666666
}
#incontent1 {
	border: solid #6633ff 0px;
	padding: 2px 10px 10px 10px;
	background-color: #fefefe;
	vertical-align: top;
	font-size: 12px;
	color:#666666
}
#incontent2 {
	border: solid #6633ff 0px;
	padding: 2px 10px 10px 10px;
	background-color: #eeeeee;
	vertical-align: top;
	font-size:11px;
	color:#666666;
	font-style: italic;
}

/*NAVIGATION LEFT*/
#leftnav {
	border: solid #ffcc00 1px;
	padding: 10px 10px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #6633ff;
	vertical-align: top;
	border-top-style: none;
	color: #ffffff;
}

#leftnavtop {
	border: solid #6633FF 0px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #6633ff;
	background-color:#ffcc00;
	font-weight: bold;
	text-align: center;
	border-bottom-style: none;
	

}

#leftnav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #ffcc00;
	font-weight: normal;
}

#leftnav a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #6633ff;
	font-weight: normal;
	background-color:#ffcc00;
	width: 100%;	
}

#footer {
	background-color: #ffffff;
	border-top-color: #6633ff;
	border-top-style: solid;
	border-top-width: 4px;
	text-align: right;
	padding-right: 3px;
}

.span {
	background-color: #ffcc00;
	padding-bottom: 3px;
	padding-top: 0px;
	border: solid #6633FF 1px;
	width: 150px;
	text-align: center;
	position: relative;
	top: 38px;
	right: 10px;
	z-index: 2;
}

.span1 {
	background-color: #eeeeee;
	padding-bottom: 0px;
	padding-top: 0px;
	border: solid #6633FF 0px;
	width: 260px;
	height: 50px;
	text-align: center;
	position: relative;
	top: 5px;
	left: -10px;
	z-index: 1;
	
}