/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BASIC SETTINGS
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 
 body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	vertical-align: top;
	background-color: #006599;
	background-image : url(graphx/bg.main.jpg);	
}
td{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;	
	vertical-align: top;
}
.mainbody{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;	
	
}
.border{
	border-top: 1px solid #CCCCCC;
}

.table1{
	background-color: #E6EAD5;
	background-image: url(graphx/bg.tab.1.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	border-top: 1px solid white;
	border-bottom: 2px solid white;
}
.table2{
	background-color: #EEEEEE;
	background-image: url(graphx/bg.tab.2.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	border-top: 1px solid white;
	border-bottom: 2px solid white;
}
.tablearea{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.heading1{
	background-image: url(graphx/apple1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 42px;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 22px;
	color: #6B743D;
	height: 40px;
	display: block;
	line-height: 45px;
	font-family : "Palatino Linotype", "New York", serif;
}
.heading2{
	background-image: url(graphx/apple2.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 42px;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 22px;
	color: #666666;
	height: 40px;
	display: block;
	line-height: 45px;
	font-family : "Palatino Linotype", "New York", serif;
}
.subheading1{
	font-family : "Palatino Linotype", "New York", serif;
	font-size: 18px;
	color: #6B743D;
	line-height: 200%;
}
.subheading2{
	font-family : "Palatino Linotype", "New York", serif;
	font-size: 18px;
	color: #666666;
	line-height: 200%;
}
h3{
	color: #6B743D;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
.parhead1{
	color: #6B743D;
	font-weight: bold;
}
.parhead2{
	color: #666666;
	font-weight: bold;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LINKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
A:visited {
	text-decoration : underline;
	color : #637FBD;
}

A:link  {
	text-decoration : underline;
	color : #637FBD;
}

A:hover {
	text-decoration : underline;
	color : #193273;
} 

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LEFT NAVIGATION LINKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.navcol{
	height: 100%;
	vertical-align: top;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menulinks{
	width: 130px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575;
	border-left: 1px solid #757575;
	line-height: 100%;
}	
/*MAIN MENU*/	

a.menu{
	color: #6B743D;
	padding: 4px;
	padding-left: 5px;
	text-decoration: none;
	display:block;

}

a.menu:link{
	color: #6B743D;
	padding: 4px;
	padding-left: 5px;
	text-decoration: none;
}

a.menu:visited {
	color: #6B743D;
	padding: 4px;
	padding-left: 5px;
	text-decoration: none;
	
}
a.menu:hover {
	color: #FFFFFF;
	background-color: #187DB3;
	padding: 3px;
	padding-left: 4px;
	border: 1px solid #000000;
	text-decoration: none;
}
.emphasize{
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size: 100%;

}

/*IMAGES   right aligned images get padding on left, left aliogned images get padding on right*/
.imgright{
	margin-left: 10px;
}	
.imgleft{
	margin-right: 10px;
}

