body { 	
	height: 			100%; 
	margin: 			0px;
	padding: 			0px;  
	border:				0px;
	font-family: 		Arial, Helvetica, Sans Serif, Tahoma;
	font-size: 			11px;
	color: 				#333333;
    background-color: 	#fdeded;
    /* line-height: 1.5; */
	}

/* ifBrochure Template Settings                                               */
/* -------------------------------------------------------------------------*/
#container_1 {
	 		background-color: 		#fdeded;/* sometimes a background image will not show without a background color being set */
			background-image: 		url(images/body-back.png);
			background-repeat: 		repeat-x;
			background-position: 	top; 
			height:					; 			
			} 
			
#container_2 {
			background-color: 		;/* sometimes a background image will not show without a background color being set */
			background-image: 		/* url(images/container_1.jpg)*/;			
			background-repeat: 		repeat-y;
			background-position: 	left;
			}
#c2_header1 {
			background-color: 		;
			height:					50px;
			}		
#c2_header2 {
			background-color: 		;
			height:					;
			}
#c2_footer1 {
			background-color: 		;
			height:					40px;
			}		
#c2_footer2 {
			background-color: 		;
			height:					40px;		
			}  

#container_3 {						
			background-color: 		;/* sometimes a background image will not show without a background color being set */
			background-image: 		/*url(images/#.gif)*/;
			background-repeat: 		repeat-y;
			background-position: 	top;		
			width:					918px;						
			}	
			
#c3_header1 {
			background-color: 		;
			background-image: 		;
			height: 				;
			text-align:				;		
			}
			
#c3_header2 {
			background-color: 		;
			background-image: 		;
			height: 				;
			text-align:				;		
			}
			
#c3_header3 {
			background-color: 		;
			background-image: 		/*url(images/#.jpg);*/
			height: 				29px;
			text-align:				right;		
			}			

#c3_footer1 {
			background-color: 		inherit;
			background-image: url(images/footer-bottom.jpg);
			background-repeat: no-repeat;
			height: 				45px;
			padding: 12px 200px 0 15px;
			text-align:				left;
			}
#c3_footer1 p {
	color:	#6b1504;
	margin: 0;
	padding: 0;
}
			
#c3_footer2 {
			background-color:  	;
			background-image: 	; 
			height: 			;
			color:				#444444;
			}
			#c3_footer2 A 			{color:	#6b1504; font-weight: normal;}
			#c3_footer2 A:HOVER 	{color:	#FFFFFF; background-color: #6b1504; font-weight: normal;}
			
#c3_footer3 {
			background-color: 		;
			height:					;
			}			
	
#container_4 {
			background-color: 		;/* sometimes a background image will not show without a background color being set */
			background-image: 		;
			background-repeat: 		repeat-y;
			background-position: 	left;		
			/*margin-left:  		15%;*/ /* UNCOMMENT for a variable width template */
			/*margin-right: 		15%;*/ /* UNCOMMENT for a variable width template */
			margin-left:			0px;
			margin-right:			0px;
			margin-top:				;
			width: 					918px;	/* COMMENT OUT for a variable width template */
			}
 
/*--- TOP BOX -----------------------*/		
#top_box 	{
			background-color: 		;
			height: 				;
			}
		
			
#top_upper	{
			height: 				;
			}

#top_lower	{
			background-color: 		#111111;
			background-image: 		url(images/#.jpg);
			height: 				170px;
			margin: 				0px;
			padding: 				0px;  
			border:					0px;
			}
			#top_lower img {
			background-color: 		;
			height: 				;
			margin: 				0px;
			padding: 				0px;  
			border:					0px;
			}

#top_1		{
			background-color: 		;
			width: 					;
			} 
			
#top_2		{
			background-color: 		;
			width: 					;
			}	
					
#top_3		{
			background-color: 		;
			width: 					;
			}  	
			
/*--- NAV BOX ----------------------*/		
#nav_box 	{
			/*background-color: 		#111111;*/
			height: 				;
			}
			
#nav_header	{
			background-color: 		;
			height: 				;
			} 
			
#navigation {
			background-image: url(images/menu_top_bg.png);
			background-position: top left;
			background-repeat: no-repeat;
			height: 				43px;
			} 
			
