/* CSS Document */

* {
	margin: 0;
	font:Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	background-color:#006699;
	background-image:url(page_layout/background.gif);
	background-repeat:repeat;
	font: 62.5% Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
}

#wrapper {
	min-height: 50%;
	height: auto !important;
	height: 100%;
	width:955px;
	background-color:#006600;
	background-image:url(page_layout/content_background.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
}

#header {
	width:955px;
	background-color:#006600;
}

#content {
	background-color:#FFFFFF;
	font-size:12px;
}

#footer, #push {
	height: 49px; /* .push must be the same height as .footer */
	width:955px;
	background-color:#0066FF;
	background-image:url(page_layout/footer.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}

#footer a:link {
		font-size:10px;
		color: #FFFFFF;
		text-decoration:none;
}

#footer a:visited {
		font-size:10px;
		color: #FFFFFF;
		text-decoration:none;
}
#footer a:active {
		font-size:10px;
		color: #FFFFFF;
		text-decoration:none;
}
#footer a:hover {
		font-size:10px;
		color: #FFFF00;
		text-decoration: underline;
}

#clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
} /* Put in before closing container to force container to enclose floats */


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/.big_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6A93CB;
}
.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.right_side_image {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.minor_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6A93CB;
}
.left_side_image {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}
.border {
	border: 1px solid #006699;
}
