/*
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #CCCCCC;
}

h1 {
        font-size: 197%;
}

h2 {
        font-size: 167%;
}

h3 {
        font-size: 100%;
        font-weight: bold;
}

p, ol, ul {
        line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
        margin: 0;
        padding-left: 20px;
        font-style: italic;
}

blockquote * {
        line-height: normal;
}

a {
	color: #CCCCCC;
}

a:hover {
        text-decoration: none;
}

img {
        border: none;
}

img.left {
        float: left;
        margin: 0 15px 0 0;
}

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

hr {
        display: none;
}

/* Header */

#header {
        background-color: #000000;
        width: 700px;
        height: 100px;
        margin: 0 auto;
        background: no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 180px;
	height: 100px;
	background: #000000 url(images/logo.jpg);
}

#logo h1, #logo h2 {
	color: #000000;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	color: #FFFFFF;
	padding: 20px 0 0 0;
	background: no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
        color: white;
        font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-top: 1px;
	background-color: #000000;
	color: #CCCCCC;
	float: right;
	width: 470px;
	height: 150px;
}

#menu ul {
	width: 466px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #000000 repeat-x;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	list-style: none;
}

#menu li {
	background-color: #000000;
	display: inline;
}

#menu a {
	background-color: #000000;
	padding-left: 19px;
	padding-bottom: 0;
	padding-right: 20px;
	padding-top: 1px;
	display: block;
	float: left;
	height: 90px;
	background: no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #666565;
}

/* Page */

#page {
	width: 95%;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 75%;
	padding: 20px;
	background: #000000 no-repeat left bottom;
	height: 880PX;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 20%;
	padding-top: 10px;
}

#sidebar a {
        color: #8cccf9;
}

#sidebar ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
        font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #000000;
}

#sidebar ul li.first {
        border: none;
}

#sidebar ul li h2 {
	margin: 5;
	font-size: 100%;
}

#sidebar ul li h3 {
        margin: 0;
        font-size: 92%;
}

#sidebar ul li p {
        margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 no-repeat left bottom;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 30px 0 0 10px;
	background: #000000 no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}

.boxed .content {
	padding: 15px;
	background: #000000 repeat-x;
	height: 100%;
}

/* Search */

#search {
}

#search form {
        margin: 0;
        padding: 0;
}

#search fieldset {
        margin: 0;
        padding: 0;
        border: none;
}

#search p {
        margin: 0;
        font-size: 85%;
}

#searchinput {
        float: right;
        width: 174px;
        padding: 2px 5px;
        background: #EFEFEF url(images/img11.gif) repeat-x;
        border: 1px solid #FFFFFF;
        font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
        float: right;
        margin-top: 5px;
        background: #AD1112 url(images/img12.gif) repeat-x;
        border: none;
        font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
}

/* Footer */

#footer {
        height: 100px;
}

#footer p {
        margin: 0;
        line-height: normal;
        font-size: 85%;
        color: #FFFFFF;
}

#footer a {
        color: #FFFFFF;
}
#page #content #body #flashcontent {
	height: 880px;
	width: 100%;
}
#page #content #body {
	width: 100%;
	height: 880PX;
}
