@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#sidebar h4 {
	color: #283441;
	font-weight: bold;
}
#sidebar h5 {
	color: #283441;
}

 #container {
	width: 800px; 
	border: 1px solid #000000;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bck.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
} 
 #header {
	background-image: url(../img/hd_01.jpg);
	height: 198px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
 #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


 #sidebar {
	float: left;
	width: 294px; 
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
 #container #mainContent .Content h2 {
	color: #3D3D3D;
	font-weight: bold;
	font-size: medium;
}
 #container #sidebar h4 {
	font-size: medium;
	font-weight: bold;
	margin-right: 0px;
	padding-top: 30px;
}

 #container #mainContent .Content p {
	font-size: small;
}

 #sidebar h4,  #sidebar p,  #sidebar h5  {
	margin-left: 10px; 
	margin-right: 10px;
}
#sidebar .right_col_img {
	float: right;
	border: 1px solid #333333;
	margin-bottom: 5px;
	margin-left: 5px;
}


 #mainContent {
	float: right;
	padding: 0px;
	margin: 0;
	width: 506px;
} 
.content_pic {
	float: right;
}

#mainContent h1 {
	background-image: url(../img/h1.jpg);
	height: 110px;
	margin: 0px;
	color: #d12c00;
	font-size: xx-large;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 10px;
	background-repeat: repeat-x;
}
#mainContent .BLine {
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin-top: -65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
}


 #footer {
	background-image: url(../img/footer.jpg);
	height: 92px;
	padding-top: 0;
	padding-right: 93px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	color: #FFFFFF;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}
#footer a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 45px;
}
#footer li {
	float: right;
	padding-right: 12px;
	padding-top: 2px;
}
#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#nav ul {
	list-style-type: none;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 80px;
}
#header #nav {
}

#nav li {
	padding-right: 12px;
	padding-top: 2px;
	float: left;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar p {
	font-size: x-small;
	color: #323232;
}
 #container #mainContent .Content blockquote {
	background-color: #FFF8E4;
	border: 1px solid #D2D2D2;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: x-small;
}
#sidebar .link a {
	text-decoration: none;
	float: right;
	font-weight: bold;
	color: #000000;
}
 #container #sidebar li {
	list-style-type: none;
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: -22px;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
 #container #sidebar a {
	color: #666666;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}

 #container #mainContent .Content {
	padding-right: 15px;
	padding-left: 15px;
}
.Content .hr {
	background-image: url(../img/hr.jpg);
	height: 25px;
}
#sidebar .hr {
	background-image: url(../img/hr_left.jpg);
	height: 10px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.large-image, .medium-image {
	background: transparent url(../img/content-images.gif) no-repeat right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;

	
}.Content a {
	color: #0084ff;
}
.Content h3 {
	color: #490b01;
	font-size: small;
	font-weight: bold;
}
.Content h2 {
	background-image: url(../img/h2.jpg);
	height: 35px;
	font-weight: bold;
}
.small-image {
	background: transparent url(../img/content-images_90.gif) no-repeat right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	}
 #container #sidebar ul {
	text-align: left;
}

.anylinkcss
{
	padding: 4px;
	margin-left: -30px;
	font: bold 10px Verdana, sans-serif;
	position:absolute;
	visibility: hidden;
	z-index: 100;
}


.anylinkcss li
{
list-style: none;
margin: 0;
border: 1px solid #000;
text-align: left;
}

.anylinkcss li a
{
	display: block;
	padding: 0.3em 0.5em 0.3em 0.75em;
	text-decoration: none;
	background-color: #2F1717;
}

.anylinkcss li a:link {
	color: #EEEEEE;
}
.anylinkcss li a:visited {
	color: #FFFFFF;
}

.anylinkcss li a:hover
{
	border-color: #333333;
	color: #000000;
	background-color: #CCCCCC;
}#container #header #nav #Newtown {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #header #nav #Feature {
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
