@import "reset.css";
@import "forms.css";

body {
	font-family:verdana;
	font-size:101%;
	background:#71b871 url('../gfx/background.gif') repeat-x top center;
}

div#wrap { padding:0px; margin:0 auto; width:1000px; background:transparent url('../gfx/content.png') repeat-y; }

p#header { margin:0px; padding:0px; margin-left:100px; }
p#footer {  margin:0 auto; padding:0px; width:1000px; height:180px; background: transparent url('../gfx/footer.png') no-repeat; }
p.copyright  { border-top:1px dotted #666; padding:5px; color:#666; font-size:0.8em; }

div.content { font-size:0.8em; width:780px; padding:10px; margin:0px 0px 0px 100px; }

div#col1 { width:590px; float:right; margin:0px 10px 0px 0px; }
div#col2 { width:180px; float:right; }

h1 { font-family:Georgia; font-size:1.8em; padding:10px 0px 10px 0px; }
h2 { font-family:Georgia; font-size:1.3em; color:#666; }


ul#menu { padding:0px; margin:0px 0px 0px 0px; }
ul#menu li { padding:5px; margin:0px 0px 0px 30px; }

li.main_no { background:transparent url('../gfx/li_no.gif') no-repeat; background-position:0px 50%; padding-left:15px !important; }
li.main_act { background:transparent url('../gfx/li_act.gif') no-repeat; background-position:0px 50%; padding-left:15px !important; }

a.main_no:link, a.main_no:visited { color:darkgreen; text-decoration:none; }
a.main_act:link, a.main_act:visited { color:darkgreen; text-decoration:none; font-weight:bold; }

hr.sidebar { height:40px; background:white url('../gfx/menu_spacer.gif') no-repeat; border:0px; }

p { 
	line-height: 1.25em;
	margin: 1.25em 0;
}

a:link, a:visited { color:darkgreen; text-decoration:none; }

div.card p { color:darkgreen; text-align:center; font-size:0.9em; } 

.csc-textpic-caption { font-size:0.9em; padding:5px; color:darkgreen; }
