seems @charset "utf-8";


* {margin: 0; padding: 0;}

html {
	height: 100%; 
}

body {
	font: normal 0.7125em/1.4em Verdana, Arial, sans-serif; 
	color: #006699;
	background-color: #ffffff;
	background-image: url(../../images/layout/background.jpg);
	background-repeat: repeat;
	text-align: left;
	height: 100%;
}
	
/* BASE CLASSES FOR IMAGES WHICH AREN'T OVERRIDDEN */
img {
	border: 0;
	display: block;
}


.opacity_drop:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	width: auto;
}

.opacity_drop img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter: alpha(opacity=75);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	width: auto;
}

.opacity_drop_extreme:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	filter: alpha(opacity=45);
	-moz-opacity: 0.55;
	opacity: 0.55;
	-khtml-opacity: 0.55;
	width: auto;
}

.opacity_drop_extreme img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	width: auto;
}

	
/*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&& 
&&&&  LAYOUT AND GENERAL STRUCTURAL FORMATTING CLASSES
&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

.container {
	min-height:768px;
  	height:auto !important;
  	height:768px;
	width: 820px;
	margin: 0px auto 0px auto;
	padding: 30px 50px 20px 50px;
	background-color: #ffffff;
}

.header{
}

div.clearer {
	clear: both;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.credits {
	text-align: center;
	width: 100%;
	margin: 12px 0px 22px 0px;
}

/*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&& 
&&&&  BASE CLASSES FOR GLOBAL TEXT AND LINKS
&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

a:link {text-decoration: none; color: #0066FF;}
a:visited {text-decoration: none; color: #006699;}
a:hover {text-decoration: underline; color: #006699;}
a:active {text-decoration: none; color: #006699;}

p {margin: 0px 0px 15px 0px;}


