body			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; line-height:normal;
	color: #333333;
	margin: 0;
	padding: 0;
}
input		{font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; 
			font-style: normal; 
			line-height: 15px; 
			font-weight: normal;
}
select		{font-family: Arial, Helvetica, sans-serif;
			font-size: 12px; 
			font-style: normal; 
			line-height: 15px; 
			font-weight: normal;
}

textarea		{font-family: Arial, Helvetica, sans-serif;
				font-size: 12px; 
				font-style: normal; 
				line-height: 15px; 
				font-weight: normal;
}
img {border:0; }

/* Beginning of Color Change Items */
#banner		{
	margin: 0px;
	padding: 0px;
	width: 913px;
	height: 132px;
}
#banner	img	{border: 1px solid #888;}
#people {background: url(Images/bannerphoto.jpg) no-repeat; width:213px; height:130px;}

#logo {
	background: url(Images/logo_AF_CoP.gif) no-repeat center center;
	width:130px; padding-left:10px;}

.colorhot	{color: #CC420D;}/*#F8AE01*/
.colorcool	{color: #2A3F99;}
.colorhead	{color: #3E403F;}

.bg_rightside	{background-color: #CC420D;}
.bg_sponsors	{background: #888;}
.bg_gray_dark	{background: #666;}
.bg_grad		{background-color:  #C4C6CB;}
.bg_highlight	{background-color: #F5EEE4;}

.borderrightside	{border: 1px solid #888;}
.bordertop			{border-top: 10px solid #EFBB32;}
.borderhot			{border: 2px solid #CC420D;}
.bordercool			{border: 1px solid #888;}
.border_dark_gray {border: 1px solid #666;}

.agenda		{width:100%; }
.agenda td	{border-bottom:1px solid #888; vertical-align:top; padding:6px;}
.bg_agenda	{background-color:  #F5EEE4;}


.navcell		{background: #bfbdba url(Images/grayGradient.png);
				border: 1px solid #888;
}

A.hlinkalert:link, A.hlinkalert:visited		{color: #D47738;}
A.hlinkalert:active, A.hlinkalert:hover		{color: #1B62AA; text-decoration:none;}

A.hlink:link, A.hlink:visited		{color: #1B62AA; text-decoration:none;}
A.hlink:active,  A.hlink:hover		{color: #CD5200; text-decoration:none;}

#navlist a:link, #navlist a:visited 	{color: #293F99;}		/*colors for labels of nav buttons in left column*/
#navlist a:hover,  #navlist a:active 	 {color: #CC420D;}

/* End of Color Change Items */

.content	{ padding: 0 25px 0 25px;}

.statement	 {width: 90%;
					text-align: center;
					margin: 0 auto;
					padding: 15px 10px 20px 10px;}

.statement_small		{text-align: center;
				margin: 0 auto;
				font-weight: bold;
				padding: 10px;
				width:70%;}
				
.statement_narrow	{width: 90%;
					text-align: center;
					margin: 10px auto 0 auto;
					padding: 5px 10px 5px 10px;}
					
.presenters	{width:100%;
						margin:0 auto;
						}
						
.presenters td	{ padding:15px 10px;}
						
.presenters table	{margin-bottom:10px;}

.info			{padding:0 10px 0 20px;}

.spacer			{font-size: 1px;
					line-height: 1px}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

A.hmenu:link, A.hmenu:visited		{color:#0066CC; text-decoration:none;}
A.hmenu:hover, A.hmenu:active		{color:#CD5200;}

.head1_Banner		{font-size: 24px;
					white-space:nowrap;
					line-height: 26px;
					font-weight: bold;
					}
					
.head1_Date			{font-family: Arial, Helvetica, sans-serif;
					font-size: 18px;
					font-style: normal;
					line-height: 21px;
					font-weight: bold;
					}

h1	{font-size: 2em; line-height:normal; margin:0;}
h2	{font-size: 1.8em; line-height:normal; margin:0;}
h3	{font-size: 1.6em; line-height:normal; margin:0;}
h4	{font-size: 1.4em;  line-height:normal; margin:0;}
h5	{font-size: 1.25em; line-height:normal; margin:0;}
h6	{font-size: 1.1em; line-height:normal; margin:0;}

.normal {font-weight: normal;}

.txt_large	{font-size: 1em; line-height:1.5em;}
.txt_small	{font-size: .8em; line-height:1.2em;}
.txt_tiny	{font-size: .7em; line-height:1.1em;}
.txt_indent	{margin: 0px 10px 15px 25px; padding:0;}

.lineheight2	{line-height:2em;} 

.center	{text-align:center;}
.indent15px {text-indent: 15px;  }
.bg_white	{background-color:#FFF;}
.colorgray		{color: #666666;}
.colorwhite	{color: #FFF;}

/* Side Navagation */
	
#navtable	{
	margin: 0;
	}

#navlist ul {
	margin: 0 auto; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
	clear: left;
	}
	
#navlist li	{
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	margin: 0 0 5px 0;
	}
	
#navlist a {
	display: block;
	width: 155px;
	padding:  0 0 0 5px;
	text-decoration: none;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #FFF;
}

#navlist a:link, #navlist a:visited  {
	text-decoration: none;
	}
	
#navlist a:hover,  #navlist a:active 	 {
	padding:  0 0 0 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #555;
	}

#navlist .down {
	display: block;
	padding:  0 0 0 5px;
	text-decoration: none;
	color: #CC420D;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #555;
}
		
/* End Side Navagation */

.nowrap {	white-space: nowrap;
	}
		
ul 		{	margin: 0 0 0 16px;
			padding: 0px;}

.indentlist	{margin: 10px 0px 10px 60px;}
.indentlist li	{padding-bottom: 10px;}

			
ul.indent	{margin: 0 0 0 50px;}


div.faq		{width: 90%;
					margin: 0 auto;
					padding: 10px;}

.faq ul			{margin: 10px 25px;			
					list-style:none;}
				
.faq ul li		{margin-bottom: 10px;}

.rightside {
	vertical-align:top;
	padding: 0px;
	width:11.7em;
}

.rightside p {margin: 5px 10px 5px 12px;}
.righthead	{padding: 2px 10px 5px;}

.underline {text-decoration: underline;}
.bold {	font-weight: bold;}
.italic {font-style: italic;}

.nomarg p {	margin: 0px;padding: 0px;clear:both;}

.company {
	margin: 20px 0 20px 4px;
}

td.day {padding: 10px 10px;}
.program {padding: 12px;}

.module {margin: 0px;	width: 100%;}
.module day td {padding: 0px;}
.module sponser td {padding: 0px;}
.module p {	margin: 4px 4px;}

.presenter {margin-top: 15px;}
.presenter td {	padding:0;}
.adds {	width: 9em;}

.expert {margin:0 0 10px 20px; width: 96%;}
.expert td   {padding:10px;}
.expert p  { margin:0; padding:0 6px 6px 6px;}

/*buttons*/



A.btn:link,  A.btn:visited  {color:#FFF; text-decoration:underline; text-align:center;
		background:#D47738;
		font-size:14px;
		font-weight: bold;
		white-space:nowrap;
		padding:12px;
		margin-top: 20px;
		text-align:center;	
		border-width: 1px;
		border-style: solid;
		border-top-color: #ccc;
		border-right-color: #888;
		border-bottom-color: #888;
		border-left-color: #ccc;
		/*background-image: url(Images/submitarrow.png)#CC420D;
		background-repeat:no-repeat;
		background-position: right;*/
	}

A.btn:active, A.btn:hover  {color:#CD5200; text-decoration:none;
	background:#F5EEE4;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	white-space:nowrap;
	padding:12px;
	margin-top: 20px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color:  #888;
	/*background-image: url(Images/submitarrow.png);
	background-repeat:no-repeat;
	background-position: right;*/
	}

/* Loginbtn */
a#submit
{
	display: block;
	width: 32px;
	height: 32px;
	border: 0px;
	background: url(Images/submitarrow.png) no-repeat 0px 0px;
	position: relative;
	top: 1px;
	overflow: visible;
}
a#submit:hover, a#submit:active {
	background: url(images/submitarrow2.png) no-repeat 0px 0px;
}
