/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	/*line-height: 1.166;	*/
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: auto;

}

a:link, a:visited{
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color:#808000;
	font-weight: normal;
	
	}

h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	margin: 1em 0 0 0;
	padding: 0px;
	 color: #8AB82E;
	 font-weight: bold;

}

h1{
 	font-size: 150%;
	margin: 0.5em 0 0 0;
	padding: 0;
	border-top: 1pt solid #000080;
	border-bottom: 1pt solid #000080;
	color: #000080;
}
h1 a:link, h1 a:visited {
text-decoration: none;
}
	

h2{
 font-size: 150%;
}

h3{
 font-size: 130%;
 

}
h4{
 font-size: 120%;
}

h5{
 font-size: 110%;
}

#MainContent ul li{
 list-style-type: square;
 margin: 0 0 0.5em 1em;

}
#MainContent ul ul {
	margin: 0.5em 0 0 1em;
	padding: 0;
	}
#MainContent ul ul li{
	list-style-type: disc;
	margin: 0.25em 0 0 0;

}

ul ul ul{
 list-style-type: none;
}
#MainContent p {
	margin: 0.75em 0 0 0;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#Header {
	width: auto;
	margin: 0 ;
	min-height: 80px;

	}
	
#HeaderLeft {
	float: left;
	width: 19.5%;
	color: #000000;
	text-align: center;
	padding: 5px 0 5px 0;
}
#HeaderRight {
	float: right;
	width: 74.5%;
	color: #000000;
	text-align: center;
	padding: 5px 0 5px 0;

	}


#Wrapper {
	clear: both;
	width: 100%;
	margin-top: 0;
	}
#Nav{	
	display: none;
}
	
#MainContent{
	width: 80%;
	margin: 0 0 0 0;
	padding: 10px 1% 20px 1%;
	 }
	 
#QuickLinks {
	float: right;
	width: 185px;
	max-height: 200px;
	margin: -1pt 0 0 5px;
	background-color:transparent;
	border:  #000080 solid;
	border-width: 0 1pt 1pt 1pt;
	padding: 0 5px 5px 5px;
	color:#666666;
	font-size: 85%;
	overflow: auto;
	clear:none;
	}
#QuickLinks UL {
		margin-left: 10px;
		padding-left: 5px;
		margin-top: 0;
}

#QuickLinks H3 {
	color:#000080;
	font-style: italic;
	margin: 0 -5px 0 -5px;
	padding: 3px;
	}



/************** image styles ***************/

#HeaderRight img {
	vertical-align: middle;
	border: 0;
	margin: 0 15px 0 15px;
	}
#HeaderRight img a:hover {
	background-color: #000080;
	text-decoration: none;
	}
#HeaderLeft img {
	border: solid #6A99E9;
	border-width: 1pt;

	}
	
#MainContent img {
	font-size: small;
}
#MainContent a img {
	border: 1px solid #8AB82E;
	padding: 2px;
	text-decoration: none;
}
#MainContent a:hover img, .ImgLeft a:hover img, .ImgRight a:hover img, 
.ProductsRightColumn a:hover img {
	border: 1px solid #55E0CD;
	background-color: #55E0CD;
	text-decoration: none;
	}

.ImgLeft {
float: left;
text-align: left; 
margin: 1em 1em 1em 0;

}
.ImgRight {
float: right;
text-align: right; 
margin: 1em 0 1em 1em;
clear: right;

}
.ImgLeft, .ImgRight {
	border-left:solid #CCCCCC;
	border-top:solid #CCCCCC;
	border-right:solid #999999;
	border-bottom:solid #999999;
	border-width:1px;
	background:#FFF;
	padding:5px;
	font-size: smaller;
	color: #999999;
	}
.ImgLeft a img, .ImgRight a img {
	display: block;
	}
	
/*****************************/


/************* #Footer styles ***************/

