BODY#body {
	margin:0;
	padding:0;
	text-align: center;
	background: #CC3300 url(images/body_bg.gif) repeat-x top left;
}

body#body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 130%;
	
}

#wrapper {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	left: 0;
	top: 0;
	height: 203px;
}

#logo {	
	position: absolute;
	left: 0;
	top: 150px;
	width: 239px;
	height: 61px;
}

#footer h3 {
	display: none;
}

#menu {
	position: absolute;
	right: 0;
	top: 180px;
	text-align: right;
}

p {
	margin:0;
	padding:0;
	padding-left: 5px;
}

.moduletable {
	padding: 0;
	margin: 0;
}

#logo img {
	display: block;
}

#content {
	float: left;
	width: 550px;
        margin-top: 40px;
	padding: 0;
}

#content-padding {
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 100px;
}

#clear {
	clear:both;
}


/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, 
a.active {
	text-decoration: underline;
	color: #ccc;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

.contentpane {
	padding-left: 0;
	padding-right: 0;
}

.contentpaneopen {
	width: 90%;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
}

.contentdescription {
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
}

.sectiontableentry1 {
	background-color : #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}


.componentheading, 
.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*    padding-top 30px;*/
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}



/* new tags */


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	padding: 5px;
	padding-bottom: 10px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

h4 {
	font-size: 11px;
	color: #ccc;
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}


/* primary menu - at the top of this site */

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul {
	height: 23px;
} 

#menu ul li {
	float: right;
	height: 23px;
	line-height:23px;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu ul li a:hover, 
#menu a#active_menu  {
	text-decoration: underline;
	color: #CC3300;
}	

img {
	border: 0;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
font-weight: bold;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .componentheading, 
.sIFR-hasFlash .contentheading {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 24px;

}