﻿/*// RESET //*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/*// END RESET //*/


/*// HARD CODE RESET //*/

a, a:link {
	color: #00788A;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #AA7382;
}

a:hover {
	color: #4F2683;
}

body {
	background-color: #4f2683;
	line-height: 16px;
	font-size:14px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	line-height: 14px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F2683;
	font-weight: bold;
}

h2 {
	line-height: 12px;
	font-size: 12px;
	color: #4F2683;
	font-weight: bold;
}

/*// ALIGNMNET //*/

.center {
	text-align:center;
}

.right {
	text-align:right;
}

/*// I GUESS WE NEED A TEAL CLASS //*/

.teal {
	color:#008080;
}

#box {
border:2px solid #4F2683;
margin-bottom:3px;
padding:5px 5px 7px;
text-align:center;
}

/*// OUTER WRAPPER //*/

#outerWrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #ede4f8;
	width: 1024px;
}

#contentWrapper {
	background-color: #ede4f8;
	margin:0;
	padding: 10px;
}

#header {
	background-color: #fff;
	height:100px;;
	font-size: 26px;
	padding: 5px;
	font-weight: bold;
	color: #4F2683;
	text-align: center;
}

#leftColumn {
	padding: 10px;
	background-color: #ffffff;
	float: left;
	width: 11em;
	margin-right:15px;
	height:100%;
	border-right: solid 1px #666;
}

#rightColumn {
	padding: 10px;
	background-color: #ffffff;
	float: right;
	border-left: solid 1px #666;
	padding: 10px;
	width: 11em;
	margin-left: 15px;
	height:2300px;
}


.smallertext {
	font-size:x-small;
}



.clearFloat {
	display: block;
	clear: both;
}


#headl {
	display: inline;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#headr {
	display: inline;
	float: right;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content ol #bottom15 li{
	margin-bottom:15px;
}


* html #slidetabsmenu {
	/*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#box {
	width: 102px;
	border: 2px solid #4F2683;
	padding: 5px;
	margin-bottom: 10px;
}

#footer {
	background:#EEE;
	border-top: solid 1px #666;
	text-align:center;
	padding:15px;
	font-weight:bold;
}

/*// TOP NAV //*/

#slidetabsmenu {
	float: left;
	width: 100%;
	font-size: 75%;
	line-height: normal;
	border-bottom: 1px solid gray;
	background-color: #FFF;
}

#slidetabsmenu ul {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

#slidetabsmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#slidetabsmenu a {
	float: left;
	background: url('../img/tab-left.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	text-decoration: none;
}

#slidetabsmenu a span {
	float: none;
	display: block;
	background: url('../img/tab-right.gif') no-repeat right top;
	padding: 3px 14px 3px 5px;
	font-weight: bold;
	color: #4F2683;
}

#slidetabsmenu a:hover span {
	color: black;
}

#slidetabsmenu #current a {
	background-position: 0 -125px;
}

#slidetabsmenu #current a span {
	background-position: 100% -125px;
	color: #4F2683;
}

#slidetabsmenu a:hover {
	background-position: 0% -125px;
}
#slidetabsmenu a:hover span {
	background-position: 100% -125px;
	color: #4F2683;
}
