@charset "UTF-8";
body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: none;
	text-align: center;
}

p  {
	font-size: 12px;
	border: none;
	line-height: 1.3em;
}
h1 {
	color: #DD0800;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0;
}
h2 {
	font-size: 1.4em;
	}
h3 {
	line-height: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/head_graphic.jpg);
	background-repeat: no-repeat;
	height: 100%;
	font-size: 12px;
	line-height: 1.3em;
} 
#left_sidebar_1  {
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px;
	left: 0px;
	float: left;
	margin-top: 300px;
}
#left_sidebar_2  {
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px;
	float: left;
	position: absolute;
	top: 620px;
	left: 0px;
}
#mainContent  {
	padding: 0 10px;
	left: 180px;
	width: 520px;
	float: left;
	margin-top: 320px;
} 
#right_sidebar_1  {
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px;
	left: 720px;
	float: left;
	margin-top: 300px;
}

#footer {
	clear: both;
	background-color: #666666;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
a {
	color: #0066CC;
}
a:hover {
	color: #C50606;
}
.bold {
	font-weight: bold;
}
.tip {
	font-style: italic;
	color: #990000;
	clear: both;
}
.floatimageL {
	float: left;
	margin-right: 10px;
}
.floatimageR {
	float: right;
	margin-left: 10px;
	display: block;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: oblique;
}

.marginbigger {
	margin-top: 50px;
}
.space {
	clear: both;
	padding-top: 50px;
}
.butborder {
	padding-top: 5px;
	padding-bottom: 5px;
}
.selectionpics {
	float: left;
	margin-right: 10px;
	clear: both;
	margin-bottom: 10px;
}
.clearboth {
	clear: both;
}
