/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
	background-image: url(../images/bg/imaf_bg.gif);
}
#container	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
}

/**** DIV CSS ****/

#header {
	width: 780px;
	height: 85px;
	background-color: #FFFFFF;

}
#stripe {
	height: 24px;
	width: 780px;
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#stripe p {
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#stripe a:link, #stripe a:visited	{
	text-decoration: none;
	color: #000000;
}
#stripe a:hover	{
	color: #CC0000;
	text-decoration: none;
}

#banner	{
	margin: 0px;
	padding: 0px;
	height: 101px;
}
#leftnav {
	width: 180px;
	font-size: 20px;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
#leftnav p {
	color: #BFBFB2;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}



/**** CONTENT AREA DIVS ****/

#contentcontainer {
	background-color: #FFFFFF;
	width: 780px;
}

#content	{
	margin: 0px;
	padding-right: 50px;
	padding-left: 50px;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}

#content p	{
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 6px;
	font-size: 14px;
	margin: 0px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content h1 a:link, #content h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content h2 {
	color: #999999;
	font-size: 22px;
	font-weight: lighter;
	padding-left: 0px;
	margin: 0px 0px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
}

/**** LOWER NAVIGATION  ****/
#bottomnav	{
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	height: 24px;
	font-size: 12px;
}
#bottomnav a:link, #bottomnav a:visited	{
	color: #666666;
}
#bottomnav a:hover	{
	color: #1F5D5D;
	text-decoration: none;
}


/**** FOOTER DIVS ****/


#footer {
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

/**** CLASSES ****/
.white	{
}
.border	{
}
.caption	{
}
.shadow	{
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
}

/**** TYPOGRAPHY ****/
h1	{
}
h2	{
	font-weight: lighter;
}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
	margin-top: 15px;
}
h3 a:link, h3 a:visited{
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}
h3 a:hover	{
	text-decoration:none;
	color: #CC0000;
}


/**** FORM CSS ****/
form	{
}
input	{
}
fieldset	{
}
legend	{
}
textarea	{
}
