/* CSS @ CodeWriter.ca (Lee Babin) */

body {
	background: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	color: #556666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}

/* Input CSS */

SELECT, option, input, textarea {font-family: verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; border: 1px #000000 solid}

textarea {
	width: 350px;
	height: 150px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #556666;
}

/* Splash CSS */

.splashback {
	width: 100%;
	background-image: url("images/splashback.jpg");
	height: 181px;
	background-repeat: repeat-x;
	margin-top: 180px;
}

.splashtitle {
	width: 292px;
	height: 37px;
}

.splashmiddle {
	width: 220px;
	height: 125px;
	margin-top: 1px;
}

.splashenter {
	width: 52px;
	height: 17px;
	margin-top: 1px;
}

.splashfooter {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

/* Front end CSS */

.header {
	width: 759px;
}

.navwrapper {
	width: 759px;
}

.leftnav {
	width: 420px;
	float: left;
}

.rightnav {
	width: 339px;
	float: right;
}

.contwrapper {
	width: 759px;
	margin-top: 10px;
}

.leftcont {
	width: 568px;
	float: left;
}

.contpad {
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.rightcont {
	width: 191px;
	float: right;
}

.rightback {
	width: 191px;
	height: 301px;
	background-image: url("images/rightback.jpg");
	background-repeat: none;
}

.footer {
	width: 759px;
	height: 24px;
	background-image: url("images/footer.jpg");
	background-repeat: none;
}

.footerpad {
	padding-top: 4px;
}

.leftfooter {
	color: #FFFFFF;
	width: 60%;
	float: left;
}

.rightfooter {
	width: 39%;
	float: right;
	text-align: right;
}

.copy {
	width: 759px;
	text-align: center;
	margin-top: 7px;
	font-size: 10px;
}

/* Backend CSS */

.title_class {
	width: 748px;
	text-align: left;
	background: #003061;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 20px;
}

.welcome_class {
	width: 748px;
	text-align: right;
	height: 20px;
	background: #E0DDB5;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.wrapper_class {
	width: 748px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
	background-image: url("siteadmin/images/back.jpg");
}

.nav_class {
	width: 149px;
	background: #003061;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	float: left;
	text-align: left;
	color: #FFFFFF;
}

.content_class {
	width: 598px;
	float: left;
	text-align: left;
}

.footer_class {
	width: 748px;
	text-align: left;
	height: 20px;
	background: #E0DDB5;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.tcs_class {
	width: 750px;
	text-align: right;
}

.maincat {
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
	background: #E0DDB5;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-color: #000000;
	color: #003061;
}

.star {
	color: #003250;
	font-weight: bold;
}

.imghover {
	border-style: solid;
	border-width: 2px;
	border-color: #003250;
}

.imgoff {
	border: none;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}

.fimghover {
	border-style: solid;
	border-width: 2px;
	border-color: #003250;
}

.fimghoveryellow {
	border-style: solid;
	border-width: 2px;
	border-color: #FFCC00;
}

.fimgoff {
	border: none;
	border-style: solid;
	border-width: 2px;
	border-color: #F2F2F5;
}

/* Text CSS */

.lightblue {
	color: #7FB1CA;
}

.bluetext_class {
	color: #5893AC;
	font-weight: bold;
}

/* Text Layout CSS */

/* Link CSS */

a:link {text-decoration : underline; color : #556666;}	
a:visited {text-decoration : underline; color : #556666;}

a.noflicker:link {text-decoration : underline; color : #003250;}	
a.noflicker:visited {text-decoration : underline; color : #003250;}

a.whitelink:link {text-decoration : none; color : #FFFFFF;}	
a.whitelink:visited {text-decoration : none; color : #FFFFFF;}
a.whitelink:hover {text-decoration : underline; color : #FFFFFF;}

a.bnav:link {text-decoration : none; color : #003250;}	
a.bnav:visited {text-decoration : none; color : #003250;}
a.bnav:hover {text-decoration : underline; color : #003250;}

a.lblink:link {text-decoration : none; color : #7FB1CA;}	
a.lblink:visited {text-decoration : none; color : #7FB1CA;}
a.lblink:hover {text-decoration : underline; color : #7FB1CA;}