#Footer{
	font-size: 100%;
	color: #000000;
	padding: 0.5em 10px 10px 0.5em;
	margin-top: 0px;
	clear:both;
}

#Footer a:link, #Footer a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
	}
#Footer P {
	margin: 0.5em 0 0 0;
	}


.larger {
	font-size: larger;
	}
	
.smaller {
	font-size: smaller;
		}
		
.NoWrap {
white-space: nowrap;
	}
#SkipToNav {
	display: none;
	
	}
  
#Navigation, #Navigation a:link,
#Navigation a:visited, #Navigation a:hover{
	display: none;
	
	
	}
.centred, .Centred {
	text-align: center;
	clear: both;
	}

.RuledTable {
	width: 90%;
	margin: 1em 0 0 0;
	border:1pt solid #99CC33;
	}
.RuledTable TD{
	padding: 5px;
	border:1pt solid #43D752;
	}
.RuledTable TH {
	background-color: #808000;
	color: #ffffff;
	padding: 5px;
		}
	
.Required {
	color:#808000;
	font-weight: bold;}
	
.abbr{
	border-bottom: 1px dashed #444;
	font-style: normal;
	cursor: help;}
	
.selectpicture, .SelectPicture {
	display: none;
	}

BLOCKQUOTE {
	border: 1pt #A59396 solid;
	padding: 0 1em 0 1em;
	margin: 1em 2em 0 2em;
	}
.Clear {
	height: auto;
	width: auto;
	clear:both;
	}
	
FIELDSET {
	PADDING: 1em;
	border: 1pt solid #6A99E9;
	
	}
INPUT, TEXTAREA, SELECT, OPTION, CHECKBOX{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	}

#signup {  display: none;
}

.signup {
display: none;}

.attention {
	border: 1pt #006666 solid;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
	}

.attentionNarrow {
	margin-right: 200px;
	border: 1pt #006666 solid;
	padding: 5px;
	text-align: center;
	font-weight: bold;}


.LayoutTable {
	margin: 1em 0 0 0;
	font-size: 0.95em;
	}
	
.LayoutTable H2 {
	background-image: url(../aagraphics/bgs/th.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 1.3em;
	color: #ffffff;
	margin: -5px -5px 0 -5px;
	padding: 5px;
	text-transform:uppercase;
}

.LayoutTable TD{
	border-top: 1pt solid #ACEDB2;
	border-left: 1pt solid #ACEDB2;
	border-right: 1pt solid #7891B6;
	border-bottom: 1pt solid #7891B6;
	padding: 5px;
	}
.LayoutTable UL, .ProductsDisplayTable UL {
	margin: 0.5em 0 0 0.5em;
}
.LayoutTable LI, .ProductsDisplayTable LI {
	list-style-type: square;
 	margin: 0 0 0.1em 0;
	}
.Background TD{
	
}

.ProductsDisplayTable TD, .ProductsDisplayTable TH {
	border: 1pt solid #ACEDB2;
	padding: 5px;
	vertical-align: top;
	}
.ProductsDisplayTable H3, .ProductsDisplayTable H4 {
	text-align: left;
	margin: 0 0 0 0;

	}
	
.ProductsRightColumn {
	text-align: right;
	font-size: smaller;
	color: #999999;
}
.ProductsRightColumn img {
	text-align:right;
	}

.ProductsDisplayTable a img {
	text-decoration: none;
	}
.ProductsDivider {
	width: 100%;
	margin: 1em 0 1em 0;
	border-top: 1pt #999999 dashed;
	clear: both;
	}
CAPTION {
	font-style: italic;
	font-weight: bold;
	}
.HorizontalList {
	margin: 1em 0 1em 0;
}
.HorizontalList LI {
	display: inline;
 	padding-left: 12px;
  	background: url(../aagraphics/bgs/list-bullet.gif) no-repeat;
	background-position: 0 4px;
	white-space:nowrap;
	}
.PictureCaption {
	font-size: smaller;
	color: #999999;
}
