﻿body{
	margin:0 auto;
	padding: 30px 0;
	font: 74% verdana,tahoma,sans-serif;
	background: #eeeeee;
	color: #222;
}
#container{
	width: 95%;
	margin: 0 auto 0 auto;
	padding: 0 0 5px 0;
	background: #fff;
	color: #222;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}

#main{
	float: right;
	width: 78%;
	background-color:transparent;
	background: transparent;
	margin-right: 5px;
	padding: 0;
	overflow: auto;
	line-height:1.5em;
	font-size:0.9em;
}

#sidebar{
	margin: 0px;
	width: 17%;
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
	background-color: #fff;
	background: #fff;
	padding-left: 10px;
	padding-top: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #cccccc;
}

#footer{
	margin: 0 auto 0px auto;
	width: 95%;
	background: #eee;
	padding: 0 0 5px 0;
	font-size: 0.9em;
	color: #333333;
	text-align: right;
}

p              { margin:0 0 15px 0; line-height:1.5em; color:black }
input          { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 100%; color: black; }
select         { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 100%; color: black; }
option         { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 100%; color: black; }
textarea       { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 100%; color: black; }

h1,h2,h3,h4    { margin:0 0 10px 0; font-weight:normal; }
h1             { font-size:1.2em; }
h2             { font-size:1.1em; }
h3             { font-size:1.1em; }
h4             { font-size:1.1em; }

a              { text-decoration:underline; background-color:inherit; color:#26c; }
a:hover        { text-decoration:underline; color:#990000; }

.clear         { clear:both; margin:0; }
.internallink  { font-size:1.0em; text-align:right; }
.hide          { display:none; }