body {
	margin: 0;
	padding: 0px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 13px;
}
body p {
font-size: 10pt;
line-height: 150%
}
h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 10pt
	text-transform: upper-case;
}

h1 { 
	margin: 0;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFCC00;
	font-size: 20pt;
}
	
p, ul, ol {
	color: #ffffff;
	font-size: 10pt;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 240%;
	text-align: left;

}

a { 
color: #FFCC00;
}

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

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

#wrapper {
}

/* Header */

#header-wrapper {
}


#header {
	width: 750px;
	height: 0px;
	margin: 0 auto;
}

#menu
{
color:#FFFFFF;
height:20px;
}

#menu ul
{
margin:0px auto 0px auto;
padding:0px;
list-style-type:none;
width: 750px;
height:100%;
text-align: center;
position:relative;

}

#menu li
{

position:relative;
font-size:12pt;
text-align: center;
height:100%;
display:inline;
line-height:20px;
}

#menu li a
{
padding-left: 16.5px;
padding-right: 16.5px;
color:#FFFFFF;
text-decoration:none;
height:100%;
margin: auto;
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;

text-transform: uppercase;
letter-spacing: 3px;
border-left: 1px solid #ffffff;

}

#menu li:first-child a{
padding-left: 0px;
padding-right: 21px;
border-style: none;
}
#menu li:last-child a{
padding-right: 0px;
}
#menu li a:hover
{
color:#FFFFFF;
text-decoration:none;
font-size: 12pt;
font-weight: bold;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	padding: 30px 20px 0px 20px;
	background: #000000;
}

/** LOGO */

#logo {
	height: 83px;
	background: url(../images/header.gif) no-repeat top center;
	margin: 0 auto;
	margin-bottom: 10px;
}


/* Content */

#content {
	width: 750px;
	background: #000000;

}

#content h2 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;

}
/* Sidebar */

#sidebar {
	float: right;
	width: 325px;

}

#sidebar ul {
	color: #000000; 
	font-size: 10pt; 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 240%;
	text-align: justify;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
}

#sidebar li ul {
	line-height: 200%;
}

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

#sidebar h2 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/sidebarborder.png) no-repeat;
	height: 30px;
}

#sidebar p {
	line-height: normal;
	padding-left: 0px;
	font-size: 10pt;
	color: #FFCC00;
}

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

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

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	
}

#footer ul {
margin-left: 50px;
padding:0px;
list-style-type:none;
width: 750px;
text-align: center;
position:relative;
}

#footer li {
position:relative;
font-size:12pt;
text-align: center;
height:100%;
display:inline;
line-height:15px;
}

#footer a {
	display: block;
	float: left;
	text-align: justify;
	margin-left: 20px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFCC00;
}
#footer li a
{
padding-left: 16.5px;
padding-right: 16.5px;
color:#FFCC00;
text-decoration:none;
margin: auto;
font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
text-transform: uppercase;
border-left: 1px solid #FFCC00;

}
#footer li:first-child a{
padding-left: 0px;
padding-right: 21px;
border-style: none;
}
#footer li:last-child a{
padding-right: 0px;
}

#footer a:hover {
color: #FFCC00;
text-decoration:none;
font-size: 10pt;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #333333;
	text-align: center;
}