/********************************************************************************
*** WEBSITE OPTIMIZED FOR 1024x768
***   1024x768 -> Max Width 960px -> Multiple Divisors & IAB Standards
***
*** OTHER STANDARDS (NOT USED)
***   640x480 -> Max Width 600px
***   800x600 -> Max Width 760px
***   1024x768 -> Max Width 955px
***
*** Z-INDEX POSITIONING
***   1-9: Footer Indexes
***   10-99: Body Indexes
***   100-199: Header Indexes
***   200+: Image Overlays OnTop of Site
********************************************************************************/

/* General Page Template - Browser Frame Work */
html, body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	border: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

#main_container {
	margin: 0;
	border: 0;
	padding: 0;
}

/* Ensures that the Parent DIV extends below its Child Floats */
.clear_floats {
	height: 0;
	font-size: 1px;
	visibility: hidden;
	clear: both;
}

/********************************************************************************
*** Link Styles
********************************************************************************/
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff8c00;
	text-decoration: underline;
}
a:active {
	color: #ff8c00;
	text-decoration: underline;
}

/********************************************************************************
*** Text and Miscellaneous Styles
********************************************************************************/
img {
	margin: 0;
	border: 0;
	padding: 0;
	behavior:url(media/css/ie_png_fix.htc);
}
form {
	margin: 0;
	border: 0;
	padding: 0;
}
.text_style_bold {
	font-weight: bold;
}