* {
	font-size : 13px; 
	font-family : Verdana, sans-serif; 
	color: #595858; 
}

body {
	background-color: #e5fefe;
	text-align:center;
}


p { 
	line-height : 15pt; 
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 3px;
	margin-right: 20px;
	
 }
 
 a  {  
	font-weight: normal;
	text-decoration: underline;
	
}

a:hover {
	text-decoration: none;
}

ul {
 	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size : 13px; 

}

h2 {

	margin-top: 8px;
	margin-bottom: 3px;
	font-size : 13px; 
	color: #878787;

}


h3 {
	margin-top: 8px;
	margin-bottom: 3px;
	font-size : 12px; 
	color: #878787;

}

#mainbox {
	width:980px;
	margin:10px auto;
}

.mainboxstyle {
	border: 1px solid #619632;
}

#contentbox {
	width:100%;
	position: relative;
	text-align: left;
	float: left;
	background-color: white;
}

#hdrbox {
 	clear: both;
 	width: 978px;
 	height: 175px;
	background-image: url(images/banner_bg.jpg); background-repeat: no-repeat; background-position: top left;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainbuttons {
	position: absolute;
	top: 50px;
	left: 546px;
}

#ancillarylinks {
	position: absolute;
	top: 81px;
	left: 707px;
}

#pagetitle {
	position: absolute;
	top: 118px;
	left: 276px;
}

#content {
	width:980px;
	position: relative;
	text-align: left;
	float: left;
}

#contentleft {
	float:left;
	width:276px; 
}

#contentright {
	float:right;
	width:702px; 
	clear:right;
}

#footerbox {
	width: 100%;
	height: 116px;
	border-top: 1px solid #CAE3E7;
	position: relative;
}


.footerboxstyle {
	font-size: 12px;
}


#footeraddress {
	position: absolute;
	top: 30px;
	left: 35px;
}

#footercontact {
	position: absolute;
	top: 30px;
	left: 265px;
}

#footertagline {
	position: absolute;
	top: 0px;
	left: 580px;
}


#clearboth {
	clear: both;
}


.sidebarbox {
	width: 200px;
	border: 1px solid #CAE3E7;
	background-image: url(images/box_bg.gif); background-repeat: repeat-x; background-position: top left;
	padding: 13px;
	
}

.sidebarbox p {
	line-height: 15px;
	font-size: 12px;
}

.sidebarbox a {
	font-size: 12px;
	color: #595858;
	text-decoration: underline;
	
}
 
 .bread p { 
	font-size: 11px;
	margin-top: 0px;
	
 }
 
 .bread a {
	text-decoration: underline;
	color: #878787;
	font-size: 11px;
	
}

 .bread a:hover {
	text-decoration: none;
	
}

.home p {
	margin-top: 90px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 60px;

}

.homebox p {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;

}

.newsbox p {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 12px;

}

.newsbox a  {
	color: #c1f9fd;
	font-weight: bold;
	text-decoration: none;
}

.newsbox a:hover  {
	color: #595858;
}

.sidebar {
	padding:40px 20px;
}

.lessonsside {
	padding:40px 20px;
}

.lessonsside a  {
	color: #ae4549;
	text-decoration: none;
	
}

.lessonsside a:hover  {
	color: #595858;
	text-decoration: underline;
}

.workside a  {
	color: #00910e;
	text-decoration: none;
	
}

.workside a:hover  {
	color: #595858;
	text-decoration: underline;
}

.contentarea {
	padding:0px 20px 0px 0px;
}

.lessons {
	padding:0px 20px 0px 0px;
}

.lessons a  {
	color: #ae4549;
	text-decoration: underline;
	
}

.lessons a:hover  {
	color: #595858;
	text-decoration: none;
}

.work a  {
	color: #00910e;
	text-decoration: underline;
	
}

.work a:hover  {
	color: #595858;
	text-decoration: underline;
}

.related a {
	color: #878787;
	text-decoration: underline;
	
}

.related a:hover {
	color: #878787;
	text-decoration: none;
	
}



h1.lessons {
	color: #ae4549;

}

h1.work {
	color: #00910e;

}


.rightpic { 
	float: right; 
	margin-left: 10px; 
	margin-right: 0px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

.leftpic { 
	float: left; 
	margin-left: 0px; 
	margin-right: 10px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}




