/* ----- color palette -----
Dk Green			#0A3542
Med Green			#335C64
Light Green			#A1BDAA
Lighter Green		#C5D3B5
Med Blue			#4F7282
Light Blue			#7895A3
Brown				#80612E
Tan					#DFBF86
*/
body { background-color:#A1BDAA; background-image: url(images/background.gif); background-repeat: repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:0px; }
p { color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:18px; }
a { color:#0A3542; }
a:link { color:#0A3542; }
a:hover { color:#335C64; }
a:active { color:#0A3542; }
a:visited { color:#0A3542; }
/* ----- classes ----- */
.headline { font-size:14px; font-weight:bold; }
.brownHeadline { color:#80612E; font-size:14px; font-weight:bold; }
.newsDate { color:#000000; font-size:12px; margin-bottom:0px; line-height:normal; }
.newsText { color:#000000; margin-top:10px; }
.newsDescription { color:#000000; margin-top:0px; }
.dkGreenBack { background-color:#0A3542; }
.medGreenBack { background-color:#335C64; }
.ltGreenBack { background-color:#A1BDAA; }
.ltrGreenBack { background-color:#C5D3B5; }
.medBlueBack { background-color:#4F7282; }
.ltBlueBack { background-color:#7895A3; }
.tanBack { background-color:#DFBF86; }
.whiteBack { background-color:#FFFFFF; }
.blueScrollLineBack { background-image:url(images/medBlueScrollLine.gif); background-repeat:repeat-y; }
.tanScrollLineBack { background-image:url(images/tanScrollLine.gif); background-repeat:repeat-y; }
.mainTable { width:800px; height:600px; vertical-align:top; }
.sideBar1 { width:9px; }
.sideBar2 { width:2px; }
.sideBar3 { width:9px; }
.bottomBar1 { height:10px; }
.bottomBar2 { height:2px; }
.contentTable { width:100%; height:600px; vertical-align:top; }
.moduleTables { margin-bottom:10px; margin-left:10px; margin-right:0px; margin-top:0px; }
.registerText { line-height:normal; }
.registerLables { width:130px; }
.registerSingleLine { width:230px; margin-top:5px; margin-bottom:5px; }
.registerHalfLine { width:90px; margin-top:5px; margin-bottom:5px; }
.registerButtons { margin-top:10px; margin-bottom:10px; }
.whiteLinks { color:#FFFFFF; }
.whiteLinks:link { color:#FFFFFF; text-decoration:none; }
.whiteLinks:active { color:#333333; text-decoration:none; }
.whiteLinks:visited { color:#FFFFFF; text-decoration:none; }
.whiteLinks:hover { color:#CCCCCC; text-decoration:none; }

.invisible { display: none; }
.visible { display: block; }