/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #ccc;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #eee;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #eee;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				padding-left:3em;
				}
	div#footer {
		color: inherit;
		background-color: #eee;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			font-size: 0.80em;
			}






															/** SUB CONTAINERS **/
* { }


															/** LISTS **/
div.content-in h4 {  font-size: 1.60em; line-height: 3.50em;text-align:center	}
div.content-in h5 {  font-size: 1.40em; line-height: 2.50em; padding-left:1em; padding-top:1em;	}
div.content-in h6 {  font-size: 1.20em; line-height: 2.00em; padding-left:1.6em; padding-top:1em;	}

div.content-in ul {list-style-position: inside;list-style-type: disc; padding-left:3em;}
div.content-in ul ul {list-style-type: none;}
div.content-in li  {line-height: 2.00em; padding-left:3em; text-indent: -1.3em;}
div.content-in p {padding-left:2em;}
div.content-in p:first-line { border-left:25px;}
div.content-in a {font-weight:bold; padding-top:1em; padding-left:22em;}
													/** TYPOGRAPHY **/
* { }


															/** FORMS **/
* { }


															/** END **/
