@charset "utf-8";
/* CSS Document */

/* notes: body of entire html */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/* notes: DIV layout */
div#container {
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:810px;
	background:#ddd url("stretch1.jpg") 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
div#header {
	padding:1em;
	background:#ff0000;
	}
div#content {
	padding:1em 1em 2em; /* bottom padding for footer */
	}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ff0000;
	background:#242c18 url("stretch1.jpg") 100%;
	}
/* notes: fonts */
.date {
	font-family: Calibri, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #1f1d1e;
	}
.heading {
	font-family: Calibri, Arial, Tahoma;
	font-size: 28px;
	font-weight: normal;
	color: #131313;
	letter-spacing: -2px;
	}
.headinglower {
	font-family: Calibri, Arial, Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #4a4849;
	letter-spacing: -1px;
	}
.body {
	font-family: Calibri, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4a4849;
	}
.menu {
	font-family: Calibri, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}
.top_qq {
	font-family: Calibri, Arial, Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #38464c;
	}
.qq_name {
	font-family: Calibri, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4a4849;
	}
.submit {
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4a4849;
	}
.ParagraphTitle13
	{
	font-family: "Trebuchet MS", "Bitstream Vera Sans";
	font-size: 25px;
	font-weight: normal;
	color: #0e525c;
	}
/* notes: borders */
.bordertop { border-top:#999999 dotted 1px; }
.rightborder {border-right:#999999 dotted 1px; }
.bottomborder {border-bottom:#999999 dotted 1px; }
.border-bottom-dashed{	border-bottom:#acacac dashed 1px;	}
.bottom-dotted { border-bottom:#5F564F dotted 1px;	font-weight: normal;	}