/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.paintinfo.com/imagesCss/bodyBG.jpg);
	background-repeat: repeat-y;
	background-position: 1020px 120px;
}


a{
	color: #252F91;
	text-decoration: none;
}

a:link{
	color: #252F91;
	text-decoration: none;
}

a:visited{
	color: #252F91;
	text-decoration: none;
}

a:hover{
	color: #252F91;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

table{
	font-size: 90%;
}

th{
	background-color: #CCCCCC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagesCss/AFGBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;	/* margin: 0px auto; 				to fix centering in Mozilla */

}

#masthead{
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#logo{
	float: left;
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	height: 95px;
	background-image: url(../imagesCss/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#navBar{
	float: left;
	width: 20%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 125px;
	padding-left: 0px;
	background-image: url(../imagesCss/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#headlines{
	float:right;
	width: 20%;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../imagesCss/right_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 128px;
	}

#content{
	float: left;
	width: 98%;
	padding-right: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	position: absolute;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	background-repeat: repeat;
	background-image: url(../imagesCss/whiteTras.png);
	list-style-type: none;
	left: 750px;
	font-size: 11px;
	line-height: 15px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 11px;
	padding: 0 4px 0 0;
	font-weight: bold;
	line-height: 20px;
}

/************** #content styles *****************/
#content ul{
 list-style-type: square;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-left: 5px;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/************* #global styles *************/
/**table header*/
.blue{
	font-weight: bold;
	color: #0066CC;
}

.blueheader{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #252F91;
}

.green{
	font-weight: bold;
	color: #008649;

}

.mpiName{
	font-size: 130%;
	font-weight: bold;
	color: #252F91;
	padding-top: 5px;
}

.italic{
	font-style: italic;
}

.orangeButton{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #f24a00;
	font-weight: bold;
	border: 1px solid #f24a00;
}

.orangeL{
	font-size: 10px;
	color: #FFFFFF;
	background-color:  #252F91;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	display: block;
	vertical-align: middle;
	line-height: 100%;
}

.red{
	font-weight: bold;
	color: #FD0225;
}

.smalltxt{
	font-size: 9px;
}

.smalltxt a{
	color: #333333;
	text-decoration: none;
}

.smalltxt a:hover{
	text-decoration: underline;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 65%;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.feature h3{
	text-align: left;
}

.feature img{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.feature p{
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.feature table{
	border: 1px solid #999999;
}

.feature td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 120%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************** .storyG styles *****************/

.storyG{
	clear: both;
	font-size: 80%;
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
}

.storyG p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #999999;
	background-image: url(../imagesCss/footer_bg.jpg);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 120px;
	left: 550px;
	clear: both;
}

#search form{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}

 hack to fix IE/Win's broken rendering of block-level anchors in lists #navBar li {border-bottom: 1px solid #EEE;}*/


/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/


/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}




/************** #Rows from DataBase styles **************/
.rows{
	clear: both;
	font-size: 80%;
	margin-bottom: 5px;
	padding-left: 10px;
}

.rows a{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

.rows a:hover{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

.rows a:visited{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}

.odd {
	background-color: ffffff;	
}

.even {
	background-color: e4e4e4;
}

.me{
	background-color: #E9F2FC;
}

