html {height: 100%;} 

body {
	min-height: 101%;
	background-color: #294161;
	font-family:  Georgia,"Times New Roman", Times, serif;
	font-size:12px; 
	color: #333333;
}

/* Layout Styles */
div#outer {
	width: 760px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

div#header {
	width: 760px;
	height: 143px;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	padding: 0px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#headerlinks { 
	padding-top: 32px; 
	padding-right: 41px;
}

div#main {    
	margin-top: 0px; 
	margin-left: 20px;
	margin-right: 0px; 
	margin-bottom: 0px; 
	width: 720px;
	background-color:#FFFFFF; 	 
}


div#content {    
	margin-top: 0px; 
	margin-left: 20px;
	margin-right: 0px; 
	margin-bottom: 0px; 
	width: 680px;	 
}

div#footer {
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

div#footer-bar {
	margin-left: auto; 
	margin-right: auto;
	width: 650px;
	height: 23px;
	padding-top: 10px;
	font-size: 10.5px; 
	color: #ffffff;	
	
}

#footer-bar a:link{ font-size: 10.5px; color: #ffffff; text-decoration: none;}
#footer-bar a:visited{ font-size: 10.5px; color: #ffffff; text-decoration: none;}
#footer-bar a:hover{ font-size: 10.5px; color: #ffffff; text-decoration: underline;}
#footer-bar a:active{ font-size: 10.5px; color: #ffffff; text-decoration: underline;}

div#footer-under {
	width: 760px;
	height: 23px;
	padding-top: 20px;	
	font-size: 10.5px; 
	color: #b3bfd0;	
}

#footer-under a:link{ font-size: 10.5px; color: #b3bfd0; text-decoration: underline;}
#footer-under a:visited{ font-size: 10.5px; color: #b3bfd0; text-decoration: underline;}
#footer-under a:hover{ font-size: 10.5px; color: #b3bfdf; text-decoration: underline;}
#footer-under a:active{ font-size: 10.5px; color: #b3bfdf; text-decoration: underline;}


/* Top Navigation Code */
div#topnav {
	width: 720px;
	height: 49px;
	background-image: url(images/bg_yellowbar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 3px;
	border-color: #00FFCC;
	margin-left: 20px; 
	
}
#topnav a { float: left; }

#swap01 {
	background-image: url(images/btn_aboutus_on.gif);    /* rollover state */
	width: 112px;                    /* image width */
	height: 31px;                   /* image height */
}
#swap02 {
	background-image: url(images/btn_program_on.gif);    
	width: 120px;                   
	height: 31px;                   
}
#swap03 {
	background-image: url(images/btn_testimonials_on.gif);   
	width: 118px;                   
	height: 31px;                  
}

#swap04 {
	background-image: url(images/btn_rbase_on.gif);   
	width: 140px;                    
	height: 31px;                   
}
#swap05 {
	background-image: url(images/btn_products_on.gif);    
	width: 109px;                    
	height: 31px;                   
}
#swap06 {
	background-image: url(images/btn_training_on.gif);    
	width: 120px;                    
	height: 31px;                  
}

.rollover { display: block; } 								/* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } 	/* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } 		/* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } 				/* 'rolls over' the image */



