html {
	background-image: url(../images/bground_body.jpg);
	background-repeat: repeat-x;
	background-color:#e6e6e6;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
}
body {
	background-image: url(../images/bground_body.jpg);
	background-repeat: repeat-x;
	background-color:#e6e6e6;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.75em;
}
body div {
	height:100%;
}
body div div {
	height:auto;
	width:754px;
	background-color:#FFFFFF;
	border-style:none solid solid solid;
	border-width:2px;
	border-color:#007bc1;
}
body div div#sidebar {
	height:200px;
	width:150px;
	background-color:#FFFFFF;
	border-style:solid solid solid solid;
	border-width:2px;
	border-color:#007bc1;
	float:right;
}
div#header {
	height:auto;
	width:730px;
	margin:0px 12px 10px 12px;
	border:none;
	padding:0px 0px;
}
div#nav {
	height:auto;
	width:730px;
	margin:0px 12px 10px 12px;
	padding:5px 0px;
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #027cc2;
	border-right-color: #027cc2;
	border-bottom-color: #027cc2;
	border-left-color: #027cc2;
}
div#nav a {
	padding:5px 20px;
	color: #666;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
}
div#nav a:hover {
	padding:5px 20px;
	color: #CC6600;
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
}
div#breadcrumb {
	height:auto;
	width:690px;
	font-size:1em;
	margin:0px 12px 10px 12px;
	border:none;
	padding:0px 20px;
	background-color: #FFF;
	text-align: left;
	color: #666666;
	text-decoration: none;
}	
div#breadcrumb a:link {
	color: #CC6600;
	text-decoration: none;
}	
	div#breadcrumb a:hover {
	color: #CC6600;
	text-decoration: none;
}	
	div#breadcrumb a:visited {
	color: #CC6600;
	text-decoration: none;
}
div#header_img {
	height:auto;
	width:730px;
	font-size:1em;
	margin:0px 12px 10px 12px;
	border:none;
	background-color: #FFF;
	text-align: left;
}
div#content {
	height:auto;
	width:700px;
	font-size:1.1em;
	margin:0px 12px 10px 12px;
	padding:0px 20px 0px 20px;
	border:none;
	background-color: #FFF;
	text-align: left;
	color: #666666;
}
div#content h1 {
	font-size:2.2em;
	color:#666666;
	letter-spacing: -1px;
	font-weight: bolder;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: capitalize;
}
div#content h2 {
	font-size:1.9em;
	color:#666666;
	letter-spacing: -1px;
	font-weight: bolder;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: capitalize;
}
div#content h3 {
	font-size:1.6em;
	color:#666666;
	font-weight: bolder;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
div#content a {
	color:#CC6600;
	text-decoration:none;
}
div#footer {
	height:auto;
	width:690px;
	font-size:1.0em;
	margin:20px 12px 10px 12px;
	border:none;
	padding:3px 20px;
	background-color: #027cc2;
	text-align: center;
	color: #EEE;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
div#footer a {
	color: #EEE;
	text-decoration: none;
}
