/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 20px 0 0 0;
	}
	body {
		color: #333;
		background-image:url(/images/pencil_repeat.png);
		background-repeat:repeat-x;
		background-color: #fff;
		font-family: "Georgia", "Times New Roman", "MS Serif", serif;
		text-decoration: none;
		word-spacing: normal;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.5em;
		font-size: 100%;
		text-align: center;
		}






																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	margin: 0;
	text-align: left;
	}
	div#header-wrap {
		margin: 0;
		}
		div#header-in {
			margin: 0;
			background-color: #fff;
			background-image:url(/images/footer_repeat.png);
			background-repeat:repeat-x;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 45px 190px;
			color: inherit;
			background-color: #fff;
			border: solid #eee;
			border-width: 0 0 2px 0;
			}
			div#center-in {
				padding: 0 20px 0 0;
				}
		div#left {
			float: left;
			width: 180px;
			color: inherit;
			background-image:url(/images/side_nav.png);
			background-repeat:no-repeat;
			padding-top:20px;
			}
			div#left-in {
				padding: 1px;
				}
		div#right {
			float: right;
			width: 200px;
			color: inherit;
			background-color: #fff;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			height:121px;
			background-image:url(/images/footer_repeat.png);
			background-repeat:repeat-x;
			text-align:center;
			color:#FFF;
			}






																/* >>> SUB CONTAINERS <<< */
.top_banner{
		margin-top:-40px;
		}




																/* >>> LISTS <<< */
ul#nav-left, ul#nav-right {
	margin: 20px;
	list-style: none;
	}
	ul#nav-left li, ul#nav-right li {
		
		}
		ul#nav-left li a, ul#nav-right li a {
			display: block;
			width: 100px;
			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #eee;
			}
		ul#nav-left li a:hover, ul#nav-right li a:hover {
			color: #666;
			background-color: #F1F7FF;
			border-bottom: 1px solid #E3EFFF;
			}
ul#nav-footer {
	margin: 0 190px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#header-wrap a {
	border:30px;
	text-decoration:none;
	}
div#center h2 {
	margin: 0 0 5px 0;
	font-size: 150%;
	color:#06C;
	}
div#left h2, div#right h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p, div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}
ul.bodylist {
	margin:-20px 0px 0px 30px;
	font-size: 90%;
	line-height: 20px;
	}
ol.bodyorderlist{
	margin:-20px 0px 0px 30px;
	font-size: 90%;
	line-height: 20px;
}
.leftfloater{
	float:left;
	}
p a, ul.bodylist a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
	}
	p a:hover, ul.bodylist a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}

.highlightblock{
	color:#fff;
	background-color:#06C;
	/*border: 5px solid #06C;*/
	padding:10px;
	text-align:center;
	}
.input{
 	margin-top:0px;
	padding-top:0px;
	border:1px solid #999;
	}
.upsnugger{
	padding-top:0px;
	}
.highlightword{
	font-weight:bold;
	border-bottom:1px solid #CCC;
	/*border: 5px solid #06C;*/
	}


																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */
