/*
/////////////////////////////////////////////////////////////////
                                                      
										            Global Styles
													  
/////////////////////////////////////////////////////////////////
*/
body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
body 
{
	background-color: #6E6E6E;
	background-image: url(../images/page_background.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
}
a {
	color:#0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color:#0033CC;
}
a:visited {
	text-decoration: underline;
	color:#0033CC;
}
a:hover {
	text-decoration: none;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

/*
/////////////////////////////////////////////////////////////////
                                                      
										              Misc Styles
													  
/////////////////////////////////////////////////////////////////
*/

.sideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:16px;
}
.headerText 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.bottomMenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
h2, .subHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.yellowFormInput 
{
	background-color: #FFFFCC;
}
.imageLeft 
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imageRight 
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/*
/////////////////////////////////////////////////////////////////
                                                      
										  Program Display Styles
													  
/////////////////////////////////////////////////////////////////
*/

.topicBlock 
{ 
	width: 90%;
	border-left:1px solid #ccc; 
	padding:5px; 
}
.topicHeading 
{ 
	margin:0; 
	padding:0; 
	font-size:14px; 
}
.topicHeading a 
{ 
	text-decoration: none; 
}
.topicHeading a:hover 
{ 
	text-decoration: underline; 
}
h3.topicHeading img 
{ 
	margin-top:3px; 
	border: none; 
}


