@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image:url(background_gradient.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	height: 600px;
}

#container {
	width: 1100px;
	margin: auto;
	padding: 0;
}

#header {
}

#sidebar1 {
	width: 150px;
	height: 300px;
	float: left;
	background-image:url(sidebar.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 30px 0 0 30px;
	text-align: left;
	font-weight: bolder;
	font-style: italic;
	text-align: left;
}

#maincontent {
	padding: 0;
	margin: auto;
	background-image:url(content_background.png);
	background-repeat:repeat-y
}

#content {
	width: 700px;
	min-height: 300px;
	padding: 20px;
	margin: auto;
	text-align: left;
}

.clearfloat {
	
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;

}

#footer {
	height: 100px;
	font-size: 80%;
	padding: 40px 0 0 0;
	background-image:url(footer.png);
	background-repeat:no-repeat;
	color: #999;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

h5 {
	color:#C00;
}


new {
	background-color:#FF0;
}


a.nav:link {color:#4989d7; text-decoration: none; }
a.nav:visited {color:#4989d7; text-decoration: none;}
a.nav:hover {color: #db0909; text-decoration: none;}
a.nav:active {color: #db0909; text-decoration: none;}

a:link {color: black; text-decoration: underline;}
a:visited {color: #666; text-decoration: underline;}
a:hover {text-decoration: underline; }
a:active {
	color: red;
	text-align: center;
}
.list {
	line-height: 10pt;
	font-style: italic;
}
#maincontent #FrontPage_Form1 p {

}

#maincontent #FrontPage_Form1 fieldset {
	background-color:#EAEAEA;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color:#C0C0C0;
	border-bottom-color:#C0C0C0;
}


#maincontent #FrontPage_Form1 legend {
	font-size: 1.1em;
	background-color:#EAEAEA;
	margin-top: -5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: bold;
}
#maincontent #FrontPage_Form1 input.text {
	width: 200px;
}
#maincontent #content #FrontPage_Form1 input.text:focus, #maincontent #FrontPage_Form1 textarea:focus {
	background-color:#FFC;
}

