body {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0; 
	background-color:#ffffff;
	font: 12px Arial, Helvetica, sans-serif; 
	color: #000000; 
}


#wrap {
width: 965px;
text-align:left;
margin:0 auto;
border-bottom: 1px solid #e55821;
border-left: 1px solid #e55821;
border-right: 1px solid #e55821;
}
h3{
	font: 20px Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight:bold;
}

h2{
	font: 20px Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight:bold;
}

a { 
	color: Black; 
	text-decoration:underline;
}
a:hover { 
	text-decoration: none; 
	color: #FF6600; 
}
ol {
	margin-top: 5px; 
	margin-bottom: 0px
}

.clearfix:after  {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix {
display : inline-block;
}
* html .clearfix {
height : 1%;
}
.clearfix {
display : block;
} 


/* Top-Header */
#top-header {
	width: 965px;
	height: 40px;
	border-bottom: 1px solid #e55821;
}
#top-header #title {
	float: left;
	margin: 0 0 0 0;
}
#top-header #title .title-h1{
		font: 20px Arial, Helvetica, sans-serif; 
	color: #000;
	margin: 10px 0 10px 10px;
	font-weight: bold;
}
#top-header #search {
	float: right;
	margin: 10px 20px 0 0;
}

/* Header */

#header {
	width: 965px;
	height: 250px;
	margin: 0 0 0 0;
	background-image: URL('../images/header.jpg');
	border-bottom: 1px solid #e55821;
	}

#menu-bar {
	width: 965px;
	height: 40px;
	margin: 0 0 0 0;
	background-image: URL('../images/menu-bg.jpg');
}
#menu-bar #top-menu {
	width: 725px;
	float: right;
}

#menu-bar #top-menu ul li {
list-style : none;
margin : 0;
padding : 5px 10px 0 10px;
display : inline;
font-size: 14px;
font-weight: bold;
color: #ffffff;
vertical-align: middle;
} 
#menu-bar #top-menu a { 
	color: #fff; 
	text-decoration:none;
}
#menu-bar #top-menu a:hover { 
	text-decoration: none; 
	color: #ffff00; 
}


#content{
	width: 965px;
	margin:0 auto;
}

#content #sidebar{
	width: 260px;
	height: 100%;
	min-height: 500px;
	margin: 0 0 0 0;
	float: left;
}

#content #sidebar #logo{
	width:260px;
	height: 255px;
	background-image: URL('../images/logo.jpg');
	background-repeat: repeat-x;
	padding-top: 0px;
}
#content #sidebar #logo-text{
	width:260px;
	float:none;
}

#content #sidebar #logo-text h3{
		font-size: 24px;
		text-align: center;
}
#content #sidebar #logo-text h3 a:link{
	font: 24px Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight:bold;
	text-decoration: none;
}
#content #sidebar #logo-text h3 a:visited{
	font: 24px Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight:bold;
	text-decoration: none;
}
#content #sidebar #logo-text h3 a:hover{
	font: 24px Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-weight:bold;
	text-decoration: underline;
}

#content #main-content{

		min-height: 500px;
		margin-right: 10px;
		margin-left: 280px;	
 }
#content #main-content tr td{
	vertical-align: top;
}
.componentheading{
	font-size:24px;
	font-weight:bold;
}
.contentheading{
	font-size:24px;
	font-weight:bold;
}
.componentheading h1{
	margin: -40px;
}

#footer {
	margin: auto;
	width: 965px;
	padding-top: 10px;
	text-align: center;
}
 #footer a, #footer a:visited  {
color : #000;
font-weight : normal;
text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
}
#footer #footer-menu {
width : 100%;
float : left;
}
#footer #footer-menu ul li {
list-style : none;
margin : 0;
padding : 5px 10px 0 10px;
display : inline;
} 
#footer #copyright {
	margin: auto;
	width: 965px;
	text-align: center;
}



