/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
	background: url(../images/bg.jpg) center #fff repeat-y;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}


/* NAVIGATION
---------------------------------------------------------*/
#nav {
	margin: 0;
	background: url(../images/bg_nav.gif) no-repeat 0 0;
	height: 29px;
	font-size: 13px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	display: inline;
	padding: 0;
	background: none;
}
#nav li a {
	display: block;
	color: #65185C;
	padding: 5px;
	_height: 1em;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#nav li a:focus,
#nav li a:hover,
#nav li a:active {
	color: #fff;
	background: #8f528c;
}




/* CONTENT
---------------------------------------------------------*/

#content {
	padding: 0 30px 0 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-left: 1px solid #ccc;
	float: right;
	width: 445px;
}

h1, h2, h3, h4, h5, h6 {
	color: #65185C;
}
h2 {
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.paraIntro {
	color: #65185C
}

.question {
	color: #333;
	font-weight: bold;
}

#header {
	display: block;
	width: 105px;
	height: 22px;
	position: relative;
}

#header span {
	background: url(../images/welcome_hdr.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.program {
	padding: 0 10px;
	margin-top: 10px;
	border: 1px solid #333333;
}

strong, #footer b {
	color: #65185C;
}

.quote {
	color: #333;
	font-style: italic;
}

/* LINKS
---------------------------------------------------------*/

a {
	color: #65185C;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	text-decoration: underline;
	color: #333;
}



/* SIDEBAR
---------------------------------------------------------*/

#sideBar {
	width: 230px;
	padding: 0 0 0 20px;
	margin-top: 80px;
	color: #884583;
	font-size: 13px;
/*	border-right: 1px solid #ccc;*/
}

#sideBar ul, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sideBar li, li {
	background: url(../images/plus.gif) 0 5px no-repeat;
	padding-left: 20px;
	margin-bottom: 0;
	}

#sideBar h1 {
	font-size: 16px;
	font-weight: normal;
}

li {
	margin-bottom: 10px;
}



/* FOOTER
---------------------------------------------*/
#footer {
	border-top: 1px solid #f1e9f0;
	border-bottom: 1px solid #f1e9f0;
	font-size: 11px;
	color: #333;
	text-align: center;
	padding: 5px 10px;
	clear: both;
	margin-top: 30px;
	line-height: 140%;
}

#footer strong, #footer b {
	color: #65185C;
}
#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover,
#footer a:active {
	text-decoration: underline;
	color: #333;
}