/* General Style */
/* CSS RESET BEGIN ************************************/
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;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}
/* END RESET ********************************************/

body{background: url("../images/header.gif") repeat-x; font-family:Helvetica, Arial, Times New Roman, Times; font-size:.9em; color:#595959;text-align:center;}
hr{border:0; color: #595959; background-color: #595959; height: 2px;}
ul{list-style-type:disc; margin-left:30px; margin-bottom:20px;}
p{margin-bottom:20px; line-height:1.2em;}

div#container{width:950px;margin:0px auto; text-align:left;}
div#header{position:relative;}
div#wrapper{}
div#content{float:left; width:710px; margin:20px 0px;}
div#navigation{float:left; width:950px; margin-top:13px; color:#ffffff;}
div#navigation a {color:#ffffff; text-decoration:none;}
div#navigation a:hover {text-decoration:underline;}
div#extra{float:right; clear:right; width:220px; margin:25px 0px; padding:0px 0px;}
div#footer{clear:both; width:100%; background: url("../images/footer.gif") repeat-x; color: #FFF; text-align:left; height:273px;}
div#ontra{width:950px; margin:0 auto; padding-top:250px;}
div#ontra p{float:right;margin:0;}

/*HEADER*/
div#header p{float:right;margin:95px 80px 0 0;color:#e6e6e6;font-weight:bold;font-size:.8em;}

/*Heading Formatting*/
h1{color:#F58035; font-size:1.5em; margin-top:0px; margin-bottom:5px; margin-left:0px; margin-right:0px;}
h2{color:#F58035; font-size:1.3em; margin-top:0px; margin-bottom:4px; margin-left:0px; margin-right:0px;}
h3{color:#F58035; font-size:1.1em; margin-top:0px; margin-bottom:3px; margin-left:0px; margin-right:0px;}
h4{color:#F58035; font-size:1em; margin-top:0px; margin-bottom:1px; margin-left:0px; margin-right:0px;}

/*Ordered List Formatting*/
ol{list-style-type: upper-roman; }
ol ol{list-style-type: upper-alpha; }
ol ol ol{list-style-type: decimal; }
ol ol ol ol{list-style-type: lower-roman; }
ol ol ol ol ol{list-style-type: decimal; }

/*List Element Formatting*/
li {margin-bottom:.6em;}

/*Link Formatting*/
a{color:#013C83; text-decoration:none; font-weight:bold;}
a:hover{text-decoration:underline;}

/*Image Formatting*/
img{border: 0px;}

/*Paragraph Indent*/
p.indent{margin-left:30px;}

/*Subscribe Button - located in right sidebar include*/
img#subscribe_btn{margin:0 0 0 35px;}

/*Facebook - located in right sidebar include*/
div.facebook{background-color:#e6e6e6;padding:10px;margin-bottom:20px;overflow:auto;}
div.facebook p{margin:0 0 5px 0;}

/*Account Login - located in right sidebar include*/
div.account_login{background-color:#e6e6e6;padding:10px;margin-bottom:20px;overflow:auto;}
div.account_login p{margin:0 0 5px 0;}
div.account_login ul{margin:0 0 5px 20px;}
div.account_login li{margin-bottom:5px;}
div.account_login a{float:right;}

/*Calendar of Events - located in right sidebar include*/
div.coe{background-color:#e6e6e6;padding:10px;margin-bottom:20px;overflow:auto;}
div.coe h3{margin:10px 0 0 0;}
div.coe p{margin:0 0 5px 0;}

/*Automatic Image Positioning Relative to Text*/
img.left{float:left; border:0px; margin:0px 10px 5px 0px;}
img.right{float:right; border:0px; margin:0px 0px 5px 10px;}

/*Automatic Image Positioning Relative to Text with Caption*/
div.left img, div.right img{margin-bottom:5px; border-bottom:1px solid #C1C1C1;}
div.left{float:left; border-bottom:1px solid #C1C1C1; margin:10px 10px 5px 0px; padding-bottom:5px; font-size:.65em;}
div.right{float:right; border-bottom:1px solid #C1C1C1; margin:10px 0px 5px 10px; padding-bottom:5px; font-size:.65em;}

/*Anything float left or right*/
.left{float:left;margin:0 0 0 0;}
.right{float:right;margin:0 0 0 0;}

/*Caption*/
p.caption{border-bottom:1px solid #C1C1C1; margin:10px 0px 5px 10px; padding-bottom:5px; font-size:.65em;}

/*Note*/
p.note{
	font-size:.75em;
	background:  url(css/images/note_64.gif) no-repeat; width:75%;
	margin-left:30px;
	padding-left:80px;
}

/*Warning*/
p.warning{
	font-size:.75em;
	background:  url(css/images/warning_64.gif) no-repeat; width:75%;
	margin-left:30px;
	padding-left:80px;
}

/* Table Styling */
#fancy_table
{
	font-size: .7em;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #C1C1C1;
	border-collapse: collapse;
}
#fancy_table th
{
	background:#ccc;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-weight: bold;
	font-size: 1em;
	color: #595959;
}
#fancy_table tbody
{
	background: #fff;
}
#fancy_table td
{
	padding: 5px;
	color: #595959;
}
#fancy_table tbody tr:hover td
{
}

