/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2em;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 10px 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.2em;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
li {
	font-size:14px;
	margin-bottom: 15px;
	list-style: disc;
}
a, a:visited {
	text-decoration: none;
	color: #3058a9	
}
a:hover {
	text-decoration: none;
	color: #5cb0cc;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
textarea, input {
	border: solid 1px #000000;
}

/*** Container Styles (in order of appearance in code) ***/
#main {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	background: #FFFFFF;
}
#wrapper {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 100%;
}
#header {
	position: relative;
	width: 940px;
	height: 30px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px dashed #266698;
}
#logo {
	position: absolute;
	left: 6px;
	bottom: 17px;
	font-size: 26px;
	font-weight: bold;
	color: #000000 !important;
	margin: 0px;
	padding: 0px;
}
#tabs_box {
	position: absolute;
	right: 15px;
	bottom: 12px;
	padding: 0px;
	margin: 0px;
}
.tab {
	float: left;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
.tab a {
	color: #000000 !important;
}
.tab a:hover {
	color: #5cb0cc;
}
.tab_selected {
	float: left;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
.tab_selected a {
	color: #3058a9;
}
.navtext {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 16px;
}
#content {
	float: left;
	width: 910px;
	padding: 25px 15px 25px 15px;
	margin: 0px;
}
#home_calendar {
	margin: 25px 25px 0px 0px;
	float: left;
}
#blog_preview {
	margin: 25px 0px 0px 0px;
	float: left;
	width: 350px;
}
#footer {
	clear: both;
	border-top: 1px dashed #266698;
	width: 940px;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}
.border {
	border: solid 1px #000000;
}
#contact input, #contact textarea {
	border: solid 1px #666666;
}
.indent {
	margin: 0px 20px 0px 20px;
}
.noborder {
	border: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}

