

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314d6b url(images/img01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b0b0b0;
	
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}
.larger { font-size: 160%; font-weight: bold; text-align: center; letter-spacing: 1px; }
p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover { color: #d0dbe9; text-decoration: underline; }

/* Header */

#header { background-image: url(images/header01.gif); width: 680px; height: 110px; z-index: 4; margin: 0 auto; }

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 229%;
}

#header p {
	margin: -10px 0 0;
	padding: 0 0 0 20px;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu { width: 680px; height: 51px; margin: 0 auto; background: url(NewFiles/menu_bg.jpg) no-repeat; position: relative; top: -8px; }

#menu h2 {

	display: none;

}



#menu ul {

	margin: 0;

	padding: 20px 0 0 20px;

	list-style: none;

}



#menu li {

	display: inline;

}



#menu a {

	display: block;

	float: left;

	height: 22px;

	padding: 8px 20px 0 20px;

	border-right: 1px solid #2A2C2F;

	text-decoration: none;

	text-align: center;

	font-size: 11px;

	color: #DFE8F2;

}



#menu a:hover, #menu .active a {

	background-color: #000000;

}



/* Page */



#page { background-image: url(images/img03b.gif); background-repeat: repeat-y; background-attachment: scroll; width: 680px; margin: 0 auto; position: relative; top: -80px; }



/* Content */



#content { position: relative; float: left; width: 600px; z-index: 6; margin-top: -4px; padding: 18px 30px 0 40px; }



.boxed { background-color: #121b23; background-image: none; background-position: 0 0; border-color: #000000; }



.boxed .title { padding: 30px 20px 12px 26px; background: #000000; font-size: 110%; font-weight: bold; margin-top: 5px; margin-bottom: -4px; }

.boxed .content { margin-top: 4px; padding: 16px 22px 22px; }
.credit { color: #535353; font-size: 86%; }
/* Sidebar */
#sidebar a:hover {

	text-decoration: underline;

}
/* Submenu */



#submenu a {

	padding-left: 15px;

	background: url(images/img07.gif) no-repeat left center;

}



/* Footer */



#footer { width: 680px; height: 100px; margin: 0 auto; padding: 30px 0 0; background: url(images/img08a.jpg) no-repeat; position: relative; top: -80px; }



#footer p {

	margin: 0;

	padding: 0 0 0 0;

	font-size: 100%;

	color: #0f1720;

}



#footer a {

	color: #0F1720;

}
.red { color: red; font-size: 1.1em; font-family: "trebuchet ms"; letter-spacing: 2px; }