/* CSS Document */
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,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    
}

body {
	margin: 0;
	padding: 0;
	background: #cfeafc url(images/bg.jpg) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 150%;
}

ul {
	line-height: 100%;
	color:#c2f2ff;
}


h1, h2 {
	letter-spacing: 0px;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color:#fff;
}

a:hover {
	color:#333;
	text-decoration: none;
}


#graph {
	width:200px;
	height:75px;
	margin-left:150px;
	float:left;
	background:url(images/bggraph.png) no-repeat;
}
#logo {
	width:604px;
	height:75px;
	float:left;
	background:url(images/thelogo.png) no-repeat;
}
#mainpic {
	width:314px;
	height:674px;
	float:left;
	background:url(images/mainimg.png) no-repeat;

}
#content {
	width:400px;
	float:left;
	padding:20px;
	color:#060f15;
	margin-top:30px;
}

#maintop {
	width: 960px;
	height: 620px;
	margin: 0 auto;
	padding: 0;

}


/*------------------------------------------------Menu--------------------*/

.menu_area {
	float: left;
	height: 400px;
	width: 188px;
	margin-top:30px;
	padding: 0px;

}
.menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #060f15;
/*	background:url(images/menubg.gif);*/
	text-decoration: none;
	margin: 0px;
	float: left;
	width:150px;
	height: 34px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #59b5cf;
	text-decoration: none;
	background:url(images/bgmenu.jpg) no-repeat left;
	margin: 0px;
	float: left;
	width:150px;
	height: 34px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.menu_hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #59b5cf;
	text-decoration: none;
	background:url(images/bgmenu.jpg) no-repeat left;
	margin: 0px;
	float: left;
	width:150px;
	height: 34px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	cursor:text;
}
/*------------------------------------------------Menu--------------------*/
#footer {
	width:560px;
	margin: 0 auto;
	clear: both;
	padding: 10px 0;
}
#copyright {
	width:230px;
	float:left;
/*	clear: both; same <br>*/
	padding: 5px;
	font-size: 11px;
	color:#9db9c0;
}


