﻿p, ul, ol
{
	padding-bottom: 12px;
}

a
{
	color:#d52b1e;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	list-style: disc;
	padding-left:15px;
}

body
{
	background-color: #FFFFFF;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
}

#top_bar
{
	background-color: #3C3C3C;
	border-bottom: solid 5px #EBEBEB;
}

		#top_bar .inner
		{
			margin: 0 auto;
			padding: 10px 0;
			width: 80%;
			text-align: center;
		}

#wrapper
{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}

		#content_table
		{
			width: 100%;
			border: solid 1px #3c3c3c;
		}
		
				#left_col
				{
					background-color: #D52B1E;
					width: 250px;
					vertical-align: top;	
				}
				
						#tcSitePages_CC div /* Needed to override the right border on the tab control */
						{
							background-color: transparent;
							width: 0px !important;
						}
						
						/* BEGIN TAB CONTROL STYLE */
						#tcSitePages, #tcSitePages_TC
						{
							background-color: #D52B1E;
						}
						
								td.ActiveTab, .form_view, #main_content
								{
									background-color: #EBEBEB !important;
								}
				
				#main_content
				{
					width: 100%;
				}
				
						.form_view
						{
							width: 100%;
							height: 600px;
							z-index: 1;
						}
				
								#page_header, #page_content, #page_adobe
								{
									border: solid 1px #3C3C3C;
									padding: 8px;
									margin: 10px;
									background-color: #ffffff;
								}
								
										#page_adobe img
										{
											float:left;
											clear:none;
											padding-right: 10px;
										}

								#page_content
								{
									text-align: justify;
									height: expression( this.scrollHeight < 551 ? "550px" : "auto" ); /* sets max-height for IE */
									min-height: 550px;
								}


#abdatalink
{
	float: right;
	padding: 8px;
	text-align: right;
}

		a.provided_by, a.provided_by:visited
		{
			color: #3C3C3C !important;
			text-decoration: none;
			font-size: 12px;
			font-family: Tahoma, Sans-Serif;
		}
		
		a.provided_by:hover
		{
			color: #D52B1E;
			text-decoration: underline;
		}

#abdatalink2
{
	padding: 8px;
}

		a.provided_by, a.provided_by:visited
		{
			color: #3C3C3C !important;
			text-decoration: none;
			font-size: 12px;
			font-family: Tahoma, Sans-Serif;
		}
		
		a.provided_by:hover
		{
			color: #D52B1E;
			text-decoration: underline;
		}

.clear_div
{
	clear: both;
	float: none;
}