body  {
	margin: 0; 
	padding: 0;
	font: 100% Tahoma, "Trebuchet MS", Verdana, "Arial Narrow", sans-serif;
	background-color: #f5b800;
}

	
/* HTML  Tags*/

p
{
	font: 100% Verdana, sans-serif; 
	line-height: 1.5; 
	font-weight: normal;
	color: #404040;
	margin: 10px 20px 5px 10px;
}

p.em
{
	font-style:italic;
}

h1
{
	font: 150% 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	margin: 10px 20px 5px 10px;
	/*overwrote
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;*/

}

h1.title {
	font: 150% Impact, Charcoal, "Arial Black", sans-serif;
}

h2
{
	font: 140% 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	margin: 10px 20px 5px 10px;
	padding-top: 5px;
	/*overwrote
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;*/

}

h3
{
	font: 130% 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	margin: 10px 20px 5px 10px;
	padding-top: 5px;
	/*overwrote
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;*/

}

h4
{
	font: 120% 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	margin: 10px 20px 5px 10px;
	padding-top: 5px;
	/*overwrote
		font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;*/
}

h5
{
	font: 110% 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	margin: 10px 20px 5px 10px;
	padding-top: 5px;
	border-bottom: 1px solid #404040;
	/*overwrote
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;*/


}

h6
{
	font: 100% 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
	margin: 10px 20px 5px 10px;
	padding-top: 5px;
	/*overwrote
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;*/

}
.sup
{
	font-size:xx-small; 
	vertical-align:top;
} 
	
.sub
{
	font-size:xx-small; 
	vertical-align:bottom;
} 


#container {
	margin: 0 auto;
	text-align: left; 
	width: 95%; /*reduced from 80% for 600x800 screen resolutions*/
	background-color: #fdfdfd;
	height: 100%;

} 

#header {
	padding: 20px; 
	background-color: #fdfdfd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
} 
div#header a {
	color: #336600;
	font-weight: bold;
}

div#header a:hover {
	color: #f5b800;
	font-weight: bold;
	text-decoration: underline;


}

div#header a:active {
	color: red;
	font-weight: bold;


}

div#header a:visted {
	color: #336600;
	font-weight: bold;

}


#logo {
	width: 458px;
	height: 135px;
	float: left;
}

#pie  {
	background-image: url(images/HomePageSouthwestPie.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: -25px;
	float: right;
	width: 269px;
	height: 173px;
}


.leftcol {
	float: left;
	margin: 0 auto;
	padding: 50px 5px 0 25px;
	text-align: left; 
	width: 20%;
	height: 100%;
}
.content  {
	float: right;
	margin: 0 auto;
	padding: 5px;
	text-align: left; 
	width: 70%;
	height: 100%;
	background-color: #fdfdfd;
	margin-top: 50px;
}

.Normal {
	line-height: 2%;
	font: 100% Tahoma, Geneva, Verdana, Arial,sans-serif;
	font-weight: normal;
	color: #404040;
}

#footer  {
	clear: both;
	margin: 20px;
	text-align: center;
	font: 12px Tahoma, "Trebuchet MS", Verdana, "Arial Narrow", sans-serif;
	font-weight: bold;
	color: #000000;
}

div#footer a 
{
	color: #336600;
}

div#footer a:visted 
{
	color: #336600;
}

div#footer a:hover 
{
	color: #f5b800;
	text-decoration: underline;
}

div#footer a:active 
{
	color: red;
}





/* Styles for the main text and images within the Text/HTML module. These styles have been added to the FCKEditor styles XML file to make readily available*/
/*img ==+++TTHESE WERE BREAKING DOWN THE MENU TO HAVE BEEN COMMENTED OUT*+++=
{
    border: none;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
*/
img.imageright
{
    border: none;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}

img.imageleft
{
    border: none;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}


p.floatleft 
{

	float: left;
}

p.floatright
{

	float: right;
}
.caption
{
    font-size: 85%;
    font-style: italic;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
/*.caption
{
    margin-bottom: 5px;
}*/

.imagerightcaption
{
    font-size: 85%;
    font-style: italic;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
/*img.imagerightcaption
{
    margin-bottom: 5px;
}*/
.clear
{
    clear: both;
}

p.quote
{
    font: italic 105% Georgia, "Times New Roman", Times, Serif;
    width: 100%;
    text-align: left;
    color: #75818A;
}
.quoteleft
{
    font: italic 105% Georgia, "Times New Roman", Times, Serif;
    padding: 0 10px 0 0;
    margin: 10px 10px 10px 0;
    width: 220px;
    float: left;
    text-align: right;
    border-right: 10px solid #f5b800;
    color: #75818A;
}
.quoteright
{
    font: italic 105% Georgia, "Times New Roman", Times, Serif;
    padding: 0 0 0 10px;
    margin: 10px 0 10px 10px;
    width: 220px;
    float: right;
    text-align: left;
    border-left: 10px solid #f5b800;
    color: #75818A;
}

.boxleft
{
    font: bold 105%  "Lucida Grande", Tahoma,Geneva, Verdana, Arial,sans-serif;
    padding: 10px;
    margin: 10px 10px 10px 0;
    width: 200px;
    float: left;
    text-align: center;
    border: 2px solid red;
    color: #404040;
}

.boxright
{
    font: bold 105%  "Lucida Grande", Tahoma,Geneva, Verdana, Arial,sans-serif;
    padding: 10px;
    margin: 10px 0 10px 10px;
    width: 200px;
    float: right;
    text-align: center;
    border: 2px solid red;
    color: #404040;
}

ol 
{
	list-style-type: decimal;
	background-color: transparent;
	margin-left: 25px;
	margin-right: 50px;
	padding-bottom: 10px;
	padding-top: 5px;

}

ol li   
{
	list-style-type: decimal;
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: transparent;
}
/*from defaluts*/
ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
ol ul li
{
	list-style-type: disc;
}
/*end defaults*/

ul 
{
	
	font: 100% Verdana, sans-serif; 
	font-weight: normal;
	color: #404040;
	line-height: 1.25;
	background-color: transparent;
	margin-left: 15px;
	margin-right: 50px;
}

ul li   
{
	font: 100% Verdana, sans-serif; 
	font-weight: normal;
	color: #404040;
	line-height: 1.25;
	background-color: transparent;
	list-style-type: square;
	margin-left: 15px;
	margin-right: 50px;

}
/*List Styles from defaults*/
ul li li
{
	list-style-type: disc;
	margin-left: 15px;
	margin-right: 50px;
}

ul li li li
{
	list-style-type: circle;
}
/*end defaults*/



#dnn_dnnCOPYRIGHT_lblCopyright {
	color: #336600;

}



A:link
{
	text-decoration: none;
	font-weight: bold;
	color: #336600;
}

A:visited
{
	text-decoration: none;
	font-weight: bold;
	color: orange;
}

A:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #f5b800;
}

