body {
	text-align: center;
	margin: 0px;
	background: url(/images/header-background.gif) repeat-x top;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 13px;
	color: #825D30;
}
#frame 
{
	width: 770px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
	/*border: solid 1px #FF0000;*/
}

#header
{
	height: 100px;
	/*border: solid 1px #0000FF;*/
}
#splash
{
	width:770px; 
	padding-top: 25px;
}
#splash .splashitem
{
	padding-bottom: 15px;
	width: 192px;
	float: left;
}

#splash .splashitem .splashitemheader
{
	background: url(/images/menu-background.gif) center center repeat-x; /*THEME CHANGE HERE*/
	height: 30px;
	text-align: center;
	border-right: solid 1px #FFFFFF;
}
#splash .splashitem .splashitemheaderlast
{
	border-right: none;
}
#splash .splashitem .splashitemheader a
{
	color: #FFFFFF;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
}

#splash .splashitem .splashitemcontent
{
	padding: 10px;
	border-right: solid 1px #CD0202;
	height: 125px;
	border-bottom: solid 1px #CD0202;
}

#splash .splashitem .splashitemcontentfirst
{
	border-left: solid 1px #CD0202;
}

#splash .splashitem img
{
	padding: 0 10px 10px 0; 
	border: 0;
	width: 185px;
}

#footer
{
	clear: both;
	border-top: solid 3px #305282;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	line-height: 30px;
	text-align:center;
	margin-top: 20px;
}


#logo
{
	padding: 0px 0px 0px 0px;
}

#slogan
{
	padding: 0px 10px 0px 10px;
}

#headerlinks
{
	margin-left:50px;
}

#headerlinks a
{
	font-size: 11px;
	color: #305282;	
	text-decoration: none;
	font-weight: bold;
	border-right: solid 2px #825D30;
	padding-right: 5px;
	padding-left: 5px;
}

#headerlinks a:hover
{
	text-decoration: underline;
}

.leftcolumn
{
	vertical-align: top;
	padding-right: 10px;
}

.centercolumn
{
	vertical-align: top;
}

.rightcolumn
{
	vertical-align: top;
	padding-left: 10px;
}

.leftcol_1line_header
{
	background-image: url(/images/leftcol-header.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 125px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.leftcol_2line_header
{
	background-image: url(/images/leftcol-header-twoline.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 125px;
	height: 35px;
	font-size: 13px;
	line-height: 13px;
}

.leftcol_1line_headertext
{
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.leftcol_2line_headertext
{
	padding: 5px 0px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.leftcol_content
{
	border: solid 1px #825D30;
	border-top: 0px;
	background-color: #E8DED1;
	padding: 5px;
	margin-bottom: 10px;
	width:113px;
}

.leftcol_content p
{
	margin: 5px 0 5px 0;
}

.leftcol_content ul
{
	padding: 5px 0px 5px 3px;
	margin: 0px;
	list-style-type: none;
}

.leftcol_content ul li 
{
	padding: 0px 0px 0px 12px;
	color: #305282;	
	padding-bottom: 8px;
}

.leftcol_content ul li.selected
{
	color: #305282;	
	padding-bottom: 8px;
	background: url(/images/selectednav.gif) no-repeat left top;
}

.leftcol_content ul li a
{
	color: #305282;	
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
}

.leftcol_content ul li a:hover
{
	text-decoration: underline;
}


.titlebar_full
{
	background-image: url(/images/titlebar-full.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 635px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 13px;
}

.titlebar_center
{
	background-image: url(/images/titlebar-center.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 400px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 13px;
}

.titlebar_center_2line
{
	background-image: url(/images/titlebar-center-2line.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 400px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 15px;
}
.titlebar_center_2line h1
{
	margin-top: 3px;
}
.titlebar_right
{
	background-image: url(/images/titlebar-right.gif);
	background-position:top;
	background-repeat: no-repeat;
	width: 225px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

.titlebar_text
{
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.formlabel
{
	vertical-align: top;
	padding-top: 9px;
	font-weight: bold;
	text-align: right;
}

.required
{
	padding-left: 5px;
	color: #FF0000;
}

.btn
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	background: #825D30;
	border: 2px;
	border-color:#CCCCCC;
	padding: 2px 5px 2px 5px;
	margin-top: 3px;
	margin-bottom: 3px;

}

.faqlabel
{
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}
.faqquestion 
{
	font-weight: bold;
}
.faqanswer
{
	padding-bottom: 15px;
}

a
{
	color: #305282;	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#bushelplistings 
{
	color: #333333;
}

.subtitle 
{
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
ol li { padding-bottom: 10px; }
ul.teachlearn
{
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
ul.teachlearn li 
{ 
	line-height: 16px; 
	margin-bottom: 15px;
	font-size: 14px;
}

ul.teachlearn li a
{ 
	line-height: 20px; 
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 23px;
	font-weight: bold;
}


li.tutoriallist a {background-image: url(/images/notepad.gif);}
li.materialsearch a {background-image: url(/images/search.gif);}
li.addmaterial a {background-image: url(/images/DocumentAdd.gif);}
textarea { font-family: Arial; font-size: 13px; }

.docnotes
{
	font-size: 10px;
	line-height: 11px;
	color: #555555;
} 