*
{
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}
#container {
	width: 770px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
}
#hearder {
	background-image: url(../images/backgroundHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 163px;
	width: 770px;
}
#hearder h1 span {
	display: none;
}
#hearder h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 142px;
	width: 180px;
	padding-top: 10px;
	padding-left: 20px;
	background-position: bottom;
	display: inline;
	float: left;
}
#headerimg {
	float: right;
	padding-right: 120px;
	height: 163px;
}

#menu {
	font-size: 14px;
	width: 192px;
	float: left;
	z-index: 1000;
}
#menu ul {
	list-style-type: none;
	z-index: 1000;
}
#menu li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7A85B1;
	background-color: #22347D;
	z-index: 1000;
}
#menu a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #22347D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	z-index: 1000;
}
#menu a:hover {
	background-color: #7A85B1;
}
#menu #active a {
	background-color: #7A85B1;
}
#submenu {
	font-size: 11px;
	line-height: 30px;
	background-color: #E32F2A;
	width: 578px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#submenu ul {
	text-align: right;
	z-index: 1000;
}
#submenu li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	color: #FFFFFF;
}
#submenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	
}
#submenu a:hover {
	text-decoration: underline;
}

#splashHeader {
	padding-right: 50px;
	padding-top: 75px;
}
#splashBG {
	background-image: url(../images/splassBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 700px;
	position: relative;
}

#splashcontent {
	width: 500px;
	clear: both;
	float: left;
	z-index: 0;
}
#splashcontent h2 {
	font-size: 33px;
	font-weight: bold;
	color: #22347D;
	width: 400px;
	padding-left: 75px;
	font-style: italic;
	position: relative;
	padding-top: 50px;
}
#splashcontent p {
	font-size: 19px;
	color: #511d7f;
	font-weight: bold;
	width: 380px;
	padding-left: 80px;
	padding-right: 10px;
	line-height: 26px;
	padding-top: 15px;
}
#sidebar {
	width: 192px;
}
#sidebar img {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#sidebar .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #511D7F;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
}
#sidebar .quotefrom {
	font-size: 10px;
	color: #511D7F;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
}
#content {
	background-color: #FFFFFF;
	width: 578px;
	float: right;
}
#content h2 {
	font-size: 24px;
	color: #22347D;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#content .purple {
	font-size: 15px;
	padding-left: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #511D7F;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#guideInfo ul {
	padding-left: 50px;
	list-style-type: disc;
	margin-left: 5px;
}
#guideInfo ul li {
	padding-top: 5px;
	padding-right: 10px;
}
#content p a {
	color: #22347d;
	text-decoration: underline;
}
#content p a:hover {
	color: #E32F2A;
}
#content img {
	padding: 10px;
}

#footer {
	padding-top: 10px;
	font-size: 9px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
	background-color: #FFFFFF;
	z-index: 100;
}
.showInfo a {
	font-size: 12px;
	color: #22347d;
	text-decoration: underline;
	font-weight: normal;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	position: relative;
	bottom: 0px;
}

