* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0;
	background: url(images/background.jpg);
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #98211B;
}

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

/* Boxed */

.title {
	background: url(images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 1	0px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background:#FFFFFF;
	border-top: 3px solid #98211B;
	
	border-bottom: 5px solid #98211B;
}

/* Logo */

#logo {
	float: right;
	width: 605px;
	height: 115px;
	text-align: center;
}

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

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 39px;
	background: #FFBCC6;
}

#menu ul {
	height: 5px;
	background: #98211b;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	display:block;
	float: left;
	height: 26px;
	padding: 8px 7px 0px 7px;
	border-top: 5px solid #98211B;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background:#FFBCC6;
}

#menu a:hover {
	background: #FFCDD7;
	border-top-color: #87100A;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #98211B;
}

#menu .chosen a{
	background:#F00;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 659px;
	margin: 0px;
	border-bottom: 0px solid #FFFFFF;
	text-align:justify;
	background: #FFFFFF;
}

#right{
	text-align:right;
	margin-right:10px;
	
}

#content h1 {
	
	background-color:#98211B;
	color:#FFFFFF;
	font-size:larger;
	padding:5px;
	margin-bottom:0px;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}
#content img.floatLeft {
float:left;
margin:10px;
}

#content img.floatRight {
float:right;
margin: 10 px;
margin-top:30px;
}

#content img.floatRight1 {
float:right;
padding: 20 px;
}

#content img.floatRightAd {
float:right;
padding-left:10px;
}

#red-text {
color: #98211B;
padding-left:30px;
padding-right:30px;
}

#green-text {
color: #98DA00;
font-size:13px;
}

#red-box {
background-color:#C60047;
float:right;
padding-left:10px;
width:250px;
font-size:11px;
color:#F78D98;
text-align:left;
}



#box-title {

padding-left:100px;
padding-right:100px;
}

#box {

padding-left:30px;
padding-right:30px;
}

#emphasize {
	color:#98211B;
	font-style:italic;
	font-weight:bold;
	font-size:18px;
}
	

/* Sidebar */

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

#sidebar img{
	border:1px solid #98211B;
	padding:1px;
	background:#AAAAAA;
	
}

/* News */

#news {
	padding-top:0px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom:15px;
}

#news h3 {
	margin-bottom:10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 10px;
}



/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 5px solid #98211B;
}

#footer p {
	text-align: center;
	font-size: 77%;
}