/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background:#945021 url(../images/bg.gif) repeat;
	margin:0;
	}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}
.BodyFRImg {
	float:right;
	margin-left:10px;
	display:inline;
}
/*       Links
======================= */
a {
	color:#999966;
    text-decoration:underline;
}
a:hover {
    color:#87874a;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}
#Sidebar h2 a {
	text-decoration:none;
	color:#cc6600;
}

/*     Float containers fix 
=============================== */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* Text
======================= */
body, td, th, div, p, li, input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666;
}

h1, h2, h3, p, table {
	margin-left:30px;
	margin-right:40px;
}
#Sidebar h1, #Sidebar h2, #Sidebar h3, #Sidebar p, #Sidebar table {
	margin-left:30px;
	margin-right:20px;
}

h1, h2, h3 {
	color:#cc6600;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

h1{
	font-size:16px;
	margin-top:2.1em;
	margin-bottom:0.8em;
}
h2 {
	font-size:16px;
	margin-top:2.1em;
	margin-bottom:0.8em;
}
h3 {
	font-size:13px;
	margin-top:1em;
	margin-bottom:0;
	font-weight:bold;
}
p{
	line-height:1.5em;
	margin-bottom:1em;
}
#Content ul,
#Content ol{
	padding:10px 30px 10px 0;
	margin:0 0 0 60px;
}
#Content ul li,
#Content ol li{
	padding: 0 0 9px 0px;
}
#Content li ul,
#Content li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li,
#Content li ol li {
	padding: 9px 0 0 0;
} 


/*       Layout
======================= */
#Page {
	width:720px;
	text-align:left;
	margin:0 auto;
	background:#FFF url(../images/bgp.gif) repeat-y;
}
#Header {
	background: url(../images/swac.jpg) no-repeat;
	height: 360px;
	position:relative;
}
#MainWrapper {
	background:#FFF url(../images/bgmw.gif) repeat-y;
}
#Main {
	background: url(../images/bgm.gif) no-repeat left top;
}
#Sidebar{
	width:235px;
	}
#Content {
	width:485px;
}



/*       Logo
======================= */
#Logo {
	width:190px;
	height:190px;
	margin:0;
	position:absolute;
	left:46px;
	top:150px;
}
#Logo a {
	display:block;
	width:190px;
	height:190px;
}
#Logo strong{ display:none; }


/*		Forms
======================= */
form {
	margin: 0 0 0 20px;
}
input, textarea, select {
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #666;
}
form fieldset {
	display: block;
	width: 26em;
	margin: 0 0px 3em;
	padding: 0 1em 1em;
	border: 1px solid #999966;
}
form .submit {
	width: auto;
}
form legend {
	color: #cc6600;
        font: 14px;
        font-weight: bold;
}

form input, 
form textarea {
	display: block;
	width: 24em;
}

form label {
	display: block;
	margin-bottom: 1em;
	
}

form label.first {
	padding-top: 1em;
}
form select {
	display: block;
}

/*       Footer
======================= */
#Footer {
	background: url(../images/footer.gif) no-repeat;
	height: 115px;
}
#Footer p {
	color:#333;
	padding:46px 0 0 0;
	text-align: right;
	margin-right:140px;
	line-height:20px;
}
#Footer p span.sep {
	padding:0 7px;
}
#Footer p a {
	color:#666;
	text-decoration:none;
}
#Copyrights {
	width:720px;
	margin:0 auto;
}
#Copyrights p {
	color:#6c3704;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px 0 10px 0;
	margin-left:20px;
}
#Copyrights p a {
	color:#6c3704;
	text-decoration:none;
}