
/**********************************************************************
GENERAL CONTENT
**********************************************************************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #660000;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#330000;
}

#skip	{
	position : absolute;
	left : -999px;
	width : 990px;
	}
	
h1 {
	font:bold 15pt "Trebuchet MS",sans-serif;
	color:#CC3300;
	margin:0;
	padding:0;
}
h2 {
	font:bold 11.5pt "Trebuchet MS",sans-serif;	
	line-height: 15pt;
	color:#CC3300;
}
h3 {
	font:bold 11pt "Trebuchet MS",sans-serif;
	color:#868691;
	margin-bottom:0px;
	margin-top:15px;
}
h4 {
	color: #7A756E; 
	margin-bottom:0px; 
	margin-top:10px; 
	font-weight:bold; 
	font-size:13px;
	border-bottom: 1px dotted #99CC00;
}
p {
	text-align:left;
	font:normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#5c5f49;
	line-height:13pt;
	padding: 0px 0px 7px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
	margin: 5px 0px 10px 0px;/* TOP - RIGHT - BOTTOM - LEFT*/
}
a {
	text-decoration:none;
	color:#0942B7;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:underline;
}
a:hover {
	color: #660000
}

li {
	margin-left:3px;	
	color: #660000;
	font-weight:normal;
	font-size:10pt;
	margin-top:0px;
	margin-bottom:4px;
	list-style-image:url('images/template/right-blue.gif');
	list-style-position:outside;
}

li.navBar {
	font-size:12pt;	
}

th {
	border-bottom: 1px solid #99CC00; 
	border-top: 1px solid #99CC00; 
	text-align:left;
	font-weight: bold;
}
hr {
	margin-top:2px;
	margin-bottom:4px;
	color:#052258;
	background-color:#052258;
	height:2px;
	border:0px;
}
br {
	line-height:10px;
}
a.hidden {
	visibility:visible;
	font-size:0px;
}

/**********************************************************************
TEMPLATE
**********************************************************************/
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFF0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #99CC00;
	border-right: 1px solid #99CC00;
	margin-bottom:10px; 
}
#navBar { 
	padding:0px;
	margin:0px;
	border-top: 1px solid #660000;
	height:31px;
	border-bottom:1px solid #660000;
	background-color:#CC3300;
}
#header { 
	background-position: 2px 12px;
	background-repeat: no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
}
#header_lvl2 {
	background-image: url('images/template/RAP_logo_sm.jpg');
	background-repeat: no-repeat;
	height:76px;
	border-bottom:1px solid #99CC00;
}
#pageHeadline {
	padding-top: 39px;
	text-indent: 232px;	
}
td.navSide {	
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 0px 0px 15px 0px;
	vertical-align:top;
	text-align:center;
	background-color:#CC3300;
}
td.mainContent { 
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 15px;
	border-left: 0px solid #CCD7DB;
	vertical-align:top;
}
.logo	{
	margin: 10px 0;
}
ul.secondNav	{
	padding: 0;
	margin: 10px 0 25px;
}
ul.secondNav li	{
	display:inline;
	list-style: none;
	padding: 0;
	margin: 25px 0;
}
ul.secondNav li a	{
	padding: 2px 6px;
	background: #eee;
	border: 1px solid #99CC00;
	margin-right: 9px;
	text-decoration: none;
}
ul.secondNav li a:hover	{
	border:1px solid #d2cdae;
	background-color:#F5F5E3;
}
#footer { 	
	border-top: 0px solid #CCD7DB;
	border-bottom: 1px solid #99CC00;
}

