@charset "utf-8";
/* CSS Document */

.red {
	color:#F00
}

a {
	color: #036;
	text-decoration: underline;
}

body {
	margin-left: 170px;
	margin-right:170px;
	background-color:#CCC;
	line-height: 16px;
	color: #999;
}
.googlepost {
	margin-left: -170px;
	margin-right:20px;
	float: left;
	position:absolute;
		}
	
.content {
	top : 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding : 30px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
}

.leftnavigation {
	position: relative;
	width: 180px;
	padding: 13px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	vertical-align: top;
	float: left;
	clear: both;
	background-image: url(../images/navpbgrnd.gif);
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
		
}
.coursenavigation {
	position: relative;
	width: 280px;
	padding: 13px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	vertical-align: top;
	float: right;
	clear: both;
	background-color: #E6E6E6;
	background-image: url(../images/navpbgrnd.gif);
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
		
}

.rightnavigation {
	position: relative;
	width: 180px;
	padding: 13px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	vertical-align: top;
	right: 10px;
	float: right;
	top: 0px;
	background-image: url(../images/navpbgrnd.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
		
}
.head {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	line-height: 90px;
	font-weight: bolder;
	color: #036;
	text-align: center;
	background-image:url(../images/bgrnd.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color:#666;
}



.missionstatement {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px ;
	line-height: 40px;
	color: #666;
	text-align: center;
	background-color:#FFF;
	padding-bottom:5px;
}

.notification {
font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px ;
	line-height: 22px;
	color: #666;
	text-align: center;
	background-color:#FFF;
	padding-bottom:5px;
}


.picture {
	background-image:url(../images/training.jpg);
	background-repeat:repeat-x;
	height:100px;
	
}	
 

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-bottom:5px;
	line-height: 22px;
	}
	
.smallheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px ;
	color: #333;
	text-align: center;
		
}

.footer {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	color: #999;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	
	
}


a:visited {
	color: #666 ;
}
a:hover {
	color: #666;
}
a:active {
	color: #036;
}