A:active
{
	text-decoration: none;
	font-weight: bold;
	color: red;
}
#nav 
{
	clear: both;
	background-color: #336600;
}

/* Module menu container */ 
.ModuleTitle_SubMenu { background:#FFFFFF; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; border:1px solid #336600; z-index:1000; cursor:pointer; cursor:hand; font-weight:normal; filter:Alpha(Opacity=90, FinishOpacity=75, Style=1); -moz-opacity:.80;}
/* Module menu items idle */ 
.ModuleTitle_MenuItem { background:#336600; color:#FFFFFF; font-family:arial; font-size:14px; font-weight:bold; font-style:normal; padding:0px 15px 0px 10px; height:20px; border:1px solid #000000; }
/* Module menu items hover */ 
.ModuleTitle_MenuItemSel { background:#f5b800; color:#FFFFFF; font-family:arial; font-size:14px; font-weight:bold; cursor:pointer; cursor:hand; padding:0px 15px 0px 10px; height:20px; border:1px solid #f5b800; }
/* Module menu container */ 
.ModuleTitle_MenuContainer { background:transparent; }
/* Module menu bar */ 
.ModuleTitle_MenuBar { cursor:pointer; cursor:hand; }
/* Module menu arrows */ 
.ModuleTitle_MenuArrow { display:none; }
/* Module menu root arrows */ 
.ModuleTitle_RootMenuArrow { display:none; }
/* Module menu icon	*/ 
.ModuleTitle_MenuIcon { background:transparent; border:0px; width:0px; height:20px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-size:0px; }
/* Module menu icon */ 
.ModuleTitle_MenuIcon IMG { margin:0 10px 0 10px; }

/* Main menu container */ 
.MainMenu_SubMenu { background:#336600; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; border:1px solid #336600; z-index:1000; cursor:pointer; cursor:hand; font-weight:normal; filter:Alpha(Opacity=90, FinishOpacity=75, Style=1); -moz-opacity:.80; }
/* Submenu items idle */ 
.MainMenu_MenuItem { background:#336600; color:#FFFFFF; font-family:arial; font-size:14px; font-weight:bold; font-style:normal; padding:0px 30px 0px 16px; height:20px; border:1px solid #000000; }
/* Submenu items hover */ 
.MainMenu_MenuItemSel { background:#f5b800; color:#000000; font-family:arial; font-size:14px; font-weight:bold; cursor:pointer; cursor:hand; padding:0px 30px 0px 16px; height:20px; border:1px solid #f5b800; }
/* Box that contains the menu */
.MainMenu_MenuContainer { background:transparent; }
/* Bar that contains the menu */
.MainMenu_MenuBar { cursor:pointer; cursor:hand; background:transparent; }
/* Menuitems idle */
.MainMenu_Idle TD { background:transparent; color:#FFFFFF; font-size: 14px; padding:0px 14px 0px 12px; height:26px; font-weight:bold; background-image:url(images/button_bg-off.gif); background-repeat:repeat-x; }
/* Menuitems over */
.MainMenu_Selected TD { background:transparent; color:#000000; font-size: 14px; padding:0px 14px 0px 12px; height:26px; font-weight:bold; background-image:url(images/button_bg-on.gif); background-repeat:repeat-x; }
/* Menuitems active */
.MainMenu_Active TD { color:#ffffff; font-size: 14px; padding:0px 14px 0px 12px; height:26px; font-weight:bold; background-image:url(images/button_bg-on.gif); background-repeat:repeat-x; }
/* Menuitems in breadcrumbs active */
.MainMenu_BreadcrumbActive TD { color:#000000; font-size: 14px; padding:0px 14px 0px 12px; height:26px; font-weight:bold; background-image:url(images/button_bg-on.gif); background-repeat:repeat-x; }
/* Menuitem arrows */
.MainMenu_MenuArrow { display:none; }									 
/* Menuitem root arrows */
.MainMenu_RootMenuArrow { display:none; }									 
/* Menuitem icons */
.MainMenu_MenuIcon { display:none; }									 
/* Menuitem separator */
.MainMenu_Separator { }
/* Menuitems separator borders */ 
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; background:transparent; vertical-align:top; }

.MenuArea { background-image:url(images/menubg.jpg); background-repeat:repeat-x; padding:0px 0px 0px 0px; }
/* Menu cell */ 
.MenuCell { width:100%; background-image:url(images/button_bg.gif); background-repeat:repeat-x; }
/* Menu height */ 
.MenuHeight { height:35px; }
/* Menu left area */ 
.MenuLeft { width:1px; }
/* Menu right area */ 
.MenuRight { width:3px; }










