/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 17px;
	background-color: #0d014d;
	color: #666666;
}

h1 {
	padding-top: 5px;
	color: #0d014d;
	font-size: 40px;
	font-weight:100;
}

h2 {
	color: #666;
	font-size: 12px;
	font-weight:100;
}

ul, li {margin-top:0 ;padding-top:0;} 

li {
	list-style-image: circle);
	line-height: 20px;
	color: #333366;
}

.darkblue {
	color:#0d014d;
}

.grey {
	color: #999;	
}

.image {
	padding-left: 40px;
	float: right;
}
.img2 {
	
}
a:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
.plinks {
	border-bottom: solid 1px #CCCCCC;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* =WRAPPER */
#wrapper {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 2px #CCC;
}

/* =HEADER */
#header {
	background-color: #FFF;
	border-left: solid 2px #CCC;
	border-right: solid 2px #CCC;
	padding: .5px 0 .5px 0;
}

/* =NAVIGATION */
#navigation {
	background-color: #0d014d;
	font-size: 11px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 2px #CCC;
	border-right: solid 2px #CCC;
	text-align: center;
	padding-top: 5px;
	height: 25px;
}
#navigation li {
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #fff;
	background-color: #CCCCCC;
}

/* =LEFTSIDE*/
#leftside {
	padding: 30px 60px 40px 60px;
	border-left: solid 2px #CCC;
	border-right: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
	background-color: #FFF;
	background-image: url(../Images/water-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#leftside a:link, #leftside a:visited {
	font-weight: bold;
	text-decoration: none;
}
#leftside a:link {
	color: #333333;
}
#leftside a:visited {
	color: #333333;
}
#leftside a:hover {
	color:#333333;
	text-decoration: underline;
}

/* =rightside */
/* =textbox */
#textbox {
	float: right;
	width: 226px;
	height: auto;
	background-color: #b7d0ee;
	color: #333366;
	font-size: 10px;
	display: block;
	border: 15px solid #FFFFFF;
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	line-height: 1.5;
}


/* =FOOTER */
#footer {
	font-size: 9px;
	color: #FFFFFF;
	bsckground-color: #0d014d;
	float: right;
	clear: both;
}
