﻿html, body {
	background: #e6eef3;
}

html, body, p, td {
	font-size: 12px;
	color: #566067;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #7c1646;
}

a {outline: none;}
a img {outline: none; border:0;}

h1 {font-size: 28px; font-weight: bold; color: #4799c0; line-height: 28px; margin: .67em 0;}
h2 {font-size: 12px; font-weight: bold; color: #5F1D07; line-height: 20px; margin: .67em 0;}
h3, h4, h5 {font-size: 12px ; font-weight: bold; color: #005196; line-height: 13px;}
h6 {font-size: 18px; font-weight: bold; color: #5F1D07; line-height: 20px; margin: .67em 0;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
a:link {color: #4799c0; text-decoration: none;}
a:visited {color: #4799c0; text-decoration: none;}
a:hover {color: #4799c0; text-decoration: underline;}
a:active {color: #4799c0; text-decoration: underline;}
.right {float: right; margin: 5pxpx 0 10px 20px;}
.left {float: left;margin: 5px 20px 10px 0;}

.img-bdr-01 {
	background:#a1cd3a url(/images/img-bdr-01.jpg) bottom right no-repeat;
	padding: 1px 1px 67px 1px;
}
.img-bdr-02 {
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}
#youtube-vid {
	width: 425px;
	height: 355px;
	background:#a1cd3a url(/images/img-bdr-02.jpg) bottom right no-repeat;
	padding: 1px 1px 55px 1px;
}

#header {
	background: #e6eef3 url(/images/header-bg.jpg) top left no-repeat;
	padding: 0;
}

#side-col-text {
	padding: 15px;
	width: 269px;
	color: #FFFFFF;
	font-size: 12px;
}
.side-item {
	background: url(/images/right-col-bullet.gif) top left no-repeat;
	padding: 0 0 0 20px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 0 5px 0;
}
.side-text-small {
	font-size: 9px;
	line-height: 14px;
}

#content ul, #content ol {
	margin: 11px 0 11px 10px;
}

#content blockquote {
	margin: 11px 0 11px 20px;
}

#loginbox {
	padding: 7px;
	margin: 7px;
}

#access_buttons {
	padding: 2px 7px 0;
	background: #ffffff url(/images/sideitem-bg.gif) top left repeat-x;
	position: relative;
}
span.access-button {
	display:none;
}

a.access-button:hover span.access-button {
	display:block;
	position: absolute;
	font-weight:bold;
	color: #444;
	left: 80px;
	top: 18px;
}