#nav_footer	{
			background-color: 		;
			background-image: 		url(images/#.jpg); 
			height: 				15px;
			} 
			
/*--- CONTENT BOX -------------------*/		
#con_box 	{			
			background-color:  		;/* sometimes a background image will not show without a background color being set */
			/*background-image: 		url(images/#.jpg);
			background-repeat: 		repeat-y;
			background-position: 	top; */
			height: 			;
			}
			
#con_header	{
			background-color: 		;
			height: 				10px;
			}
			
#con_footer	{
			background-color: 		;
			height: 				10px;
			}			
			
#con_left	{
			background-color: 		;
			width: 			274px;
			padding-top: 0;
			} 
			
#con_banner	{
			background-color: 		;
			height: 			;
			}	
					
#con_right	{
			background-color: 		;
			width: 			;
			}	

#content 	{
			width:					/*644px*/; 
			width: 					605px;
			padding: 				10px 0 0 10px; 
			margin:  				0;
			margin-left:			0;
			margin-right:			0; 
			border:  				0; 
			background-color: 		;		
			height: 				391px;  	/* Mozilla will burst out of #content DIV if child content is longer. */  		
			min-height:				;       	/* IE treats height as minimum height and elongates DIV to suite content */
			padding-top: 			10px;
			    	/* pushes content down from navbar as navbar is fixed position */	
			text-align: 			;	  
			vertical-align: 		top;	
			}			
			html>body #content {				/* Code here is only rendered by Mozilla & Safari & Opera				*/	  
				height: 				auto;	/* Mozilla will burst out of #content DIV iv child content is longer.   */	 
				min-height: 			391px;
			}
			   
#con_1		{
			background-color: 		;
			width: 			;
			} 
			
#con_2		{
			background-color: 		;
			height: 			;
			}	
					
#con_3		{
			background-color: 		;
			width: 			;
			}
			
#titlesmall {
    font-family: 	Arial, Helvetica, Sans Serif, Tahoma;
	font-size: 		12px;
	color: 			#6b1504;
	font-weight:    bold;
}
				 
/*--- END of CONTENT BOX -------------------*/	

/* Module Specific CSS settings */ 
.search { 
	float: right;
	background-color:		;
	padding:				5px;
 	padding-right:			20px;
} 

.search .inputbox {
	padding: 			2px;
	border:				solid 1px #cdcdcd;
	color:				#ffffff;
	background-color:	#5B7C91;
}

.apn_inputbox {
	padding: 			1px;
	margin: 1px;
	size: 9px;
	border:				solid 1px #c3ccd3;
	color:				#6b1504;
	background-color:	#eaf4fa;
}

			
/* End ifBrochure Template Settings                                           */
/* -------------------------------------------------------------------------*/


a.pathway {
  color: #0d5e99;
}

ul#mainlevel-nav
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #6b1504;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: gray;
	background: green;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px #cdcdcd;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
}

td {
	/*text-align: left;*/
	font-size: 11px;
}


/* mambo core stuff */
a:link, a:visited {
	color: #6b1504; text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #32502E;
	text-decoration: none;
	font-weight: normal;
}

table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   line-height: 1.5; /* line height of content */
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen img {
	margin: 10px;
}
div.contentpaneopen {
	margin: 0;
	padding: 0;
}
table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px #cdcdcd;
  width: 90pt;
  background-color:	#571204;
  padding: 0px;
  line-height: 18px !important;
  line-height: 13px;
  height: 22px !important;
  height: 20px;
  margin: 0px 0 0 0px;
}
.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	width: 200px;
}

.commentbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	width: 300px;
}

/*.componentheading {
	background: url(images/subhead_bg.png) repeat-x; 
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
*/
.contentcolumn {
	padding-right: 5px;
}
/*
.contentheading {
	height: 40px;
	color: #767678;
	text-indent: 15px;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}
*/


.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #0d5e99;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 1.3em;
} 

table.pollstableborder td {
  padding: 5px;
	margin: 15px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 3px;
margin-bottom:10px;
}

.sectiontablefooter {
Padding: 15px;

}

.sectiontableentry1 {
   margin: 3px;
	background-color : white;
	color: black;
}

.sectiontableentry2 {
   margin: 3px;
	background-color : white;
   color: black;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  /* background: url(images/subhead_bg.png) repeat-x; */
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

/* a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #354a59;
} */

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #6b1504;
	text-align: left;
}

