/*  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: 12px;
	background-image: url(../images/bg/imaf_bg.gif);
	background-repeat: repeat;
}
#container	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
}

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

#header {
	width: 780px;
	height: 85px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/content_shadow.gif);

}
#header h1 {
	color: #3A84B1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 0px;
}

#stripe {
	height: 22px;
	width: 780px;
	background-image: url(../images/bg/imaf_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#stripe p {
	line-height: 18px;
	margin: 3px 0px 6px;
	padding: 0px;
}
#stripe a:link, #stripe a:visited	{
	text-decoration: none;
	color: #E2E2E2;
}
#stripe a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}
#headerPic	{
	margin: 0px;
	padding: 0px;
	height: 101px;
	background-image: url(../images/banners/banner2.jpg);
	background-repeat: no-repeat;
}
#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;
}
#contentcontainer a:link, #contentcontainer a:visited	{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
#contentcontainer a:hover	{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#content	{
	margin: 0px;
	padding: 15px;
}
#content a:link, #content a:visited {
	text-decoration: underline;
}
#content a:hover {
	color: #369;
	text-decoration: none;
}

#content p	{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 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;
}
/**** FOOTER DIVS ****/
#footer {
	font-size: 11px;
	color: #E2E2E2;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#footer a {
	color: #E2E2E2;
	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;
	color: #666;
	font-size: 22px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-indent: 10px;
}
#content h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-indent: 20px;
}
#content h3 a:link, #content h3 a:visited	{
	color: #666;
	text-decoration: underline;
}
#content h3 a:hover	{
	text-decoration:none;
}
h4 {
	font-size: 14px;
	font-weight: lighter;
	color: #333;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

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