@charset "utf-8";
body  { font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; /* 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-color: #EAF2FF; background-image: url(Images/Back-Grad.jpg); background-repeat: repeat-x; 
}
a:link {
	color: #000099;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC33FF;
}
a:active {
	color: #000099;
}
#contents-right {
	width: 55%;
	float: right;
	background-color: #EFEFEF;
	padding: 10px;
	border: medium double #000099;
	font-size: 90%;
}
#contents-full-page {
	color: #000099;
	position: relative;
}

#footer { float: left; border: 3px solid #000099; margin-top: 20px; padding: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000099; width: 97%; 
}


#maincontainer {
	width: 83%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	font-family: "Comic Sans MS", cursive;
	font-size: 2em;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
#leftsidebar {
	width: 40%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
.ltpurple {	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #CC33FF;
	font-style: italic;
}
.title-text-blue {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.8em;
	font-weight: bold;
	color: #000099;
}
.black-text {
	font-size: 0.9em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black-text-Lg {
	font-size: 1.3em;
	color: #000000;
}
.black-text-med { font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }




.blue-text {
	font-size: 0.9em;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blue-text-Lg {
	font-size: 1.3em;
	color: #000099;
}
.blue-text-sm {
	font-size: 0.7em;
	color: #000099;
}
.blue-cursive-text {
	font-family: "Comic Sans MS", cursive;
	font-size: 0.9em;
	color: #000099;
}



.link-text {
	font-family: "Comic Sans MS", cursive;
}
.red-text {
	font-size: 1.2em;
	color: #FF0000;
}
li {
	margin-top: 2em;
}
.no-space-blue {
	margin: .3em;
	color: #000099;
	font-size: 0.9em;
}

.underline {
	text-decoration: underline;
}
.pagebreak {
	page-break-before: always;
}
.RedText-Small { font-size: 0.8em; font-style: normal; color: #FF0000; }
