body {
	margin: 0;
	padding: 0;
	
}
h2, h3 {
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: bold;
	color: #000066;
	}

#wrapper {
	min-width: 400px;
	width: 100%;
	
	
}
#outer {
	         /* center column background */
	border-right-width: 200px;
	border-left-width: 165px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #FFFFFF;
}
#inner {
	margin: 0;
	width: 100%; 
}
#header {
	margin: 0;
	padding: 0;
	background-image: url(images/patchsmall.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;    
	color: #0000FF;
	border-bottom: 1px dotted #CCCCCC;
	height: 110px;
}
#header h1 {
	text-align: right;
	margin-right: 1em;
	font-family: "Arial Black";
	font-size: 200%;
}
#side1 {
	width: 160px;                      /* left column width */
	margin-left: -160px;               /* negative left column width */
	float: left;
	position: relative;
	z-index: 10;
}
#side1 h3 {
	width: 150px;
	color: #003399;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#side1 .txt {
	width: 150px;
	background-color: #99CCFF;
	border: 1px inset #901602;
}
#side1 ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#side1 li {
	margin-bottom: 0.3em;
	border-bottom: 1px solid #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #003399;
	background-color: transparent;
}
#side1 a:hover {
	color: #00CCFF;
}
#side2 {
	width: 200px;                      /* right column width */
	margin-right: -200px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
	background-color: #333333;
}
#side2 h3 {
	color: #cccccc;
	background-color: transparent;
	margin-bottom: 0;
	padding-left: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;

}
#side2 p {
	padding-left: 10px;
}
.adbox {
	padding: 0;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #B1B1B1;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}
#content h2 {
	color: #0000FF;
	margin-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
}
#content p {
	margin-left: 3em;
	margin-right: 2em;
}
#footer {
	background-color: #999999;
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px dotted #B1B1B1;
}
#footer p {
	padding-left: 1em;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
