

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a {
	color:#666666;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
	color:#999999;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

#title img {
	border:none;
}

#container {
	width:800px;
	margin:0 auto 0 auto;
}

#sidebarout {
	position: relative;
	left: 600px;
}

#sidebarin{
	position: fixed;
	width:200px;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
	color:#999999;
}

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(Images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}

#menu a:hover {
	color:#0183E5;
	background-image:url(Images/backgrounds/a_hover.jpg);
}

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(Images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#0183E5;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
}

#content h2,h3 {
	padding-top: 10px;
	text-indent: -1em
}

#content p {
	line-height:20px;
	text-indent:15px;
	color:#666;
}

#content ol,ul {
	line-height:25px;
}

#content ul {
    list-style: none;
    padding:0;
    margin:0;
}

#content li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

#content li::before {
    content: "\002022"; /* bullet */
    padding-right:7px;
    color: #999999;
}

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}

