@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color:#ffffff;
	font-weight:bold;
}
a:link{
}
a:visited{
}
a:hover{
	text-decoration:none;
}
a:active{
}

h1{
	font-size:30px;
	margin:10px 0;
	color:#ffffff;
}

h2{
	font-size:18px;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
	padding:3px 10px;
	color:#ffffff;
	margin:20px 0 10px 0;
	border:1px solid #ffffff;
	border-width:0 1px 1px 0;
}

h3{
	color:#ffffff;
	margin:15px 0 10px 0;
	font-size:16px;
}

p, td, li{
	margin:10px auto;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
}

ul{
	margin-left:30px;
}

li{
	margin:3px 0;
}

table{
	border-collapse:collapse;
}

body{
}

.button{
	padding:3px 5px;
	background-image:url(images/bar2.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}

img.button{
	padding:5px;
	border:1px solid #000000;
	background-color:#F58020;
}

#boxed{
	overflow:hidden;
	background-image:url(images/greenBg.jpg);
	background-repeat:repeat-x;
	background-color:#259a47;
}

.mceContentBody{
	background-image:url(images/greenBg.jpg);
	background-repeat:repeat-x;
	background-color:#259a47;
}

#header{
	background-color:#F58020;
	color:#ffffff;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
}

#header p{
	text-align:center;
	margin:0;
	padding:10px 0px;
	font-size:18px;
}

#header a{
	padding:5px 20px;
	text-decoration:none;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	border-left:2px solid #E4771E;
	border-right:1px solid #FBC9A0;
}

#header a:hover{
	color:#FFFF00;
}

#container{
	width:760px;
	margin:0 auto;
	position:relative;
}

#prop{
	float:right;
	height:425px;
	width:1px;
}

#content{
	float:right;
	width:330px;
	padding-bottom:20px;
}

#logo{
	width:600px;
	height:600px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:-180px;
}

#footer{
	position:relative;
	clear:both;
	background-color:#F58020;
	background-image:url(images/bar2.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}

#footer table{
	margin:0 auto;
}

#footer td{
	padding:10px;
	text-align:center;
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
}