body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #CCCCCC;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 20px 0px 20px;
	background-image: url(images/bg_header.gif);
	font-size:11px;
}

#container-logo {
	float: left;
}

#container-login {
	text-align: center;
	float: right;
	margin-top: 3px;
	margin-right: 26px
}

a.login2   { color: #c62033; font-size: 11px; text-decoration: underline;}

a:hover.login2 { color: #ffffff; text-decoration: none; background-color: #c62033; }

span, #container-name span,#container-slogan span  { color: #00755b }

#container-eyecatcher {
	width: 675px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bg_eyecatcher.gif);
}

#container-navigation   { background-color: #00755b; float: left; border-bottom: 1px solid #ffffff; width: 673px; height: 22px }

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a  { color: #ffffff; font-size: 11px; line-height: 22px; text-decoration: none; padding: 3px 7px 3px; border-right: 1px solid #ffffff }

#navigation li a:hover   { text-decoration: underline; background-color: #003e67; }

#container-content {
	width:670px;
	height:800px,auto;
	overflow:visible;
	background-color: #ffffff;
	background-image: url(images/bg_content.gif); 
	background-repeat: no-repeat;
	background-position:top;
	padding: 20px 20px 0px 40px;
	margin: 0 0 0 0;
}

#content {
	width: 430px;
	float: left;
}

#content2 {
	width: 430px;
	float: left;
	background-image: url(images/bg_content2.gif);
	background-repeat: repeat-x;
}

#content3 {
	width: 600px;
	float: left;
	background-image: url(images/bg_content2.gif);
	background-repeat: repeat-x;
}

#content4 {
	width: 650px;
	float: left;
	background-image: url(images/bg_content2.gif);
	background-repeat: repeat-x;
}	

#content-feature {
	width: 420px;
	float: left;
	background-image: url(images/bg_content2.gif);
	background-repeat: repeat-x;
	border: solid 1px silver;
	padding: 5px 5px 5px 5px;
}	

#content-featuretab {
	width: 430px;
	float: left;
	background-image: url(images/bg_content-tab.gif);
	background-repeat: repeat-x;
}	

#content-calendar-tab {
	width: 430px;
	float: left;
	margin-top: 15px;
	background-image: url(images/bg_content-tab.gif);
	background-repeat: repeat-x;
}	

#content-calendar2 {
	width: 720px;
	height: auto
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
}	

td.date {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}	

td.date2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


#border {
	width: 170px;
	margin-left: 490px;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0px 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #990000;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	height: 50px;
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2  {
	color: #c62033;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0 5px 25px
}

h3  {
	color: #c62033;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5px 0 0px 25px
}
	
h4  {
	margin: 15px 0 0 15px;
	color: #00755b;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px
}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p a, #border p a  { color: #f33; text-decoration: none; padding: 2px; border-bottom: 1px dotted #f33 }

#content p a:hover, #border p a:hover   {
	color: #ffffff;
	text-decoration: none;
	background-color: #00755b;
	padding: 2px
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote  {
	color: #c62033;
	font-style: italic;
	background: #f7f7f7 url(images/bg_quote.gif) no-repeat 10px 10px;
	padding: 15px 15px 15px 65px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li  { list-style-type: none; list-style-position: outside; margin: 0px 0px 5px; padding: 2px 0px 2px 10px }

#subnavigation li a  {
	color: blue;
	text-decoration: none;
	border-bottom: 1pt dotted #f33
}

#subnavigation li a:hover  { text-decoration: none; border-bottom: 1pt dashed #c62033 }

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}


img.alignleft {
	float: left;
	margin: 5px 10px 5px 0px;
	border: none;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
	border: none;
}

img.alignabove {
	margin: 0 0 10px 0;
}

form,input,textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	
}