/* Basic Stuff visit*/ 

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	clear: both;
	width: 780px;
	margin: 0px auto;
	border: 0;
	background: url(images/bgcontent.gif) repeat-y;
	padding: 0;
}

body {
	background: #0066CC;
	color: #585858;
	font-size: 12px;
	font-family: "Verdana", Arial Narrow, arial, sans-serif;
}

h1 span {
	font-weight: normal;
}

h3 span {
	font-weight: bold;
}

h4 span {
	font-weight: bold;
}

br.clear {
	clear: both;
}

img {
	padding: 3px;
	border: solid 1px #e1e1e1;
	margin-bottom: 10px;
}
.images {
	text-align: center;
	margin-bottom: 20px;
}
img.floatTL {
	float: left;
	margin: 0 10px 5px 15px;
}

img.floatTP {
	float: left;
	margin: 5px 10px 5px 0;
}
img.floatTB {
	margin: 10px 0;
}
img.floatTR {
	float: right;
	margin: 0 15px 5px 10px;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #ffff00;
}

p {
	line-height: 18px;
}

hr {
	width: 90%;
	color: #99CCFF;
	height: 2px;
	margin: 20px auto;
}


/* Header */

#header {
	background: #000 url(../img/header.jpg) no-repeat;
	position: relative;
	width: 780px;
	height:180px;
	margin: 0 auto;
}
#header img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#top {
	clear: both;
	width: 780px;
	height: 32px;
	line-height: 32px;
	float: left;
	background: #9A99FF;
}

#top marquee {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	width: 700px;
	color: #ffff00;
	margin: 0 40px;
	align: center;
}

/* LAYOUT */
#main {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	position: relative;
	border: 0;
}
	
#nav {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
}

#nav h3 {
	font-size: 13px;
	line-height: 20px;
	padding-left: 10px;
	background-color: #99CCFF;
}
#nav ul {
	list-style: none;
	margin: 0 0 10px 20px;
}
#nav ul li {
	font-size: 13px;
	line-height: 18px;
}
#nav p {
	text-align: center;
}
#content {
	width: 555px;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px auto;
	position: relative;
	color: #000;
}

#content p {
	text-align: justify;
	padding: 0px 15px 15px 15px;
}
#content .title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 25px 0;
	text-transform: uppercase;
}
#content ul {
	padding:0;
	margin: 0 0 20px 40px;
}
#content li {
	list-style: square inside;
	margin-bottom: 5px;
}
#content h2,h3,h4 {
	position: relative;
}
#content span {
	color: #ffffff;
}
#content h2 {
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana", Arial Narrow, arial, sans-serif;
	margin: 0 0 5px 15px;
	line-height: 18px;
	text-transform: uppercase;
}
#content h3 {
	font-weight: bold;
	font-size: 12px;
	font-family: "Verdana", Arial Narrow, arial, sans-serif;
	margin: 0 0 5px 15px;
	line-height: 18px;
}

#content h4 {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	padding: 10px 15px 0 15px;
	margin: 0;
}
#content h5 {
	top: 0;
}
#content h6 {
	bottom: 0;
}
#contentB h6 {
	clear: both;
	bottom: 25px;
}
#content marquee {
	font-family: Comic Sans MS;
	font-size: 20px;
	font-weight: bold;
	width: 515px;
	color: #00ffff;
	margin: 10px 20px 20px 20px;
	align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	text-align: center;
      
	margin-bottom: 0px;
	padding: 5px 0 5px 0;
	text-transform: lowercase;
	color: #fff;
	background: #99CCFF;
}
#footer a {
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFF;
	text-decoration:none;

}