/* Formatting Styles */
a:link{font-family: Georgia, "Times New Roman", Times, serif; color: #7A0E0E; text-decoration: underline;}
a:visited{font-family: Georgia, "Times New Roman", Times, serif; color: #7A0E0E; text-decoration: underline;}
a:hover{font-family: Georgia, "Times New Roman", Times, serif; color: #294175; text-decoration: underline;}
a:active {font-family: Georgia, "Times New Roman", Times, serif; color: #7A0E0E; text-decoration: underline;}


a.whitelink:link{font-size: 10.5px;font-family: Georgia, "Times New Roman", Times, serif; color: #fff; text-decoration: none;}
a.whitelink:visited{font-size: 10.5px;font-family: Georgia, "Times New Roman", Times, serif; color: #fff; text-decoration: none;}
a.whitelink:hover{font-size: 10.5px;font-family: Georgia, "Times New Roman", Times, serif; color: #fff; text-decoration: underline;}
a.whitelink:active {font-size: 10.5px;font-family: Georgia, "Times New Roman", Times, serif; color: #fff; text-decoration: underline;}


a.returnlink:link{font-size: 11px;color: #7A0E0E;font-family: Georgia, "Times New Roman", Times, serif;  text-decoration: underline;}
a.returnlink:visited{font-size: 11px;color: #7A0E0E;font-family: Georgia, "Times New Roman", Times, serif;  text-decoration: underline;}
a.returnlink:hover{font-size: 11px;color: #294175;font-family: Georgia, "Times New Roman", Times, serif;  text-decoration:underline;}
a.returnlink:active {font-size: 11px;color:#7A0E0E; font-family: Georgia, "Times New Roman", Times, serif;  text-decoration:underline;}


p { 
	margin: 0px; 
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}
	

h1 {
	display: block;
	padding-bottom: 20px;
	background: url(images/dots_spacer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7a0e0e;
}


.prodheading {
	line-height:40px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7a0e0e;
}
.tableheading {
	line-height:20px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7a0e0e;
}


h2 {
	display: block;
	height: 20;
	padding-bottom: 20px;
	background: url(images/dots_spacer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7a0e0e;
}

h3 {
	font-size: 14px;
	color: #7a0e0e;
}

strong{
	font-size: 12px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}

.maroon-highlight{
	color: #7a0e0e;
	font-style: italic; 
}

.maroon-bold	{
	color: #7F1818;
	font-weight: bold;
}

.maroon-highlight-bold	{
	color: #7A0E0E;
	font-style: italic;
	font-weight: bold;
}

.italic-bold	{
	font-style: italic;
	font-weight: bold;
}

.copyright	{
	font-size: 9px;
	vertical-align:super;
}


a.biglink:link{ color: #7a0e0e; font-size: 16px; text-decoration: none;}
a.biglink:visited{ color: #7a0e0e; font-size: 16px; text-decoration: none;}
a.biglink:hover{color: #7a0e0e; font-size: 16px; text-decoration: underline;}
a.biglink:active { color: #7a0e0e; font-size: 16px; text-decoration: underline;}

ul, ol {
	color: #333333;
	text-indent: 0px;
	list-style-position: outside;
	padding-left: 40px;
	margin: 2px;
	}



.underlined{
	text-decoration: underline;
}

.indented	{
	padding-left: 50pt;
	padding-right: 20pt;
}

#goldborder { 
		font-family: Georgia, "Times New Roman", Times, serif;  
		color: #666666; 
		border: 2px dotted #e6d25d; background-color: #fffff6; 
		padding: 10px; 
		}
		
#goldborder ul {
	text-indent: 0px;
	list-style-position: inside;
	padding: 2px;
	margin: 2px;
}

#goldborder a:link{ color: #7a0e0e; text-decoration: none;}
#goldborder a:visited{ color: #7a0e0e; text-decoration: none;}
#goldborder a:hover{color: #7a0e0e; text-decoration: underline;}
#goldborder a:active { color: #7a0e0e; text-decoration: underline;}

#maroonborder {
	border: 2px dotted #7a0e0e; 
	width:175px; 
	background-color: #fffff6;
	padding: 5px; 
	margin-bottom: 9px;

	}
	
#maroonborder a:link{ color: #7a0e0e; font-weight: bolder; text-decoration: none;}
#maroonborder a:visited{ color: #7a0e0e; font-weight: bolder; text-decoration: none;}
#maroonborder a:hover{color: #7a0e0e; font-weight: bolder; text-decoration: underline;}
#maroonborder a:active { color: #7a0e0e; font-weight: bolder; text-decoration: underline;}


.product_title {
	color: #7a0e0e; 
	font-weight: bolder; 
	font-size: 14px;
	height: 35px;
}

.product_subtitle {
	color: #FFFFFF; 
	font-weight: bolder; 
	font-size: 12px;
	padding-left: 5px;
}

a.products:link{ color: #852e53; font-size: 12px; text-decoration: none; font-weight: bold;}
a.products:visited{ color: #852e53; font-size: 12px; text-decoration: none;font-weight: bold;}
a.products:hover{color: #294175; font-size: 12px; text-decoration: none;}
a.products:active { color: #294175; font-size: 12px; text-decoration: none;}
