
html {
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	background: #4C1918 url(../img/bg_maintile.jpg) repeat;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link, a:visited, a:hover {
	color: #3E693B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.imglnk, a:link .imglnk,  a:visited .imglnk,  a:hover .imglnk {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
 a:hover .imglnk {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
}
h1{
	color: #305A2C;
	text-align: justify;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #3E693B;
	padding-bottom: 10px;
}
h2{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}
h3{
 font-size: 100%;
 color: #334d55;
}
h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}
h5{
 font-size: 100%;
 color: #334d55;
}
h6{
	color: #FFFFFF;
	background: #3E693B;
	margin: 0px;
	padding: 5px 2px 3px;
	text-align: center;
	font-size: 94%;
}
ul{
 list-style-type: square;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	margin: auto;
	padding: 0px;
	width: 828px;
} 
#navBar{
	margin: 0px;
	padding: 0px;
	width: 174px;
}
#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
#rightcol {
	width: 107px;
}
#footer {
	height: 66px;
	background: url(../img/footer.jpg);
	margin: 0px;
	padding: 0px;
}
#footertxt {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 90px;
	margin-left: 100px;
	padding-top: 13px;
}
#footertxt a, #footertxt a:active, #footertxt a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footertxt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}#blkmain {
	width: 547px;
	background: url(../img/blk_bg.jpg) repeat-y;
}
#mainblkcontent {
	width: 515px;
	margin-left: 15px;
	font-size: 12px;
	color: #5B5B5B;
	margin-top: 5px;
}
#subblk1 {
	width: 270px;
	background: url(../img/sublk1_bg.jpg) repeat-y;
}
#subblk2 {
	width: 277px;
	background: url(../img/sublk2_bg.jpg) repeat-y;
}
.subblktxt {
	width: 235px;
	padding: 5px 0px 5px 17px;
	font-size: 11px;
	color: #666666;
}
.subblktxt2 {
	width: 230px;
	padding: 5px 0px 5px 25px;
	font-size: 11px;
	color: #666666;
}.dottedline {
	border-bottom: 1px dotted #666666;
}
.imgbrd {
	border: 1px solid #FFFFFF;
}
.imgbrdrgreen {
	border: 2px solid #3E693B;
}
.newsubsectionbutton {
	display:block;
	text-align:center;
	margin-top:5px;
	}
.newsubsectionbutton a {
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
	}
.newsubsectionbutton a:hover {
	background-image:url(../img/whipbutt.jpg);
	background-position:center;
	background-repeat:no-repeat;	
	text-decoration:none;
	color:#FFFFFF;	
	}
.gallsection tr td{
	width:130px;
	text-align:center;
	margin-top:5px;
	padding:3px;
	}
.gallsection tr td a {
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:14px;
	border-bottom: 1px solid #3E693B;
	border-right: 1px solid #3E693B;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color:#f3f7f3;
	}
.gallsection tr td a:hover {
	border-top: 1px solid #3E693B;
	border-left: 1px solid #3E693B;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration:none;
	background-color:#dde6dc;
	color:#000000;	
	}
.coursesubsectionbutton {
	display:block;
	text-align:center;
	margin-top:5px;
	}
.coursesubsectionbutton a {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
	}
.coursesubsectionbutton a:hover {
	background-image:url(../img/coursebutt.jpg);
	background-position:center;
	background-repeat:no-repeat;	
	text-decoration:none;
	color:#FFFFFF;	
	}
.tblbrdr {
	border: 2px solid #000000;
	}
.tblbrdr tr td{
	border-top: 1px solid #507645;
	border-left: 1px solid #507645;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color:#3e693b;
	margin:3px;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	}
.newstitle {
	font-size:14px;
	font-weight:bold;
	padding:3px;
	}