/* CSS Document */
body {	
	background: #eee;
    background-attachment: fixed;
    background-repeat: repeat-x;
	color: #444;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	text-align: center;
	}
	
a:link {color:#444; text-decoration:none;}
a:visited {color:#444; text-decoration:none;}
a:hover {color: #66f; text-decoration:underline;}
a:active {color: #f90; text-decoration:underline;}	

#main-container {
	width: 580px;
	margin: 0 auto;
	border-left:1px solid #aaa;	
	border-right:1px solid #aaa;	
	}

#header img {border: 0 }

#header a:link {color:#222; text-decoration:none;}
#header a:visited {color:#222; text-decoration:none;}
#header a:hover {color: #222; text-decoration:none;}
#header a:active {color: #222; text-decoration:none;}
	
h1.title { 
	font-size: 2.15em;
	color: #222; 
	margin-bottom: 0.2em;
	}

h2.subtitle  {
    font: Normal 14px 'Lucida Grande', Verdana, Arial, sans-serif;
    line-height: 22px;	
	color: #333; }
	
h2.subtitle .lighter {
	color: #888; }

h3 {
    font-size: 14px;
    line-height: 22px;	
	color: #333;
	text-align: left; }
	

#starterNav { margin:0; padding:0; # background:#808259 0 0 repeat-x; margin-bottom: 2em;}

#starterNav li {
   display:inline;
   padding:0;
   margin:0;
   font-size: 0.75em;
   color: #888;
   }
   
#starterNav li a:link {color:#777; text-decoration:none;}
#starterNav li a:visited {color:#777; text-decoration:none;}
#starterNav li a:hover {color: #66f; text-decoration:underline;}
#starterNav li a:active {color: #f90; text-decoration:underline;}	
   
#starterNav li a.on {color:#000; text-decoration:none;}	
	   

h2.pageTitle {margin-top: 2em;margin-bottom: 1em;}

h4.submissionHeader  {
    font-size: 0.8em;
	margin-top: 2.4em;
	margin-bottom: 0.4em;
 }
	

#content-container {
	min-height: 290px;
	text-align: justify;
	padding: 0em 2em 2em 2em;
	margin-left: 1em; margin-right: 1em;
	}
	
#content-container a:link {color:#444; text-decoration:none;}
#content-container a:visited {color:#444; text-decoration:none;}
#content-container a:hover {color: #66f; text-decoration:underline;}
#content-container a:active {color: #f90; text-decoration:underline;}		

#pageBody { 
	text-align: justify;
}

#pageBody p, td, li {
	line-height: 1.65em; 
	font-size: 0.8em;
	color: #333;
	margin-bottom: 1.6em;
	}

.smalltext {
	font-size: 0.6em;
}
#footer {
	text-align: center;
	font-size: 0.75em;
	color: #888;
	margin-top: 6em;
	margin-bottom: 2em;
}	

#footer a:link {color:#888; text-decoration:none;}
#footer a:visited {color:#888; text-decoration:none;}
#footer a:hover {color: #66f; text-decoration:underline;}
#footer a:active {color: #f90; text-decoration:underline;}	

#submissionForm { display: none; }

input.contact, textarea.contact {
	  width: 312px; 
	  }

.alert { color: red; }	  