body {
	background-color: #EEEEEE;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 0px 10px 0px;
}
body, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E8E8E;
}
/* ---- TEXT AND LINKS ---- */
a:link, a:visited {
	color: #4079E1;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4079E1;
}
.paragraphline {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
	padding-left: 17px;
}
h1 {
	display: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}
a.bloglink:link, a.bloglink:visited, a.bloglink:hover, a.bloglink:active {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	width: 100px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
}
a.bloglink:hover, a.bloglink:active {
	background: none;
	text-decoration: none;
}
a.oclink:link, a.oclink:visited, a.oclink:hover, a.oclink:active {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	width: 240px;
}
a.oclink:hover, a.oclink:active {
	background: none;
	text-decoration: none;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 7px;
	padding-top: 7px;
	float: left;
}
.smalltxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* ---- MAIN LAYOUT ---- */
#header, #contentbase {
	width: 740px;
	border-right: solid 10px #FFFFFF;
	border-bottom: solid 10px #FFFFFF;
	border-left: solid 10px #FFFFFF;
	background-image: url(/images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 157px;
}
#linksbase {
	width: 760px;
	height: 49px;
}
#leftlink, #rightlink {
	background-color: #CECECE;
	background-image: url(/images/circle_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 49px;
	width: 360px;
	border-bottom: solid 1px #B4B4B4;
	border-left: solid 10px #FFFFFF;
	float: left;
}
#rightlink {
	background-image: url(/images/circle_right.gif);
	background-position: left top;
	width: 355px;
	border-right: solid 10px #FFFFFF;
	border-left: none;
	float: right;
	text-align: right;
	padding-right: 25px;
}
#contentbase {
	background-color: #F8F8F8;
	width: 680px;
	height: auto;
	background-image: none;
	text-align: left;
	padding: 15px 30px 30px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(/images/footer_corners.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 760px;
	font-size: 9px;
	color: #BDBDBD;
	padding-bottom: 10px;
}
/* ---- END MAIN LAYOUT ---- */
