/* Classic Fireworks CSS File last mod 26th Feb 2006, "Trebuchet MS" added to font list */

body {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	color: black;
	background-image: none;
	background-color: #5F51A8;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 2px solid #CCCCCC;
	color: #f0f0e1;
	text-align: center;
	background-image: url(Images/back_top3.jpg);
	background-position: 100%;
	background-color: #FFFFFF;
	height: 90px;
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
}

/* styles for right image. */

/* Styles for the main text on the page. */

#main-text {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 190px;
	margin-right: 220px;
	background-image: none;
	color: #FFFFFF;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	top: 127px;
	font-size: 0.9em;
	background-position: center;
	text-align: justify;
}

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.3em;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	text-align: center;
}

h3 {
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}
h4 {
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	font-size: 0.8em;
}



h2 {
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

p, ul, ol, table {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	list-style-image: url(Images/white_star.jpg);
	font-style: normal;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
color: #FF0000;
font-weight: bold;
}

/* Styles for the navigation bar on the left side. */

#left-menu {
	position: absolute;
	top: 127px;
	left: -4px;
	margin: 20px;
	width: 150px;
	color: #FFFFFF;
}

#left-menu p {
	border-bottom: 2px dotted #CCCCCC;
	text-align: right;
	line-height: 20px;
	font-size: 0.8em;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 0;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	border-right-width: thin;
	border-right-style: none;
	border-top-width: 2px;
	border-left-width: thin;
	border-top-style: none;
	border-left-style: none;
}

#left-menu a:link, #left-menu a:visited {
color: #FFFFFF;
}

#left-menu a:hover, #left-menu a.current {
color: #CCCCCC;
text-decoration: none;
}

/* Styles for the right column, either text or images. */

#right-column {
	position: absolute;
	top: 109px;
	right: -11px;
	margin: 20px;
	width: 173px;
	height: 468px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#right-column p {
	line-height: 1.5em;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
}

#right-column strong {
color: #FFFFFF;
font-style: italic;
}

/* Styles for the footer at the bottom of the page */

#footer {
	text-align: center;
	color: #ffffff;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.7em;
	border-top: 2px solid #CCCCCC;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS";
	background-position: 50%;
	background-repeat: repeat-y;
}

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

#footer a:hover {
color: #FF0000;
text-decoration: underline;
}

.rightimage {
margin-left: 15px;
margin-bottom:5px;
float:right;
}

.leftimage{
margin-right: 15px;
margin-bottom:5px;
float:left;
}
