#main {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 650px;
	border: 1px solid #003366;
	background-image: url(../images/bgrounds/bggrey1.gif);
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 650px;
}
#menu {
	margin: 8px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 650px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #000066;
}
body {
	background-image: url(../images/bgrounds/bgbeige1.gif);
	margin: 0px;
	padding: 0px;
}
wrapper {
	width:650px;
	margin: 0px auto;
	padding: 0px;
}
#maintext {
	padding: 8px;
	border: 1px solid #000066;
	margin: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 440px;
}
.headings {
	font-family: Verdana;
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-family: Verdana;
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	color: #000066;
	font-size: 12px;
	font-weight: bold;
}
.accreditations {
	padding: 5px 0px;
	border: 1px solid #000066;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 650px;
	margin-top: 6px;
}
a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	width: 650px;
	margin-top: 6px;
}

.img {margin: 5px 10px 0 0;}
.mainpic {width:308px; height:auto;}
.thumbs {margin: 5px 10px 0 0; width:125px; height:auto;}
.thumbsland {float:left; margin: 10px 10px 0 0; width:160px; height:auto;}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}


/*DROPDOWN MENU*/

.home li{width:20px; }


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

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 130px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(../images/menubg.gif) center center repeat-x;
color: black;
font: bold 12px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(../images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */




/* DROPDOWN 2\*/

	/* General */
	#cssdropdown, #cssdropdown ul { list-style: none; }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { width: 220px; float: left; margin-left: -1px; border: 1px black solid; background-color: #e9e9e9; text-align: center; }
	#cssdropdown li.headlink a { display: block; padding: 15px; }

	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; border-top: 1px black solid; text-align: left; }
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a { padding: 5px; height: 17px; }
	#cssdropdown li.headlink ul li a:hover { background-color: #333; }
	
	/* Pretty styling */
	body { font-family: verdana, arial, sans-serif; font-size: 0.8em; background-color: black; }
	#cssdropdown a { color: white; } #cssdropdown ul li a:hover { text-decoration: none; }
	#cssdropdown li.headlink { background-color: white; background-image: url(bg.gif); }
	#cssdropdown li.headlink ul { background-image: url(bg.gif); background-position: bottom; padding-bottom: 10px; }
