body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:0px;
	background-color: #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	max-width:1024px;

	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:0px;
	padding:0px;
}

#header h1 {
	float:left;
	color:#FFFFFF;
	margin-top: 5;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia;
	font-size: 250%;
}


#sidebar {
	width:200px;
	float:left;
	color:#2A0000;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}

#sidebar a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	color: #0066CC;

}

#sidebar h2 {
	color:#333;
	font-family: Georgia;
	font-size: 140%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing: 1px;
}

#sidebar p {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -5px;
	margin-left: 0;
}

#sidebarright {
	width:205px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
}
#left-nav {
	padding-left: 5px;
	color: #333333;
}
#left-nav p {
	color: #333333;
	font-weight: normal;
}

#left-nav ul {
	padding-bottom: 5px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: circle;
}
#left-nav a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
.sidebarright-Header {
	background-color: #DDDDDD;
	color: #006600;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}



#sidebarrigth h5{
	color:#333;
	font-family: Arial;
	font-size: 140%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;

}

#content {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#Search {
	background-color: #DDDDDD;
	color: #222222;
}
#sidebar-searchbox {
	background-color: #DDDDDD;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}


#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #0066CC;
	text-align: center;
	color: #FFFFFF;
}
#footer A {
	color: #FFFFFF;
	font-weight: bold;
}


img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}
#header {
	background-color: #003399;
	margin: 0px;
}
.sub-heading {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
