.maincontainer {
	margin: auto;
	width: 900px;
}

body {
	background-color: #DAE7F3;
	background-image: url(images/bg_outer.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.contentContainer{
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #89ADCA;
	border-right-color: #89ADCA;
	border-bottom-color: #89ADCA;
	border-left-color: #89ADCA;
	min-height: 580px;
}
.loginBox {
	
	text-align: right;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height:45px;
}
.loginBox A:link {color:#FFFFFF;text-decoration: none;}
.loginBox A:visited {color:#FFFFFF;text-decoration: none;}
.loginBox A:hover {color:#FFFFFF;text-decoration: underline;}
.loginBoxInput {
	height:15px;
	border:1px solid #89ADCA;
	font-size:11px;
	color: #025EA9;
}
.logoBox {
	padding-left: 148px;
}

form {margin:0px;}
.tagLine {
	float: right;
	padding-right: 10px;
}
.contentBoxHome {
	border: 2px solid #89ADCA;
	background-color: #F3F7FB;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 234px;
	padding: 5px;
}
.contentBox {
	border: 2px solid #89ADCA;
	background-color: #F3F7FB;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 5px;
	
}
.nav {
	margin-right: 25px;
	margin-left: 25px;
	text-align: right;
	height: 25px;	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
}

.content {
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #89ADCA;
	min-height:310px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.lessonBox {
	border:dashed 1px #025EA9;
	font-style:italic;
	padding:5px;
}
.errorMsg {color:#CC0000;}

/* ############# end Template Styles ################


###### Start Writer Styles ########## */

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #025EA9;
}
.heads {
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#025EA9;
	font-weight:bold;
}

.overview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.box {	background-color: #CCFFFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
	border: 1px solid #000000;
}
.heads-red {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #CC0000;
}

