* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.9em/1.3 Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	height: 100%;
	width: 100%;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 1em;
}
h1 {
	font-size: 200%;
	color: #006666;
	margin: 30px 0px 15px;
}
h2 {
	font-size: 200%;
	color: #555;
	margin: 30px 0px 15px;
}
h3 {
	font-size: 140%;
	color: #006666;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 30px;

}
h4 {
	font-size: 140%;
	color: #555;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 30px;
}
h5 {
	font-size: 120%;
	color: #006666;
	font-weight: bold;
	margin-bottom: 0px;
	
}
h6 {
	font-size: 120%;
	color: #555;
	font-weight: bold;
	margin-bottom: 0px;

}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
ol { /* reset left margin for lists */
	margin-left: 22px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
.btt {
	background: url(../../images/main/top.gif) no-repeat 0 0;
	padding: 0 0 5px 0;
	margin: 30px 0px 0px;
}
.btt a {
	padding-left: 30px;
}
a, a:link, a:visited {
	color: #006666;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

/* LAYOUT */
#main-body {
	margin: 0 auto;
	width: 734px;
	background: #ebebeb;
	background: url(../../images/main/body_back_01.gif) repeat-y;
	border-bottom: solid 20px #fff;
}
#header {}
#header .logo {
	background: #fff;
	padding: 20px 0px;
}
#navigation {
}
#content {
	padding: 15px;
}
#footer {
	background: url(../../images/main/footer.gif) no-repeat bottom;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 75%;
}
#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:focusr, #footer a:hover, #footer a:active {
	color: #066;
	text-decoration: none;
}
.red {
	color: #FF0000;
}
.small {
	font-size: 75%;
}
.image_lft {
	padding-right: 15px;
}
.image_rght {
	padding-left: 15px;
}
.image_cent {
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
}

