@charset "utf-8";

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(background.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.two #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.two #container #mainContent table tr .prev {
	border: 1px solid #CCC;
	font-size: small;
	font-weight: bold;
	background-image: url(p_prev.png);
}
.two #container #mainContent table tr .now {
	border: 1px solid #CCC;
	background-image: url(p_now.png);
	font-weight: bold;
	font-size: small;
}
.two #container #mainContent table tr .next {
	border: 1px solid #CCC;
	font-size: small;
	font-weight: bold;
}
.two #header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFF;
	text-align: center;
} 
.two #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(side_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 15px;
}
.two #mainContent {
	background-image: url(main_content.png);
	background-repeat: repeat;
	border: 4px double #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	color: #000;
}
.two #mainContent p{
	text-align: center;
	
}
.two #mainContent h1{
	text-align: center;
}
.two #mainContent h2{
	text-align: center;
	background-color: #FFF;
	color: #000;
}
.two #mainContent h3{
	text-align: center;
	color: #333;
	background-color: #CCC;
}
.two #mainContent h4{
	text-align: center;
	text-decoration: underline;
}
.two #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
}
.two #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
	text-decoration: underline;
	text-align: center;
}
.two #footer {
	padding: 5px 10px 5px 20px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center;
} 
.two #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #000;
}
.two progress_now td {
	background-color:#03F
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	text-decoration: none;
}
table {
	text-align: left;
	font-size: 90%;
}
th {
	text-align: left;
	background-image: url(table_header.png);
	background-repeat: repeat-x;
	font-weight: normal;
	background-position: top;
	border: 1px solid #666;
	vertical-align: top;
}
.btnav {
	background-color: #FFF;
	border: 1px solid #CCC;
} 
.paging {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
	font-size: medium;
}