a.sublevel:hover {
	color: #FFFFFF;
	background-color: #6b1504;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
	display: block;
}

div.mosimage {
  border: 0px solid #ccc;
  padding:5px; /* edit here to fix padding around pictures */
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
  padding: 5px;
}

.mosimage_caption {
	width: 100px; /* image caption width */
	background: #0d5e99;
    color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-top: 1px solid #cccccc;
      
  	margin: 0px;
	margin-top: 7px;	
	margin-bottom: 7px;
    
	padding-left:5px;
	padding-right:5px;
    padding-top: 1px; 
	padding-bottom: 2px;

}	



.moduletablerandomimage { margin: 5px; padding: 0px; border: 1px solid white;}

.sitemap a { color:#374989; font-weight:normal; text-decoration:none; }
.sitemap a:hover { color:#4759a9; text-decoration:underline; }
.sitemap ul { margin:0px 0px 0px 30px; list-style-type: square; }
.sitemap li { line-height:16px; }
.sitemap .trunk { margin:0px 0px 10px 2px; padding:0px; list-style-type:none; }
.sitemap .level_0 { margin:0px 0px 10px 20px; padding:0px; list-style-type:circle; }
.sitemap .level_0 li { margin:0px; padding:0px; line-height:18px; }
.sitemap .title { display:block; background:#0088B0; color:white; font-weight:bold; padding-left:4px; }
.sitemap .active a { font-weight:bold; }
/* This would hide the MamboMap menu entry from the sitemap: */
/* .sitemap .active { display:none; } */

/* Main Menu mod  -main */
table.moduletable-main td a:link { 
color: red;
font-size: 10px;
}
table.moduletable-main td a:visited { 
color: white;
font-size: 10px;
}
table.moduletable-main td a:hover { 
color: yellow;
font-size: 10px;
}

/* Main Menu Mod -top */
table.moduletable-top td a:link {

color: red;
font-size: 10px;
}

table.moduletable-top td a:visited {

color: white;
font-size: 10px;
}

table.moduletable-top td a:hover {

color: yellow;
font-size: 10px;
}

/* MODULE STYLES - Gradient */
.module_head, .module_head_news, .module_head_event, .module_head_link, .module_head_paypal {
	margin: 0;
	height: 8px;
	overflow: hidden;
	background-image: url(images/events-top.png);
	background-repeat: no-repeat;
}
.module_body_bg {
	margin: 0;
	background-image: url(images/conleft_bg_tile-y.png);
	background-repeat: repeat-y;
}
.module_body_news {
	margin: 0;
	padding: 115px 20px 20px 20px;
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.module_body_paypal {
	margin: 0;
	padding: 115px 20px 20px 20px;
	background-image: url(images/paypal.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.module_body_guitar {
	margin: 0;
	padding: 215px 20px 20px 20px;
	background-image: url(images/guitar2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.module_body_event {
	margin: 0;
	padding: 115px 20px 20px 20px;
	background-image: url(images/contactus2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.module_body_link {
	margin: 0;
	padding: 50px 20px 20px 20px;
	background-image: url(images/links_mod_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6b1504;
}

.module_body_gallery {
    min-height: 586px;
	margin: 0;
	padding: 50px 20px 20px 20px;
	background-image: url(images/links_mod_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6b1504;
}
.module_foot {
	height: 14px;
	background-image:url(images/conleft_bg_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
}

/* MODULE STYLES - Plain */
.module_head_plain {
	margin: 0;
	height: 8px;
	overflow: hidden;
	background-image: url(images/conleft_plain_bg_top.png);
	background-repeat: no-repeat;
}
.module_body_plain {
	margin: 0;
	padding: 0 10px 0 20px;
}

/* HOME PAGE CONTENT MODULES (with grey lines) */

div.greyline {
	display: block;
	margin: 20px;
	height: 1px;
	background-color: #bfbfbf;
	overflow: hidden;
}
div.greyline_vert {
	float: left;
	margin: 0 20px 0 10px;
	width: 1px;
	height: 152px;
	background-color: #bfbfbf;
}
div.mod_max {
	float: left;
	width: 180px;
	background-image: url(images/home_icon_max.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 67px;
}
div.mod_sx {
	float: left;
	width: 180px;
	background-image: url(images/home_icon_sx.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 67px;
}
div.mod_training {
	float: left;
	width: 180px;
	background-image: url(images/home_icon_training.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 104px;
}

/* CONTENT STYLES - Gradient */
.content_head {
	margin: 0;
	width: 644px;
	height: 8px;
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: left;
}
.content_body_bg {
	margin: 0;
	background-image: url(images/content_bg_tile-y.png);
	background-repeat: repeat-y;
}
.content_body {
	width: 644px;
	margin: 0;
	padding: 10px;
	padding-right: 20px;
	margin-right: 20px;
	background-image: url(images/content_bg_grad.png);
	background-repeat: no-repeat;
}

.content_body_gallery {
	width: 644px;
	min-height: 600px;
	margin: 0;
	padding: 10px;
	padding-right: 20px;
	margin-right: 20px;
	background-image: url(images/content_bg_grad.png);
	background-repeat: no-repeat;
}
.content_foot {
	width: 644px;
	height: 14px;
	background-image:url(images/content_bg_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
}

/* CONTENT FOOT STYLES - Plain */
.confoot_head {
	width: 644px;
	margin: 0;
	height: 8px;
	overflow: hidden;
	background-image: url(images/confoot_top_bg.png);
	background-repeat: no-repeat;
}
.confoot_body_bg {
	margin: 0;
	background-image: url(images/content_bg_tile-y.png);
	background-repeat: repeat-y;
}
.confoot_body {
	width: 644px;
	padding: 0 10px 0 10px;
}
.confoot_foot {
	width: 644px;
	height: 14px;
	background-image:url(images/content_bg_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
}

/* READ MORE link */
a.readon, a.readon:link, a.readon:visited, a.readmore, a.readmore:link, a.readmore:visited {
	display; clear:
	color: #6b1504;
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 12px;
	text-decoration: underline;
	text-transform: lowercase;
}
a.readmore, a.readmore:link, a.readmore:visited {
	display: block;
}
a.readon:hover, a.readon:link:hover, a.readon:visited:hover, a.readmore:hover, a.readmore:link:hover, a.readmore:visited:hover {
	text-decoration: none;
	background-color: #6b1504;
	color: #FFFFFF;
	text-align: right;
}

a.go, a.go:link, a.go:visited {
	display; clear:
	color: #6b1504;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 0 0 19px;
	text-decoration: underline;
	text-transform: lowercase;
}
a.go, a.go:link, a.go:visited {
	display: block;
	float:right;
	margin-right: 15px;
	margin-top: 1px;
}


/* Other Headings */

h2 {
	color: #0d5e99;
	font-size: 14px;
}
/* HEADING (with green arrow) */
.arrow_heading, .componentheading, .contentheading{
	text-align: left;
	height: 40px;
	color: #6b1504;
	background-image: url(images/tas-small.png);
	background-repeat: no-repeat;
	background-position: left; vertical-align:top;
	padding: 3px 0 0 40px;
	font-size: 15px;
	font-weight: bold;
}

.contentheading-tas{
	text-align: left;
	height: 50px;
	color: #6b1504;
	background-image: url(images/tas.png);
	background-repeat: no-repeat;
	background-position: left; vertical-align:top;
	padding: 16px 0 0 50px;
	font-size: 14px;
	font-weight: bold;
}

.contentheading-tas2{
	text-align: left;
	height: 80px;
	color: #6b1504;
	background-image: url(images/tas.png);
	background-repeat: no-repeat;
	background-position: left; vertical-align:top;
	padding: 20px 0 0 50px;
	font-size: 15px;
	font-weight: bold;
}

.contentheading-56{
	text-align: center;
	color: #92861d;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}

.contentheading-57{
	text-align: left;
	color: #92861d;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}

.feedbackheading{
	text-align: left;
	height: 40px;
	color: #	color;
	background-image: url(images/xmg-feedback.png);
	background-repeat: no-repeat;
	background-position: left; vertical-align:top;
	padding: 3px 0 0 50px;
	font-size: 15px;
	font-weight: bold;
}

.exploreheading{
	text-align: left;
	height: 40px;
	color: #6b1504;
	background-image: url(images/explore/ausmap.png);
	background-repeat: no-repeat;
	background-position: left; vertical-align:top;
	padding: 3px 0 0 50px;
	font-size: 15px;
	font-weight: bold;
}

div.componentheading {
	padding-top: 10px !important;
	padding-top: 7px;
}
h2.componentheading {
	color: #6b1504;
	font-size: 18px;
	margin: 0;
	padding-top: 12px !important;
	padding-top: 7px;
}
h3, table.module th {
	font-size: 12px;
	color: #6b1504;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* WRAPPER (iFrame styles) */
.wrapper {
	background: inherit;
}

/* LIST STYLES */
li {
	list-style-image:url(images/bullet_small.gif);
	list-style-position: outside;
	margin-left: 10px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.module_body_event li {
	list-style-image:url(images/bullet_large.gif);
	list-style-position: outside;
	margin-left: 10px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Other Links */

a.quicklinks, a.quicklinks:link, a.quicklinks:visited {
	text-decoration: none;
	height: 10px;
	background-image: url(images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0;
	padding: 5px 0px 10px 12px;
}
a.quicklinks:hover, a.quicklinks:link:hover, a.quicklinks:visited:hover {
	text-decoration: underline;
}

a.xazz:link, a.xazz:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #6b1504;
	text-align: left;
}

a.xazz:hover {
	color: #FFFFFF;
	background-color: #6b1504;
	text-decoration: none;
}

.pdf, a.pdf, a.pdf:link, a.pdf:visited {
	text-decoration: none;
	line-height: 20px;
	background-image: url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px 0 0 20px;
	margin: 2px;
	text-decoration: none;
}
a.pdf:hover, a.pdf:link:hover, a.pdf:visited:hover {
	text-decoration: underline;
}

 /* FAQs Styles*/
.faq_q {
 	color: #339900;
 }
 
.faq_a {
  color: #6B89AD;
 }
 
 /* table with grey bottom boarder Styles*/
table.bottom_border tr {
	border-bottom: solid 1px #CCCCCC;
}

.green {
	color: #339900;
	font-weight: bold;
}

table.apn {
	background-color:#e6eff4;
	width: 500px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

table.apn td {
	border: 1px solid  #FFFFFF;
	margin: 0;
	padding: 4px;
}

table.apn_register td {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #6b1504;
	padding-right: 5px;
}

table.leftImageTbl td {
 	vertical-align:middle;
 	font-size:10px;
	color: #0d5e99;
	text-align:left;
}
table.leftImageTbl p {
 	margin-left:20px;
}

.button_apn {
  color: #ffffff;
  text-align: center;
  font-size: 9px;
  border: solid 1px #cdcdcd;
  width: 86px;
  background-color:	#571204;
  padding: 0;
  line-height: 18px !important;
  line-height: 13px;
  height: 22px !important;
  height: 20px;
  margin: 0;
}

.register_component {
	float: left;
	margin: 0;
}

.logout {
	vertical-align: top;
	float: left;
	color: #FFFFFF;
	line-height: 10px;
	padding: 10px 0 0 30px;
}

.image_logout {
	position: relative;
	top: 2px;
	left: 5px;
}
.slidecontenthead {
	padding: 5px 10px 5px 10px;
}
.slidepaneopen {
	background-color: #eef4f7;
}
.slidepaneopen div {
	padding: 5px 10px 5px 10px;
}
.createdate {

}
#dm_docs li, .dm_taskbar li {
	list-style-image: none;
	margin-left: 10px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Headers */
TD.header01   { background-image:url(images/headers/01.jpg); }

.titlesmall {
    font-family: 	Arial, Helvetica, Sans Serif, Tahoma;
	font-size: 		12px;
	color: 			#6b1504;
	font-weight:    bold;
}

.titlelink {
    font-family: 	Arial, Helvetica, Sans Serif, Tahoma;
	font-size: 		11px;
	color: 			#6b1504;
	font-weight:    bold;
	padding-bottom: 5px;
	padding-top:    15px;
}
.bodylink {
    font-family: 	Arial, Helvetica, Sans Serif, Tahoma;
	font-size: 		11px;
	color: 			#444444;
	font-weight:    normal;
	padding-bottom: 5px;
}
.menuT {
	padding: 9px 0px 0px 0px;
}

.spaceleftMyrtle {
	padding-left:204px;
}

.spaceleftAsh {
	padding-left:160px;
}
