/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	padding: 0 5%;
	font-size: .85em;
	text-align: center;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.lcol div.content 	{ margin: 0 0 0 210px; }		/* 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 {
			
			}

#address {
	padding-left: 10px;
	height: 25px;
	background-color: #096;
	color: white;
	}

#address b {
	color: white;
	font-weight: bold;
	}

#address a {
	color: white;
	}




															/** SUB CONTAINERS **/
* { }

div.alignright {
	float: right;
	}
	
div.alignleft {
	float: left;
	}
	
div.wp-caption {
	margin: 10px;
	padding: 10px 0 0 10px;
	border: 1px solid #CCC;
	font-size: .75em;
	}




															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }

h2 {
	color: #09c;
	}

#footer p {
	color: gray;
	font-size: .85em;
}

div.content ul {
	list-style: disc;
	margin: 0 0 1em 2.5em;
	}

div.content ul.submenu {
	list-style: none;
	}

a {
	color: #09c;
	background-color: inherit;
	text-decoration: underline;
	}
	a:visited 	{ color: #09c; background: inherit; }
	a:hover 	{ color: #d61d48; background: inherit; }
	a:active 	{ color: #09c; background: inherit; }

div.column-in a {
	color: #d61d48;
	text-decoration: none;
	}
	div.column-in a:visited 	{ color: #d61d48; background: inherit; }
	div.column-in a:hover 	{ color: #09c; background: inherit; }
	div.column-in a:active 	{ color: #d61d48; background: inherit; }

div#footer a {
	color: gray;
	}
	div#footer a:visited 	{ color: gray; background: inherit; }
	div#footer a:hover 	{ color: gray; background: inherit; }
	div#footer a:active 	{ color: gray; background: inherit; }

															/** FORMS **/
* { }






															/** END **/