@charset "UTF-8";

/* CSS Document */





body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/background1.gif);
	font-weight: normal;

}

.ProgramBodyText {font-size: small}

.titlebody {

	color: #9E0B0E;

	font-weight: bolder;

}

.Header {

	color: #9E0B0E;

	font-weight: 900;

	font-size: x-large;

}

.mainbody {

	font-size:small;

	color: #000000;

}



p { margin-left: 10px; margin-right: 10px;}

.oneColFixCtr #container {

	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #ccc;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColFixCtr #mainContent {

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

#footer {

	font-size: 10px;

	text-align: center;

	margin: 10px;

}



.sidemenu a{

	color: #660000;

	font-size: 12px;

	background-color: #eee;

	display: block;

	text-decoration: none;

}



.sidemenu a:hover{

	color: #FFf;

	font-size: 12px;

	background-color: #003300;

	display: block;

}

.borderi {

	margin-right: 10px;

}
