body {
	background-color: #fcffb0;
	padding: 0; margin: 0;
	color: #333;
	font-family: Tahoma, serifSansSerifMonospace;
	letter-spacing: 0px;
	font-size: 11px;	
	
}

.imgl {
	clear:both; 
	float:left; 
	margin:3px 10px 7px 0; 
	padding:1px; 
	
}

.imgr {
	clear:both; 
	float: right; 
	margin:3px 10px 7px 0; 
	padding:1px; 
	
}

a:link {
	color: #0060ff;
}

a:visited {
	color: #0060ff;
}

a:hover {
	text-decoration: underline;
	color: #009cff;
	
}

#logo {
	height: 175px;
	background: url(img/logo.png) no-repeat; 
	
	margin: 0;
	float: left;
	width: 100%;
}


#menu {
	height: 24px;
	background: url(img/menu.png) no-repeat; 

	border-bottom: 5px solid #ffe243;

	float: left;
	width: 100%;
}


#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 4%;
	padding-top: 0px;
	padding-left: 0px;
	
}

#menu li {

	float: left;
	margin-right: 10px;
	height: 24px;
}

#menu li.selected {
	background-color: #ffe243;
}

#menu li.selected a{
	color: #009cff;
	
}

#menu li a {
	display: block;
	
	padding: 4px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

#menu li a:hover {
	background: #ffe243;
	color: #FFFFFF;
}


#tabbedbody {
	background: no-repeat; 
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#page {
	background: no-repeat; 
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	float: left;
	width: 100%;
}


#content {
	width: 920px;
	height: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 12px;
	color: #333;
	background: #E7E7EF;

	border-left: 2px solid #ffe243;
	border-right: 2px solid #ffe243;
}

#content {
	border-collapse: collapse;
}

#content td {
	vertical-align: top;
	padding: 18px 18px 18px 18px;
}

#left {
	width: 150px;
}


#right {

}


#border {
	width: 100%;
	border-top: 2px solid #ffe243;
}

h1 {
	font-size: 18px;
	font-family:  Avant Garde, Avantgarde, Century Gothic, sans-serif;
	background: #fcffb0;
	border: 1px solid #009cff;
	padding: 3px;
	color: #333;
	
}

h2 {
	font-size: 20px;
	font-family:  Avant Garde, Avantgarde, Century Gothic, sans-serif;
	padding-bottom: 2px;
	border-bottom: 5px solid #009cff ;
	height: 22px;
}

h3 {
	font-size: 13px;
	font-family:  Avant Garde, Avantgarde, Century Gothic, sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px solid #009cff ;
}
