body {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10px;
	text-align: center;
    background-color: #ECE6DC;
	/*background-image: url( ../images/peoplearn_bg.gif ) ;*/
	margin: 0;
}

tr, p, div  {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	line-height: 17px;
	color: #48494C;
}

h2  {
	font-family:  Verdana, Arial, Helvetica, Tempus Sans ITC,Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}

h3  {
	font-family: Tempus Sans ITC, Verdana, Arial, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #F58220;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 17px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url( ../images/list.png ) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

a:link, a:visited {
	text-decoration: none;
	color: #F58220 ;
	font-weight: bold;
}
a:hover {
	color: #669900;
}

#site {
	width: 762px;
	border-left: 3px solid white; 
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	border-top: 1px solid white;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}
#main {
	background-color: white;
	border-spacing: 0px;
	padding: 0px;
    margin: 0px;
	border-collapse: collapse;
}

.siteTitle{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 24px;
	color: #EECA39;
 	margin-bottom: 15px;
	margin-right: 15px;
}

a.back_button:link, a.back_button:visited, .back_button {
	margin: 0 auto;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;	
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.contentheading, .componentheading {
	font-family:Verdana, Arial, Helvetica, Tempus Sans ITC, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4B3426;
	padding-bottom: 10px;
}

/* MODULES */
table.moduletable {
	width: 100%;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.moduletable-footer {
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: in-line;
}

/* MENUS */

/* Main Menu */
a.mainlevel:link, a.mainlevel:visited {
	color: #3B3937 ;
	margin-left: 5px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	font-family:  verdana, arial, Helvetica, Tempus Sans ITC, san-serif;
	font-weight: normal;
	font-size:12px;
	background:  url(../images/menu-bg.gif) 2px no-repeat;
}
a.mainlevel:hover {
	color: #669900;
	width: auto;
	background:  url(../images/menu-bg.gif) 2px no-repeat;
}
#active_menu {
	color: #669900;
	font-weight: bold;
	
}
/* Footer Menu */
.mainlevel-footer, a.mainlevel-footer:link, a.mainlevel-footer:visited {
	color: #3B3937;
	font-size:9px;
	padding-bottom: 10px;
	display: in-line;
	font-family:  verdana, arial, Helvetica, Tempus Sans ITC, san-serif;
	font-weight: normal;
	
}
a.mainlevel-footer:hover {
	color: #669900;
	width: auto;
	
}

.footer table {
	width: auto;
	margin:0px;
	margin-left:auto;
}
