/* CSS Document */
body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size: 11px;	
	margin: 0px;
	padding: 0px;
	text-align:center;
}
a {
	font-weight: lighter;
	color:#666666;
	text-decoration:none;
}

a:hover{font-weight: lighter;
	color:#333300;
	text-decoration: underline;
}	
h1 {
	font-size: 1.8em;
	color:#993333;
}

h2 {
	font-size: 1.2em;
	color:#993333;
}	
	
h3
{
font-size: 0.8em;
	color:#990000;
}

#content
{
	background-color:#ffffff;
	padding:20px;
}

#content table {font-size:1em;}

#container {
	font-size:1em;
	color:#000000;
	width:800px;
	margin:0px auto 0px auto;
	text-align:left;
	z-index:0;
	background-color:#ffffff;
}


#header {
	background-color:#333399;
	height: 129px;
	width: 800px;
	background-image: url(img/bg.jpg);
	color:#000000;
	text-align:right;
	background-repeat: no-repeat;
}
#menu
{
	background-color:#cccc99;
	width:800px;
	color:#666666;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	border:1px solid #cccc99;
}
#menu li
{
	list-style-type: none;
	display:inline;
	font-size:10px;
	margin:0px 5px 0px 5px;
}

#menu ul{
	margin:5px 0px 5px 15px;
}

#bottonLine
{
	background-color:#CCCC99;
	width:800px;
	margin:0px auto 0px auto;
	padding:3px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	color:#666666;
	text-align:right;
}

/* ONLY FOR EXPLORER*/
* html #bottonLine
{padding:3px 15px 3px 15px;}

.splash h1{
	font-size:3.0em;
	padding-bottom:0.3em;
	color: #003399;
}

.splash h5{
	color: CC0000;
	font-size:1em;
	padding-bottom:0.2em;
}

.splash 
{
	text-align:right;
	background-attachment: fixed;
	background-image: url(img/bgimg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 526px;
	width: 791px;
	margin:20px auto 0px auto;
}

.splash .txt
{padding:18px 15px 0px 0px;}

.splash a {
	font-weight: lighter;
	color:#003399;
	text-decoration:none;
}

.splash a:hover{font-weight: lighter;
	color:#CC3300;
	text-decoration: underline;}
	


/* ONLY FOR EXPLORER*/
* html .splash .txt
{padding:10px 15px 0px 0px;}

.linkCuttlefish
{
	color: #003399;
	bottom: 0px;
	text-align:center;
}
