body {
	background-image: url(../Images/SiteDesign/Background.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;		
}

/* Links*/
a.menu:link, a.menu:visited {
	color: #cdcdcd;
	display: block;
	height: 20px;
	background: #000066;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}
a.menu2:link, a.menu2:visited {
	color: #0066FF;
	background: #FFFFFF;
	font-size:14px;
	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-color:#000066;
}

#Menuleft3{
	position:relative;
	width: 180px;
	left: 20px;
	top: -17px;
	background-color:#000066;
}

#Links{
	position:relative;
	Left: 220px;
	width: 50%;
	height:auto;
	color:#000000;
	background-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-color: #337dd0;
	
}

/* 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;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-left: 10px;
	padding-top:15px;
	margin-bottom:0px;
	color:#cdcdcd;
}


h4 {
	font-family:Arial, Helvetica, sans-serif;
	height: 12px;
	font-size: 11px;
	padding-right: 10px;
	text-align:right;
	margin-top:0px;
	}

/*
li.menu {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style-type: none;
}

#Image{
	position: relative;
	top: 10px;
	left: 12px;
	text-align:center;
	border: 1px dashed blue;
}
#Text1{
	position: relative;
	left: 125px;
	top: 10px;
	width:auto;
	height: auto;
	text-align:center;
	top: 0px;
	border: 1px dashed blue;
}*/

