
* {
	margin-top: 0;
}

body {
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: #000066;
	background-color: #000066;
	background-image: url(../images/layout_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: 400;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000066;
	margin-left: 10px;
}

h1 {
	font-size: 18px;
	margin: 5px 0 5px 15px;
}
h2 {
	font-size: 150%;
	margin-left: 20px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px 15px 0 20px;
}

p, ul, ol {
	font-size: 100%;
}

p {
	margin: 5px 25px 0px 20px;
	color: #333333;
}

ul {
	margin: 10px 30px 10px 10px;
}
li {    margin: 5px 30px 5px 0px

}

ol {
}

blockquote {
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 768px;
	height: 99px;
	margin: 0 auto;
	background-image: url(../images/layout_01.gif);
	color: #FFFFFF;
}

#header h1	{
	color:#FFFFFF;
	font-size:2em;
	text-align: right;
	margin: 10px 15px 0 0;
	}

/* Menu */

#menu {
	width: 768px;
	height: 42px;
	margin: 0 auto;
	background-image: url(../images/layout_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 6px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 10px 1px 0px 28px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 22px;
	padding: 8px 10px 0 10px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#menu a:hover  {
	background-color: #FFFFFF;
	color: #FF6600;
}

#menu .active a {
	color: #FF6600;
	}

/* Page */

#page {
	width: 768px;
	margin: 0 auto;
	background-color: #0F1720;
	background-image: url(../images/layout_05.gif);
	background-repeat: repeat-y;
}

/* Content */

#content {
	float: right;
	width: 588px;
	background-image: url(../images/layout_04.gif);
	background-repeat: no-repeat;
} 

.boxed {
	background: #ffffff;
	width: 540px;
	margin-left: 10px;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	background-repeat: no-repeat;
	background-image: url(../images/layout_03.gif);
	font: "Trebuchet MS";
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	
}

#sidebar h2 {
	margin: 12px 10px 0 15px;
	padding: 6px;
	text-transform: lowercase;
	font-size: 90%;
	font-weight: bold;
	color: #C92554;
	border-bottom: 1px solid #23282E;
}

#sidebar h3 {
	margin: 5px 10px 5px 22px;
	font-size: 12px;
	color: #000000;
}

#sidebar h4 {
	margin: 5px 10px 5px 22px;
	font-size: 16px;
	color: #000000;
}

#sidebar p {
	margin: 0px 5px 0 20px;
	color: #FFFFFF;
	font-size: 11px;
}

#sidebar a {
	text-decoration: none;
	color: #014536;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu a {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

.boxout {
	width: 150px;
	background-color: #000066;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	padding-bottom: 25px;
	/*margin-top: 10px;
	margin-bottom: 20px;*/
		}
		
.boxout h3	{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:2px;
	font-size: 1.3em;
	background-repeat: repeat-x;
	background-position: center top;
	width: 160px;
	}
	
.boxout h4	{
	margin:5px 5px 5px 10px;
	color:#FFFFFF;
	font-size: 1em;
	}
	
	img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 5px 0px;
}

img.right {
	float: right;
	margin: 10px 10px 0 15px;
}

/* Footer */

#footer {
	width: 768px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-image: url(../images/layout_07.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer p {
	margin: 8px 0 30px 0px;
	padding: 0 0 0px 40px;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #7EBCFF;
	text-align: center;
}
