/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: navy;
	text-align: center;
	background-color: #fff;
	}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #336699;
}

a:hover {
	color: White;
	background-color: silver;
	font-weight: normal;
	text-decoration: none;	
}

a:visited {
	color : maroon;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color : red;
	font-weight: normal;
	text-decoration: none;
}
															/** MAIN CONTAINERS **/
div#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	/*border: 1px solid green;*/
	background-color: #fff;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.lcol div.content 	{ margin: 0 0 0 200px; }		/* left column */
			div.content-in {
				
				}
		div.column {
			width: 200px;
			}
		div.lcol div.column 	{ float: left; }				/* left column */
			div.column-in {
				
				}
	div#footer {
		
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
ol {
	list-style-position: outside;
	margin: 15px 0 15px 35px;
	line-height: 1.125em;
	color: navy;
}

ol li {list-style-type: decimal;}
ol ol li {list-style-type: lower-roman;}

ul {
	list-style-position: outside;
	margin: 15px 0 15px 35px;
	line-height: 1.125em;
	color: navy;
	}

ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;} 

.event th {
	font-weight: bold;
	text-align: center;
	color: navy;
	background-color: silver;
	height: 25px;
	}
	
.event td {
	font-weight: normal;
	text-align: center;
	color: navy;
	padding: 5px 5px 5px 5px;
	border: 1px solid silver;
	} 
	
.event ul {
	list-style: circle;
	list-style-position: inside;
	}
	
.event li {
	color: #336699;
	text-align: left;
	list-style: circle inside;
	line-height:19px;
	padding-left: 20px;
	border-color: #336699 #336699 #336699 #336699;
	}



															/** TYPOGRAPHY **/
blockquote {
	margin-left: 25px;
}

h1 {
	font-size: 14pt;
	color: #336699;
	padding: 10px 20px 20px 0;
 	font-weight: normal;
}

h2 {
	font-size: 13pt;
	color: #336699;
	padding: 20px 0 20px 0;
}

h3 {
	font-size: 12pt;
	color: #336699;
	margin: 15px 0 10px 0;
}


															/** FORMS **/







															/** END **/