/* File Name practice.css Created May 17/09 by Steve Snyder*/
/* Main Structural Component - controls layout for entire site */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #333333;
	background-color: #EBEBEB;
	margin-top: 0px;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:focus {
	color: #996699;
}

a:active {
	color: #996699;
}

/* Content Subsections - div id's */
#container {
	width: 900px;
	margin: 0px auto 5px;
	border: 1px solid #CCCCCC;
	background-position: center;
	background-color: #FFFFFF;
}

#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	height: 116px;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
}

.h_text {
	padding-top: 50px;
	padding-left: 250px;
}

#navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #54A5E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding: 5px 20px 5px 5px;
	word-spacing: 40px;
	text-align: right;
}

#leftcontent {
	background-color: #FFFFFF;
	float: left;
	width: 225px;
	padding-top: 5px;
	padding-left: 4px;
	font-size: 85%;
	line-height: 2em;
	padding-bottom: 5px;
	clear: both;
}

#maincontent {
	width: auto;
	background-color: #FFFFFF;
	font-size: 85%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 235px;
}
#news {
	width: auto;


	background-color:;
	font-size: 85%;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 235px;
	background-color: #E4E4E4;
	margin-top: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-right: 50px;
}

#footer {
	clear: both;
	background-color: #54A5E0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 5px;
	word-spacing: 40px;
}

.copyright {
	clear: both;
	background-color: #54A5E0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	word-spacing: normal;
}

#header img {
	float: left;
	padding: 0px;
}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:visited {
	color: #CCFFFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation a:focus {
	color: #FFA6A6;
}

#navigation a:active {
	color: #FFA6A6;
}

h4 {
	font-size: 125%;
	color: #C42835;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #CCFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:focus {
	color: #FFA6A6;
}

#footer a:active {
	color: #FFA6A6;
}
.date {
	font-size: 85%;
	color: #0066CC;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.attachment {
	font-size: 70%;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	text-decoration: underline;
}
.legend {
	color: #FF0000;
	font-weight: bold;
}
.imgfloatleft {
	float: left;
	margin-right: 4px;
}
