/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #DAAE00;
	}


ul#nav-left {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px;
}
ul#nav-left li {
}
ul#nav-left li a {
background-color:inherit;
border-bottom:1px solid #EEEEEE;
color:#333333;
display:block;
padding:5px 5px;
text-decoration:none;
width:180px;
}
ul#nav-left li a.notready:hover {
background-color:#FFFFFF;
border-bottom:1px solid #E3EFFF;
color:#333;
}
ul#nav-left li a:hover {
background-color:#CBD2DB;
border-bottom:1px solid #E3EFFF;
color:#000000;
}



															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 2px solid #1C4856;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 10px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 5px solid #1C4856;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 5px;
				}
		div.column {
			width: 210px;
			color: inherit;
			background-color: #fff;
			border: 5px solid #1C4856;
			border-width: 0 2px 2px 0;
			}
			div.column-in {
				/*padding: 20px; */
				padding: 5px;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 5px solid #1C4856;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 10px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/

