/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
}

#wrapper {
	width:810px;
	margin: 0 auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
}

#wrapper_bottom {
	width:810px;
	margin: 0 auto;
}

#container {
	width: 756px;
	margin: 0 auto;
	background-image: url(images/bg_content.gif);
}

#masthead{
	width: 756px;
}

#top_menu{
	float: right;
	background-image: url(images/header.jpg);
	width: 556px;
	height: 122px;
}

#top_menu p{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 12px 40px 0px 0px;
	margin-top: 0px;
	font-weight: bold;
}

#content{
	float: left;
	margin: 0px;
	padding: 0px;
	clear: right;
	width: 556px;
}

#slideshow{
	float: right;
	width: 556px;
	background-image: url(images/slide1.jpg);
	background-repeat: no-repeat;
}

/************** SubPage ***************/

#containerSubpage {
	background-image: url(images/subpage_bg.gif);
	background-repeat: repeat-y;
	width: 842px;
	margin: 0px auto;
}

#subheader {
	float: right;
	width: 556px;
}

#subpageContent{
	float: left;
	margin: 0px;
	padding: 40px 40px 40px 50px;
	width: 466px;
}


/************** link styles ***************/

a {
	color: #004480;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover{
	color: #004480;
	text-decoration: underline;
}

/************** title styles ***************/

.titleBlue {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #004480;
	padding: 10px 0;
	line-height: normal;
}

.titleGreen {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #777700;
	padding: 10px 0;
	line-height: normal;
}

.titleGold {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #A08200;
	padding: 10px 0;
	line-height: normal;
}

.titleOrange {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #995600;
	line-height: normal;
	padding: 10px 0;
}

.titleDkOrange {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #7b2900;
	line-height: normal;
	padding: 10px 0;
}

.titleRed {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #671308;
	line-height: normal;
	padding: 10px 0 0px;
}

.subtitle1 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
}

.subtitle2 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 10px;
	line-height: normal;
	font-style: italic;
	padding: 0px 0px 2px;
}

.subtitle3 {
	font-size: 10px;
	font-weight: bold;
	color: #995600;
	padding: 0px 0 5px;
	margin: 0;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	text-transform: uppercase;
}

.subtitle4 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 10px;
}

.subtitle5 {
	font-size: 10px;
	font-weight: bold;
	color: #671308;
	padding: 10px 0 5px;
	margin: 0;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	text-transform: uppercase;
}

.subtitle6 {
	font-size: 10px;
	font-weight: bold;
	color: #7b2900;
	padding: 0px 0 5px;
	margin: 0;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	text-transform: uppercase;
}

#red {
	color: #671308;
}

#red a{
	font-size: 10px;
	font-weight: bold;
	color: #671308;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-decoration: underline;
}

#red a:hover{
	text-decoration: none;
}

H4 {
	font-size: 16px;
	line-height: normal;
}

/************** program styles ***************/

.programs {
	border-bottom-style:solid;
	border-bottom-color:#D9D9D9;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
}

.details {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}



.description {
	font-size: 11px;
	font-weight: normal;
}

.BookReview {
	background-color:#f3f3f3;
	padding-left:20px;
	padding-right:16px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	font-size: 12px;
	line-height: normal;
}

.library {
	background-color:#f3f3f3;
	padding-left:20px;
	padding-right:16px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	font-size: 12px;
	line-height: normal;
	padding-bottom: 10px;
}

.hidden {
	background-color:#f3f3f3;
	padding-left:20px;
	padding-right:16px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	margin-top: 10px;
}

.hidden td {
	valign: top;
	vertical-align: top;
	line-height: normal;
	padding-bottom: 3px;
	margin: 0px;
}

.hidden img {
	valign: top;
	margin: 0px;
	padding: 14px 0px 14px 14px;
	float: right;
	clear: right;
}

.hidden ul {
	margin-bottom: 14px;
}

.hidden li {
	padding-bottom: 6px;
	line-height: normal;
}

.nobullet ul {
	padding-bottom: 4px;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
}

.nobullet li {
	padding-bottom: 4px;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
}

.listHeader {
	color: #004480;
	padding: 6px 0px 0px;
	margin-bottom: -6px;
}

.fee {
	color: #004480;
}

.register {
	color: #004480;
	margin-top: 0px;
}


/************** staff styles ***************/

.staff {
	font-size: 12px;
	padding: 0;
}

.staff img{
	padding: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
}

.articleImage{
	padding: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	text-align: right;
	margin-left: 0px;
}


/************* Content styles ***************/

.boxed {
	padding: 14px 20px;
	margin: 20px 0px;
	background-color: #EDEDED;
	color: #333333;
}

.boxed2 {
	padding: 6px 10px;
	margin: 4px 0px 30px;
	color: #333333;
	background-color: #f3f3f3;
	font-size: 10px;
}

.boxed3 {
	padding: 6px 15px;
	margin: 10px 0px 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #004480;
	font-size: 11px;
	line-height: normal;
}

.boxed4 {
	padding: 6px 15px 6px 0px;
	margin: 10px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #004480;
	font-size: 11px;
	line-height: normal;
}

.boxed5 {
	padding: 6px 15px 6px 0px;
	margin: 10px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	font-size: 11px;
	line-height: normal;
}

.boxed6 {
	padding: 6px 15px 6px 0px;
	margin: 10px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #671308;
	font-size: 11px;
	line-height: normal;
}

.ruleline {
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px 0px 30px;
}

.top {
	font-size: 11px;
}

.lineHeight {
	padding: 0px;
	margin: 0px;
	color: #333333;
	line-height: normal;
	font-size: 12px;
}


/************* #sidebarLeft ***************/

#sidebarLeft {
	float: left;
	width: 200px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#signUp {
	margin: 0px;
	padding: 0px 0px 100px;
}

#sidebarBG {
	margin: 0px;
	padding: 0px;
	background-image: url(images/signUp_bg.jpg);
	background-repeat: no-repeat;
	height: 450px;
}

#sidebarBG_home {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mission.jpg);
	background-repeat: no-repeat;
	height: 450px;
}

.formPadding {
	padding: 0px;
	margin-top: 10px;
}

#sidebarContent {
	margin: 0px;
	padding: 0px;
}

#sidebarContent p{
	margin: 0px;
	padding: 0px 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}


/************** Footer ***************/

#footer{
	clear: both;
	font-size: 10px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	padding: 11px 0 11px 200px;
	background-image: url(images/bg_footer.gif);
	margin-top: 0px;
}

#footer a{
	color: #004480;
}


#list {
	line-height: normal;
}

#list a{
	text-decoration: underline;
	color: #333333;
}

#list a:hover{
	color: #671308;
}

.list_item{
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
	list-style-type: none;
	vertical-align: middle;
	margin: 0px;
}

.list_ruleline{
	background-color: #D9D9D9;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
