/* GENERIC STYLES ************************************** */

body {
	text-align:center;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	height: 735px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

#container {
	width: 900px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

#fade {
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-y;
	float: left;
}

/* BANNER ************************************** */

#banner {
	clear: both;
}

#banner h1 {
	width: 900px;
	height: 136px;
	text-indent: -9999px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 0px;
}

/* NAV BAR ************************************** */

#nav {
	margin: 0px 0px 0px 0px;
	clear: both;
	padding: 0px 15px 0px 15px;
}

#nav ul {
	width: 100%;
	background-image: url(images/bfade.jpg);
	background-repeat: repeat-x;
	background-color: #c0cae5;
	padding: 0px;
	margin: 0px;
	float: left;
	border-top: 2px #fff solid;
	border-bottom: 5px #fff solid;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#nav ul li a {
	float: left;
	color: #fff;
	background-image: url(images/bfade.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 4px 12px 4px 12px;
	border-right: 1px solid #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
}

#nav ul li a:hover {
	background-image: url(images/bfade2.jpg);
	background-repeat: repeat-x;
	background-color: #c0cae5;
	margin: 0px;
	padding: 4px 12px 4px 12px;
}


/* LEFT COLUMN ************************************** */

#left {
	clear: left;
	float: left;
	width: 160px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 0px 10px;
}

#column {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 0px 10px;
}

#title1 {
	padding: 0px 0px 8px 0px;
	border-bottom: 1px dashed #9999ff;
}

#title2 {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px dashed #9999ff;
}

#title3 {
	padding: 0px 0px 8px 0px;
	margin: 8px 0px 0px 0px;
	border-bottom: 1px dashed #9999ff;
}

#title4 {
	padding: 0px 0px 8px 0px;
	margin: 8px 0px 0px 0px;
	border-bottom: 1px dashed #9999ff;
}

#title5 {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#title6 {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#title6 a , #title6 img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
}

#set1 , #set2 , #set3 {
	margin: 8px 0px 0px 0px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #9999ff;
}

#set1 ul , #set2 ul , #set3 ul  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#set1 li , #set2 li , #set3 li {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	margin: 3px 0px 3px 0px;
}

#set1 li a , #set2 li a , #set3 li a {
	color: #3388FF;
	font-size: 12px;
	text-decoration: none;
}

#set1 li a:hover , #set2 li a:hover , #set3 li a:hover {
	text-decoration: none;
	color: #000066;
	font-size: 12px;
}

#left h2 {
	font-style: normal;
	font-size: 12px;
	color: #000066;
	margin: 0px;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
}

#left h2 a , .link h2 a {
	text-decoration: none;
	color: #000066;
}

#left h2 a:hover , .link h2 a:hover , .small a:hover {
	text-decoration: none;
	color: #e62b86;
	margin-bottom: 0px;
}

#set3 h2 {
	font-style: normal;
	font-size: 12px;
	color: #000066;
	margin: 0px 0px 5px 0px;
	background-image: none;
	padding-left: 0px;
}

#title5 h2 a {
	text-decoration: none;
	font-style: bold;
	font-size: 18px;
	line-height: 20px;
	color: #000066;
	margin: 0px;
}

#title5 h2 a:hover {
	text-decoration: underline;
	font-style: bold;
	font-size: 18px;
	line-height: 20px;
	color: #000066;
	margin: 0px;
}

#title5 h2 {
	font-style: bold;
	font-size: 18px;
	background-image: none;
	line-height: 20px;
	color: #e62b86;
	margin: 0px;
}

/* FOOTER ************************************** */

#footer {
	width: 900px;
	height: 182px;
	float: left;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 300px 0px;
	padding: 0px;
}

.footer_copy {
	width: 230px;
	margin: 20px 40px 0px 0px;
	padding:  0px 0px 0px 30px;
	font-size: 11px;
	text-align: left;
	line-height: 13px;
	float: left;
	color: #3366CC;
}

.footer_copy2 {
	width: 180px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	line-height: 13px;
	float: left;
	color: #3366CC;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	margin: 0px;
	padding: 0px;
}

#footer li a {
	margin: 0px;
	padding: 0px;
	color: #3366CC;
	text-decoration: none;
}

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

#footer .footer_title {
	color: #3366CC;
	margin-bottom: 10px;
	font-size: 14px;
}

#footer .footer_title2 {
	color: #3366CC;
	margin: 0px;
	font-size: 12px;
}


/* GENERIC STYLES END ************************************** */