﻿
body{
	padding:0px; margin:0px auto;
 background-color:black; font-size:9pt;
 font-family: 'Swis721CnBTBold'; color:#A8CF3A;
 overflow-x:hidden;
 }
 


#wrapper{
width:1000px;
margin:auto;
height:682px
	
}
#navBottom{
	height:50px; padding-left:40px; padding-top:24px;  
	 text-transform:uppercase; letter-spacing:2px; 

}
#AWMEL0{
text-transform:uppercase; letter-spacing:2px; 

}

.AWMSTCBG4 
{
	text-transform:uppercase; letter-spacing:2px; 

}

.AWMSTCBG5
{
	text-transform:uppercase; letter-spacing:2px; 

}

.AWMSTCBG6
{
	text-transform:uppercase; letter-spacing:2px; 

}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;

}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url("../scrollbar.png");
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url("../scrollbar.png");
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


/* Scroll Bar Master Styling Ends Here */




.maroonBg h2
{
color:#ABD038;
}

.maroonBg h3{
	color:#F3B628;
}

.maroonBg p{
	color:#fff;
	text-align:justify;
	font-size:13px;
}


.greenBg h2
{
color:#fff;
}

.greenBg h3
{
font-size:16px;
color:#0B7D3F;
font-weight:bold;
}


.greenBg p
{
color:#A2522A;
text-align:justify;
	font-size:13px;
}

.greenBg strong
{
	 color:#3A893F;
	 font-size:14px;
	 
}

.greenBg i
{
 color:#3A893F;

	}

.orangeBg h2
{

	color:#fff;
}

.orangeBg h3
{
color:#A13727;
	
}

.orangeBg i
{
	color:#fff;
}

.orangeBg p
{
	color:#A43F28;
	text-align:justify;
	font-size:13px;

}

.credit
{font-weight:normal;

color:#fff;

	}
		
	
	img{
	border:0px;
}

.credit a
{
text-decoration:none;
font-weight:normal;

}

.creditBgGreen
{
color:#fff;
	}

.creditBgGreen a
{
color:#fff;

text-decoration:none;
}





.pubTop
{
margin-top:-40px;
color:#fff;
margin-left:310px;
padding:10px 0px 15px 0px;
 
	 position:absolute;
	 z-index:1000;
	 top:140px;
}

.pubTop h3

{
	 font-size:17px;
	

	 
}

.pubTop a:link
{

	color:#A13727;
	clear:both;

}




.pubTop a
{
color:#A13727;
text-decoration:none;
font-size:9pt;
padding:0px 5px 0px 5px;
letter-spacing:2px;
 

}

.pubTop a:hover
{
color:#fff;
}