/*control main elements*/
body {
	margin:0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background-color:#F33;
	font:0.8em Arial, Sans-serif;
	color:#000;
	line-height:1.2em;
	}
	/*control selectors*/
p {
	margin:0px;
	padding:5px 10px 5px 10px;
	text-align:justify;
	}
#footer p {
	margin:10px;
	padding:5px 10px 5px 10px;
	font-size:0.8em;
	text-align:center;
	}
h1 {
	font-size:1.2em;
	padding:10px 10px 5px 5px;
	margin:5px;
	}
h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:0px 10px 5px 5px;
	margin:5px;
	}
h3 {
	font-size:1.0em;
	font-weight:bold;
	padding:0px 10px 5px 5px;
	margin:5px;
	}
h4 {
	font-size:12px;
	font-weight:bold;
	padding:0px;	
	margin:10px;
	color:#6463A1;
	}
h5 {
	font-size:12px;
	font-weight:bold;
	padding:0px;	
	margin:0px;
	}
h6 {
	font-size:14px;
	font-weight:bold;
	padding:2px 0px 2px 12px;	
	margin:0px;
	}
ul {
	list-style-type:square;
	text-align:left;
	line-height:1.4em;
	padding:0px;
	margin-left:50px;
	}
	/*control links*/
a:link {  color: #03F;
	text-decoration:underline;
	}
a:visited {  color: #03F;
	text-decoration:none;
	}
a:hover {  color: #F00; 
	text-decoration:none;
	}
a:active {  color: #0FF; 
	text-decoration:none;
	}
#container {
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFB310;
	}
#header {
	width:800px;
	margin:0px auto;
	}
#footer {
	width:800px;
	margin:0px auto;
	clear:both;
	background-color:#FFB310;
	}
#containerindex {
	width:800px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/bg-content.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#content {
	width:680px;
	height:270px;
	overflow:auto;
	position:relative;
	left:30px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	}
#content2 {
	width:700px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}
#content3 {
	width:800px;
	margin:0px;
	padding:0px;
	}
#wimpy {
	width:340px;
	float:right;
	padding:0px 10px;
	}
.moreabout {
	width:660px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	border-bottom:2px solid #F33;
	}
.moreabout2 {
	width:660px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	}
.border {
	border:1px solid #006;
	}
.borderU {
	border-bottom:1px solid #006;
	}
.highlight {
	font-size:1.0em;
	font-weight:bold;
	padding:5px;	
	margin:0px;
	}
hr {
	border: 1px solid #0E0C6D;
	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
.floatright {
	float:right;
	margin: 5px 0px 10px 10px;
	}
.floatleft {
	float:left;
	margin: 0px 0px 0px 30px;
	}
.red {
	color:#FF0000;
	}
.strikeout {
text-decoration:line-through;
	}
.form {
	border: 1px solid #003399;
}
.gap {
	margin-left:80px;
	}
.clear {
	clear:both;
	}
.alignright {
	margin-left:83px;
	}

#spacer {
	margin:10px;
	background-color:#FFB310;
	}
.strikethrough {
	text-decoration:line-through;
	}