body {
	background-image: url(../Images/SiteDesign/Background.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;		
}

/* Links*/
a.menu:link, a.menu:visited {
	color: #555555;
	display: block;
	height: 20px;
	background-image: url(../Images/SiteDesign/menu_back.png);
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}
a.menu2:link, a.menu2:visited {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	}
a.menu2:hover, a.menu2:active {
	color: #66ccff;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	}
a.menu:hover {
	color: #ffffff;
	height: 18px;
	background: #337dd0;
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	
}

a:link{
text-decoration:none;
}

/* Divs*/
#Layout {
	margin:0 auto;
	width:898px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #0033CC;
	background-color: #ffffff;
	height:auto;

	}

#Menuleft1{
	position:relative;
	Top: -25px;
	height: 70px;
	width: 180px;
	left: 20px;
	color:#cdcdcd;
	font-weight:bold;	
	background-image: url(../Images/SiteDesign/headers.png);
}


 .accordionItem h2 { 
 	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../Images/SiteDesign/menubar.jpg);
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #555555;
	cursor: pointer;
	margin: 0;
	padding: 5px;

	}
.accordionItem h2:hover,  .accordionItem h2:active, .accordionItem h2:visited{ 
	cursor: pointer; 
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #555555;
}

.accordionItem div { 
		position: relative;
		margin: 0;
		}
#accordionItem_sub { 
		position: relative;
		border: 1px solid #555555;
		margin: 0;
		}
.accordionItem.hide h2 { 
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #555555;

	 }
.accordionItem.hide div { 
	display: none; 
	width: 180px;
}

#Links{
	position:relative;
	Left: 220px;
	width: 50%;
	height:20px;
	color: #FFFFFF;

}

#Content{
	position:relative;
	Left: 10px;
	width: 98%;
	top:5px;
	height: auto;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #a7a7a7;
	font-size:12px;
	font-style:normal;
	
}
.table{
 width: 898px;
 height:auto;
 border:0px;
 padding: 0px;
}

#Layout {
	margin:0 auto;
	width:898px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #0033CC;
	background-color: #ffffff;
	height:auto;

	}
#footer {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-image:url(../Images/SiteDesign/menubar.jpg);
	
}

/* headings*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../Images/SiteDesign/h1.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #0033CC;
	text-align: right;
	color: #ffffff;
	line-height: 12px;
	padding-right: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-left: 10px;
	padding-top:15px;
	margin-bottom:0px;
	color:#555555;
}


h4 {
	font-family:Arial, Helvetica, sans-serif;
	height: 12px;
	font-size: 11px;
	padding-right: 10px;
	text-align:right;
	margin-top:0px;
	color: #66ccff;
	}

