@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_imgs/bodyBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E3E3E3;
	margin: 0px;
}
#sidebar ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
blockquote {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#wrapper {
	padding: 0px;
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}


#header {
	height: 85px;
	width: 100%;
}
#wrapper #right-side {
	float: right;
	height: 85px;
	width: 674px;
	background-image: url(../_imgs/headerBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header #left-side {
	float: left;
	height: 83px;
	width: 200px;
	padding-top: 2px;
}

#header-separator {
	background-color: #004B93;
	height: 3px;
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_imgs/bodyBackground.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-color: #FFF;
	}
#body #body-container {


}


#body #banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}


#body #block-left  {
	width: 299px;
	overflow: hidden;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 1px;
}
#body #block-left img {
	border: 1px none #FFF;

}
#body #block-middle  {
	float: left;
	width: 292px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 2px;
	padding-left: 6px;

}
#body #block-middle a ,a:link {
	color: #000;
	text-decoration: none;

}
#body #block-right  {
	float: left;
	width: 350px;
	padding-right: 2px;
	padding-left: 6px;

}
#body #block-right a ,a:link,a:visited {
	color: #000;
	text-decoration: none;

}
#body-container #content #body-content {
	width: 680px;
	overflow: visible;
	float: right;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;

}
#body-container #content #body-content a {
	color: #0E84C3;
	text-decoration: none;

}
#body-container #content #body-fullContent a {
	color: #0E84C3;
	text-decoration: none;
}

#body-container #content #body-content a:hover {
	color: #000;
	text-decoration: underline;
}


#body-fullContent {
	width: auto;
	overflow: visible;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar {
	float: left;
	width: 240px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar a ,a:link{
	color: #000;
	text-decoration: none;

}
#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}


##sidebar h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
}



#separator {
	clear: both;
	height: 50px;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 20px;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
}
#footer a {
	clear: both;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:link {
	clear: both;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a:hover {
	clear: both;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}

