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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	min-width: 750px;
	background-color: #EEC;
	text-align: center;
	}
	
a:link, a:visited, a:hover {
	color: #303F7A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 120%;
	color: #333;
}

h2{
	font-size: 114%;
	color: #303F7A;
}

h3{
	font-size: 100%;
 	color: #333;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
}
ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainWrap{
	background-image: url(http://www.agaks.org/images/wrapbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: auto;
	width: 784px;
}

#wrap{
	width: 748px;
	margin: auto;
	text-align: left;
}

#masthead{
	padding: 5px;
	margin: 0;
	background-image: url(http://www.agaks.org/images/header.jpg);
	background-repeat: no-repeat;
}

#navBar{
	width: 197px;
	font-size: 90%;
	float: left;
	padding-top: 5px;
}

html>body #navBar{
	width: 200px;
}

#content{
	float: right;
	width: 527px;
	padding: 10px 10px 0px;
	font-size: 80%;
	
	}
	
/***********************************************/
/*Component Divs                               */
/***********************************************/

#tagLine{
	background-color: #303F7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-indent: 5px;
	font-size: 10px;
	padding: 2px;
}

#siteName{
	margin: 0;
	padding: 0;
	height: 90px;
}

#siteName span{
	display:none
}

#hide {
	display: none;
}

/*************** #form styles **************/
label{
	text-align:right;
	margin:0 1em 10px 0;
	clear:both;
	font: bold;
	color: #333;
}

.input-box{
	background: #EEC;
	border: #303F7A solid 1px;
}

fieldset{
	border:#303F7A solid 1px;
}

legend{
	color: #FFF;
	background: #003980;
	border:#006 solid 1px;
}

.smallText{
	font-size: 90%;
	color: #666;
}

.boldText{
	font-weight: bold;
}

/*************** #table styles **************/

tr{
	vertical-align: top;
}

th {
	background-color: #303F7A;
	color: #FFF;
	font-weight: bold;
}

.odd {
	background-color: #EEC;
}
.even {
	background-color: #FFF;
}

/*************** #pageName styles **************/

#pageName{
	padding-bottom: 5px;
}

/************* #globalNav styles **************/

 #globalNav ul{
	background-color: #9F8725;
	color: #FFF;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 85%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #303F7A;
	border-bottom-color: #303F7A;
}

#globalNav ul li{
	display: inline;
}

#globalNav ul li a{
	padding: 0.2em 1em;
	background-color: #9F8725;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#globalNav ul li a:hover{
	background-color: #303F7A;
	color: #fff;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story h3{
	
	border-bottom: medium solid #303F7A;
}

.story img{
	float: left;
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #BAC1A3;
	background-color: #FFF;
}

/************* #siteInfo styles ***************/

#siteInfo {	
	margin: 0px auto;
	position: relative;
	background-color: #303F7A;
	font-size: 70%;
	color: #FFF;
	padding: 5px;
	clear: both;
	text-align: center;
}

#siteInfo a:link{
	color: #9F8725;
}

#siteInfo a:visited{
	color: #9F8725;
}

#siteInfo a:hover{
	color: #EEC;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #CCCC9A;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	
	font-size: 90%;
	font-weight: bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
	text-decoration: none;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #303F7A;
	padding: 2px 0px 2px 10px;
	color: #FFF;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	border-top: thick solid #9F8725;
	margin: 0px;
	padding: 0px 2px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px;
	font-size: 80%;
	border-top: thick solid #9F8725;
	text-align: center;
}

#advert img{
	display: block;
	text-align: center;
}
