* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	padding: 0px;
	background: #2a1b60;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2a1b60;
}

#main_wrap {
	background: #aa9fd3 url(../images/bg-highlight.gif) repeat-x;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #cbad01;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; color:#7c6fa7; }
h3 { font-size: 105%; font-weight: bold; }
h4 { font-size: 100%; font-weight: bold; font-style:italic; line-height:150%;}

h4 a:link, h4 a:visited {
  text-decoration:none;
  color: #cbad01;
  font-size: 100%; 
  font-weight: bold;
  font-style:italic; 
}

h4 a:hover {
  text-decoration:underline;
}


p {
	margin-bottom: 1.8em;
	font-size: 100%;
}

ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #2a1b60;
}

a:hover {
	text-decoration: none;
	color: #7c6fa7;
}

a:visited {
	color: #2a1b60;
}

/* Header */

#header {
	width: 946px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 204px;
	height: 78px;
	background: url(../images/sidebar.png) repeat-y right top;
	border: 1px solid #2a1b60;
	border-right: 5px solid #2a1b60;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #2a1b60;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #7c6fa7;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menuContainer {
	float: right;
	font-size: 100%;
}

/* Splash */

#splash {
	width: 946px;
	height: 166px;
	margin: 0 auto;
}

#image {
	width: 736px;
	float: right;
	height: 166px;
	display: inline;
}

#footerMenu {
	text-align:center;
	font-size: 88%;
}

#mission {
	width: 205px;
	height: 166px;
	float: left;
	border-right: 5px solid #2a1b60;
	margin: 0;
	overflow: hidden;
	display: inline;
}


#mission p {
	padding: 30px 20px 30px 10px;
	text-align: right;
	font-weight: bold;
	color: #2a1b60;
}

/* Page */

#page {
	width: 946px;
	margin: 0 auto;
	background: url(../images/sidebar-ext.png) repeat-y left top #ffffff;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	background: url(../images/bg-contenttop.gif) no-repeat right top #ffffff;
	float: right;
	width: 696px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	border-top: 1px solid #2a1b60;
	color: 7c6fa7;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
	color: #2a1b60;
}

#sidebar h3 {
	color: #7c6fa7;
}

#sidebar h3 span {
	font-size: 102%;
	padding: 3px 5px;
	background: #cbad01;
	color: #ffffff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	font-size: 88%;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #2a1b60;
}

#sidebar li ul {
  list-style: circle;
  margin-left: 20px;
  padding: 0;
} 

#sidebar li ul li {
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: none;
}

/* Footer */

#footer {
	background: ebe7f8;
	clear: both;
	width: 926px;
	height: 20px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #2a1b60;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
	text-align:center;
}

/* DIVs for pages with lots of items in a long list */
.item {
	width: 100%;
	border-color:#7c6fa7;
	border-style:solid;
	border-top-width: thin;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding-top: 8px;
	padding-bottom: 20px;
	clear:both;
}
	
.item img {
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 10px;
	float: right;
	vertical-align:top;
	text-align: right;
}
	
.item p { 
	margin-bottom:8px
}
		 
.item ul {
	margin-bottom: 8px;
}
	
