fd/* v1.0 | 20080212 */

/* -------------------------- CSS Reset ----------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------- End Of Reset -----------------------------*/


html, body {
}
html {
	height: 100%;
}
body {
    background-image: url(../images/BG_Gradient.jpg);
	background-repeat:repeat-x;
	background-color: #005f85;
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	
}

#page {
	margin: 0px auto;
	width: 1024px;
	height: auto;
	clear: both;
}

#header {
	height: 92px;
	margin-bottom: 10px;
	
}

#menu {
	width: 227px;
	margin-top: 45px;
	float: left;
	margin-bottom: 50px;
}


#menu ul {
	float: right;
	clear: both;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	color: #e5e5e5;
}

#menu ul a:link {
	text-decoration: none;
	color: #00b4ff;
}	

#menu ul a:visited {
	text-decoration: none;
	color: #00b4ff;
}

#menu ul a:hover {
	text-decoration: none;
	color: #90ff00;


}
#menu li {
	margin-bottom: 6px;
}

#title {
	margin-top: 15px;
	margin-bottom: 4px;
	clear: both;
	float: right;
	color: #e5e5e5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content {
	margin-top: 60px;
	width: 760px;

	float: right;


}

#maincontent img{
	border: 1px solid #00b4ff;
	
}
#maincontent object{
	border: 1px solid #00b4ff;
}
#notes {
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:oblique;
	font-weight: bold;
	color: #00b4ff;
}

#notes a:link {
	text-decoration: none;
	color: #e5e5e5;
	font-weight: bold;
}

#notes a:visited {
	text-decoration: none;
	color: #e5e5e5;
}

#notes a:hover {
	text-decoration: none;
	color: #90ff00;
}

#body {
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e5e5e5;
	line-height: 14px;

	
}


#body a {
	display:block;
	float: left; 
	width:20px; 
	height:20px; 
	margin-right: 5px;
	overflow: hidden;
}

#body a:hover img {
	margin-top:-20px; 
	width: 20px;
	height: 40px;

}
		



#software {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e5e5e5;
}

#credits {
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e5e5e5;
}

#credits a:link {
	text-decoration: none;
	color: #00b4ff;
	font-weight: bold;
}

#credits a:visited {
	text-decoration: none;
	color: #00b4ff;
}

#credits a:hover {
	text-decoration: none;
	color: #90ff00;
}

#footer {
	clear: both;
	float: left;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e5e5e5;
	
}