/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .75em;
	text-align: center;
	}






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






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }
	div.menu ul {
		width:150px;
		display:inline;
		margin:0;
		padding:0;
	}
	div.menu li {
		border-bottom-color: #bbbbbb;
		display:inline;
		list-style:none;
		border-bottom:1px solid;
	}
	div.menu a {
		display:block;
		border-bottom:1px solid #bbb;
	}
	div.menu a:hover {
		background-color:#ccc;
	}
	div.menu a:active {
		background-color:#ADFFFF;
	}
.c3 {
		color:#005CB8
	}
a {
		text-decoration:none;
		color:#0000B8;
	}
/** END **/