* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background:  transparent url(particle.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000
        
}
#container {
vertical-align:top;
background: #fff url(shadow.jpg) repeat-y bottom;;
margin: 20px auto;
padding: 10px;
width: 900px;
border: 0px ;
}
#wrapper {
	position: relative;	
	width:700px;
	height:100px
        background: #FFFFFF
	vertical-align:top;
	padding-bottom: 30px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #9f1802;     /* bright red  ED2024 */
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #777575;
}

a:hover, visited {
	text-decoration: none;
	color: #ED2024;
}

.highlite {
	text-decoration: none;
	color: #FF0000;
}

#header {
	width: 770px;
        height: 1050px;
	margin: 0 auto;
}
#headerR {
	width: 770px;
        height: 1550px;
	margin: 0 auto;
}
#headerfront {
	width: 770px;
        height: 1000px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	color: #9f1802;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 30px 25px 0 25px;
	background: url(img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #999999;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	background: #FFFFFF;
	width: 770px;
	height: 100%;
	margin: 0 auto;
	/* background: url(images/panelHome.jpg) no-repeat; */
}

#splash p {
	float: right;
	width: 560px;
	margin: 0;
	padding: 110px 20px 0 10px;
	/* background: url(images/right_bg.jpg) no-repeat; */
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #7F7772;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 490px;
        min-height: 100%;
	padding: 20px;
        font-size: 14.3px;
        color: #7F7772;
}

#fullcontent {
	/* float: right; */
	width: 770px;
	min-height: 100%;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
        font-size: 16px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
        font-size: 12px;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	width: 120px;
	height: 17px;
	padding: 0 10px;
	background: #9f1802 url(images/img4.gif) no-repeat;  /* bright red ED2024 */
	color: #FFFFFF;
        font-size: 13px;
	list-style: none;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #9f1802;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}