 * {
	margin: 0;
	padding: 0;
} 
body {
	background-color:#05E6E6;
}
/******************LAYOUT****************/
#wrapper {
	width: 960px;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: justify;
	margin: 20px auto;
	background-color:#00FFFF;	
	border: 5px solid #04E1E1;	
/*	border: 1px solid red;	*/
}
#banner {
	width: 100%;
	height: 180px;
	border: 1px solid #04E1E1;	
}
#banner img {
	float: right;
	border: 2px solid #05A6A6;
	margin: 10px 42px 0 0;
	
}
#banner h1 {
	margin: 40px 0 0 70px;
	float: left;
	
}
#mainmenu {
	width: 700px;
	height: 30px;	
	float: left;
	margin: 50px 0 0 50px;
}
#contentwrapper {
	border-color: #04E1E1;	
	border-style: solid;
	border-width: 0 1px 0 1px;		
}
#content {
	width: 750px;
	float: left;
}
#content p {
	margin: 20px 40px;
}
#content a {
	text-decoration: none;
	color: #003366;
}
#content a:hover {
	text-decoration: underline;
}
#content hr {
	margin: 5px 40px;
	color: #04E1E1;
}
#info {
	width: 200px;
	float: right;	
	font-size: 0.85em;
	text-align: center;
}
#credits {
	width: 100%;
	height: 70px;
	font-size: 0.85em;	
	text-align: center;		
	border: 1px solid #04E1E1;	
}
.clearboth {
	clear: both;
	height: 0;
}
/******************MENU****************/
ul#menu {
	list-style-type: none;
	display: inline;
	width: auto;
	font-weight: bold;
	font:  15px Verdana, Arial, Helvetica, sans-serif;	
}

ul#menu a {
	color: #B608BC;
	font:  13px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003366;
	padding: 3px 5px ;


}
ul#menu li {
	float: left;
	list-style-type: none;	
	position: relative;
}

ul#menu li ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 130px;
	z-index: 100;
	display: none;
	height: 0;
	overflow: hidden;
}

ul#menu li ul li {
	margin: 0;
}

ul#menu a:hover {
	background-color: #D37BD6;
	color: #FFFFFF;
}
a.top {
	background-image: url(images/drop-icon15.gif);
	background-repeat: no-repeat;
	background-position: bottom right ;
}
a.top:hover {
	background-color: #D37BD6;
	color: #FFFFFF;
	background-image: url(images/drop-icon-inv15.gif);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

ul#menu a.selected {
	font-weight: bold;
}
/********************* IMAGE SHADOW ********/
div.caption {
	color: #FFFFFF;
	bottom: -45px;
	position: absolute;
	z-index: 1000;
	height: 45px;
	width: 100%;
	left: 0;
	background: #101040	; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
div.caption p {
	padding: 0;
}

div.shadowout {
	background-image:url(images/bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
div.shadowin {
	width: 100%;	
	height: 100%;	
	background-image:url(images/bg-right.gif);
	background-repeat: repeat-Y;
	background-position: right;	
	position: relative;
}
div.imagecap {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
div.box {

}
div.tr {
	width: 5px;
	height: 5px;
	background-image:url(images/bg-tr.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;	
}
div.bl {
	width: 5px;
	height: 5px;
	background-image:url(images/bg-bl.gif);
	background-repeat: no-repeat;	
	position: absolute;
	bottom: 0;
	left: 0;	
}
div.br {
	width: 5px;
	height: 5px;
	background-image:url(images/bg-br.gif);
	background-repeat: no-repeat;	
	position: absolute;
	bottom: 0;
	right: 0;	
}

/******************TEXT****************/
h1 {
	font-size: 1.5em;
}

p {
	margin: 10px;
}
img.floatright {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid gray;
}
.smaller {
	font-size: 0.8em;	
}
blockquote {
	margin: 0 0 0 150px;
}