/**********************************************************************
FOOTER
**********************************************************************/
table.footer {
	width:100%;
}
td.footerLeft {
	font-size:8pt;
	height:25px;
	width:215px;
	text-align:center;
	background-color:#CC3300;
 
}
td.footerRight {
	font-size:8pt;
	height:25px;
	background-color:#CC3300;
	padding: 0px 0px 0px 15px;
	text-align:right;
}
.footNote {
	font-size:8pt;
	height:25px;
	margin: 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.top {
	text-decoration:none;
	padding-right:10px;
	font-size:8pt;
	font-weight:bold;
	color:#44446d;
}
a.top:hover {
	text-decoration:underline;
}

/**********************************************************************
NAV TABLE
**********************************************************************/
table.nav {
	width:100%;
	border:0px;
	margin:0px 0px 0px 0px;
}
td.nav {
	background-color:#CC3300;
	border-bottom:1px solid #660000;
	border-right:1px solid #660000;
}
a.nav1 {
	background-color:#CC3300;
	display:block;
	height:20px;
	font-size:9pt;
	padding-top:8px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFF0;
	text-align:right;
	padding-right:10px;
}
a.nav1:hover {
	background-color:#660000;
}
a.nav1:selected {
	background-color:#CC3300;
	display:block;
	padding-top:5px;
	height:20px;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	color:#99CC00;
	text-indent:6px;
}

/**********************************************************************
SEARCH/ININAV
**********************************************************************/
#search {
	float: right;
	width:210px;
	margin:15px 10px 10px 0px;
}
#searchBox {	
	width:100%;
	height:25px;
	background-color: #F7F6F0;
	border:1px solid #d2cdae;
	font-size:9pt;
	padding-top: 2px;
	margin-top:2px;
	text-align:center;
}
#miniNav {
	width:100%;
	font-size:8pt;
	font-weight:normal;
	height:15px;
	margin-top:5px;
	color:#1B1B53;
	text-align: center;
}
input.search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input.search {
	height:13px;
	font-size:8pt;
}
input.submit {
	height:17px;
	font-size:8pt;
	font-weight:normal;
	background-color:#CC3333;
	color:#f3f3f3;
	border:0px dotted #000000;
}
input.submit:hover {
	background-color:#003366;
	color:#f3f3f3;
}
form.search {
	padding-top:3px;
}
a.miniNav {
	font-size:8pt;
	font-weight:normal;
	color:#1B1B53;
	text-decoration:none;
}
a.miniNav:hover {
	color:#cccccc;
}

/**********************************************************************
MODULES
**********************************************************************/
.homeModuleBlock {
	float: right;
	width:250px;
	margin: 10px 0px 10px 25px;
	clear: both;	
}
.homeModuleTitle {
	width:100%;
	color:#333333;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	background-color:#F7F6F0;
	border-top:1px solid #99CC00;
	border-left:1px solid #99CC00;
	border-right:1px solid #99CC00;
	border-bottom:2px solid #99CC00;
	height:20px;
	padding:7px 3px 0px 3px;
	text-indent: 5px;
}
.homeModuleContent {
	width:99%;
	padding:5px 3px 8px 3px;
	margin:0 1px 2px 1px;
	font-size:10pt;
	border-bottom:1px double #99CC00;
	border-left:1px solid #99CC00;
	border-right:1px solid #99CC00;
	color:#666696;
	background-color:#ffffff;
}
.loginBttm	{
	text-align: center;
	font: 81% Verdana, Arial, Helvetica, sans-serif;
	margin: 11px 0 5px;
}
#moduleBlock {
	float: right;
	width:200px;
	margin:10px 0px 5px 15px;
	clear: both;	
}
#moduleTitle {
	width:100%;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	height:20px;
	padding:5px 3px 2px 0px;
}
span.moduleTitle {
	font-size:10pt;
	font-weight:bold;
	display:block;
	width:100%;
	text-decoration:underline;
}
#moduleContent {
	width:100%;
	padding:5px 3px 8px 0px;
	margin-top:10px;
	font-size:10pt;
	border:0px solid #F5F5E3;
	color:#666696;
}
ul.module {
	margin:0px 0px 15px 0px;
	list-style-position:inside;
	padding-left:15px;
}

a.module {
	font-size:8pt;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
a.module:hover {
	color:#cccccc;
}

#modulePhoto {
	width:185px;
	padding:5px;
	border:1px solid #99CC00;
	background-color:#F7F6F0;
	margin-left:10px;
	margin-right:10px;
}

/**********************************************************************
FORMS
**********************************************************************/
table.form {
	width:100%;
	border:1px solid #DBD6CE;
	background-color: #F4F1ED;
	margin-bottom:10px;
}
th.form {
	color:#ffffff;
	height:25px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:14px;
	vertical-align:middle;
	border-bottom:1px solid #7A756E;
	border-top:0px;
	padding-bottom:0px;
}
.formleft {
	font-size:12px;
	padding-left:5px;
	font-weight:normal;
	text-align:left;
	color:#383838;
}
.error {
	color:#E50000;
	font-size:15px;
	font-weight:bold;
}
