html,body {
	background: url(images/main-bg.jpg);
	margin-top: 1px; 
	margin-right:0px; 
	margin-left:0px;
	margin-bottom:1px; 
	padding: 0px; 
	height: 100%;
}

.maintable {
	background: White;
	width: 760px;
	height: 100%;
	border-collapse: collapse;
	border: 1px solid White;

}

.hometext {
	font-family: verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #336666;
	height: 100%;
	
}

.hometextheader {
	font-family: verdana, Arial, Helvetica;
	font-size: 11px;
	color: #336666;
	font-weight: bolder;
	
}

.homeleft {
background-image: url(images/bg-left.jpg);
border: 2px solid White;
}

.homemiddle {
background-image: url(images/bg-middle.jpg);
border: 2px solid White;
}

.homeright {
background-image: url(images/bg-right.jpg);
border: 2px solid White;
}

.homebottom {	
background-image: url(images/bg-bottom.jpg);
border: 2px solid White;
}
	
.maintext {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	line-height: 15px;
}

.bold {
font-weight: bold;
}

.menutitle{
cursor:pointer;
color:#336666;

}

.submenu{

margin-left: 0.8em;
}

a:link.nav {text-decoration: none; color: #336666;}
a:visited.nav {text-decoration: none; color: #336666;}
a:active.nav {text-decoration: none; color: #336666;}
a:hover.nav {text-decoration: underline; color: #003333;}


A:link {text-decoration: nuderline; color: #006666;}
A:visited {text-decoration: underline; color: #006666;}
A:active {text-decoration: underline; color: #006666;}
A:hover {text-decoration: none; color: #006666;}


a:link.back {text-align: center; font-size: 9px; text-decoration: none; color: #336666;}
a:visited.back {text-align: center; font-size: 9px; text-decoration: none; color: #336666;}
a:active.back {text-align: center; font-size: 9px; text-decoration: none; color: #336666;}
a:hover.back {text-align: center; font-size: 9px; text-decoration: underline; color: #003333;}


.blackborder{
    border-style:solid;
    border-color:#000000;
    border-width:1px;
		}
		
.whiteborder{
    border-style:solid;
    border-color:#FFFFFF;
    border-width:2px;
		}
		
.bottomlinks {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	}


.innerpageheaders {
	background-image: url('images/inner-header-bg.jpg');
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px; 
}
.innermainpages {
	background: #FFFFFF;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.innernav {
	background-image: url(images/bg-programs.jpg);
	line-height: 15px;
}

h6 {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-weight: bolder;
	color: #003333;
	}
h5 {
	font-family: verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	}
	
h4 {
	font-family: verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #336666;
	}