/* CSS Document */
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
body {
	background-image: url(../layout/page_background.png);
	background-repeat: repeat-x;
	background-color: #C3C3C3;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	font-family: Trebuchet MS, Lucida Sans, Arial, Verdana;
}
table {
	border-width: 0px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
table th {
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#CCCCCC;
	font-weight:bold;
	vertical-align: top;
	text-align: left;
	font-size: 90%;	
	
}
table td {
	border-style: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}
.tblAlternateRow {
	background-color: #EEE;
}
.tblAlternateBold {
	background-color: #EEE;
	font-weight: bold;
}

.tblFloatRight {
	float:right;
}
.tblFloatLeft {
	float:left;
}

#wrapper {
	background: #FFFFFF;
	margin-top: 15px;
}

#header {
	background: #000000;
	background-image: url(../layout/header.png);
	height: 120px;
}

#menu {
	background:#FFFFCC;
	background-image: url(../layout/menu_background.png);
	height: 30px;
	border-top:1px solid #6A6A6A;
	border-bottom:1px solid #6A6A6A;
}

#menucontent {
	margin-left: 120px; 
	margin-right: auto;
}
#menucontent ul{
	margin: 0;
	padding: 0;
	display: inline;
}
#menucontent li {
	list-style: none;
	display: inline;
	margin-top: -11px;
}
#menucontent a {
	width: 110px;
	height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;	
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	background: url("../layout/menu_buttons_new.png") no-repeat;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menucontent a:hover { 
	background-position: 0 -30px;
	color: #000000;
}
#menucontent a:active {
	background-position: 0 -60px;
	color: #000000;
}
#menucontent a.selected {
	background-position: 0 -60px;
	color: #FFFFFF;
}

#content-wrapper {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content {
	float:left;
	width: 600px;
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#content H1 {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 140%;
	line-height: 30px;
	padding-top: 0px;
	margin-top: 20px;
}
#content H2 {
	border-bottom: 1px solid #000000;
	line-height: 25px;
	font-size: 110%;
	margin-bottom: 5px;
}
#content H3 {
	font-size: 110%;
	margin-bottom: 5px;
}
#content H4 {
	font-size: 100%;
	margin-bottom: 20px;
}
#content H5 {
	font-size: 100%;
}
#content a {
	color:#0066FF;
}
#content a:hover, #sub-section a:active { 
	color:#FF6600;
}
#content .note{ 
	font-size: 90%;
}
#content ul { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px; 
	margin-bottom: 15px;
	padding: 0px;
}
#content li { 
	margin-left: 20px;
}


.content-img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#sub-section {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 40px;	
	padding-top: 0px;
	padding-bottom: 20px;
}
#sub-section H1 {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 120%;
	line-height: 30px;
	padding-top: 0px;
	margin-top: 20px;
}
#sub-section H2 {
	font-size: 110%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px
}
#sub-section H3 {
	font-size: 110%;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px
}
#sub-section H4 {
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px
}

#sub-section td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sub-section a {
	color: #0066FF;
	display: lock;
	text-transform: uppercase;	
	font-size: 85%;
	line-height: 18px;
	
}
#sub-section a:hover, #sub-section a:active {  
	color:#FF6600;
}
#sub-section img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	h-align: center;
}

#footer {
	clear: left;
	background-color: #C3C3C3;
	background-image: url(../layout/footer_background.png);
	height: 31px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover, #sub-section a:active {  
	color: #FF6600;
}
#footer p {
	color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}

/*** form elements ***/

input, select, textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Lucida Sans, Arial, Verdana;
}
.inputtext {
	width: 320px; 
	height: 14px;
}
.inputtextsmall {
	width: 160px; 
	height: 14px;
}



/*******************************************************************/

/* MSIE display:inline-block is to make sure MSIE doesn't paint the backround above the containers, the overflow declaration is to make sure the containers do not drop below siblings if content pushes the width (in modern browsers it doesn't drop, but it spawns an orizontal scrollbar)  */
#header,#menu,#content,#sub-section,#footer {overflow:hidden;display:inline-block;text-align:left}
#header,#menu,#footer {width:100%} /* safari and opera need this */
