@charset "utf-8";
@import url("reset.css");
/* CSS Document */

		body {
			margin: 0;
			padding-left: 200px;    /* LC fullwidth */
			padding-right: 240px;   /* RC fullwidth + CC padding */
			min-width: 240px;       /* LC fullwidth + CC padding */
			font-family: Arial, Helvetica, sans-serif;
		}

		#header, #footer {
			margin-left: -200px;    /* LC fullwidth */
			margin-right: -240px;   /* RC fullwidth + CC padding */
			text-align: center;
		}
		
		#header {
		background: url(/images/header.png) 0% 0% repeat-x;
		margin-bottom: 10px;
		}
a.ex1:link,a.ex1:active {color:red;}
a.ex1:hover,a.ex1:active{border-bottom:6px dotted;}
a.ex1:visited,a.ex1:active{color#FF00FF;}
		.column {
			position: relative;
			float: left;
			padding-top: 1em;
		}

		#center {
			padding: 0 20px;
			width: 100%;
		}

		#left {
			width: 180px;           /* LC width */
			padding: 0 10px;        /* LC padding */
			right: 240px;           /* LC fullwidth + CC padding */
			margin-left: -100%;
			text-align: center;
		}

		#right {
			width: 180px;           /* RC width */
			padding: 0 10px;        /* RC padding */
			margin-right: -100%;
			text-align: center;
		}

		#footer {
			clear: both;
		}

		/*** IE Fix ***/
		* html #left {
			left: 200px;            /* RC fullwidth */
		}
		
		.half {
			width: 47%;
		}

		.clearfloat {
			clear: both;
			height: 1%;
		}
			
/* --------------------------- */

.menubuttonactive {

     background: url(/images/menubutton.png);
     margin: 4px auto;
     height: 42px;
     width: 160px;
     font-family: "Arial Black", Arial, Veranda;
     font-size: 22px;
     text-align: center;
}

 

.menubuttonactive a {
     text-decoration: none;
     color: #FF0000;
}

.menubutton {
	background: url(/images/menubutton.png);
	margin: 4px auto;
	height: 42px;
	width: 160px;
	font-family: "Arial Black", Arial, Veranda;
	font-size: 22px;
	text-align: center;
}

.menubutton a {
	color: #FFFFFF;
	text-decoration: none;
}

.menubutton a:hover {
	color: #FF0000;
}

.menubutton a:active {
	color: #FF0000;
}

.footerbar {
	background: url(/images/footer.png) 0% 0% repeat-x;
	width: 100%;
	height: 108px;
}

/* --------------------------- */

p {
	margin: 15px 0;
}

ul {
	margin-left: 2em;
}

li {
	margin-top: 5px;
}

/* --------------------------- */

.star {
	background:	url(/images/star.png) no-repeat;
	height: 84px;
	width: 84px;
	margin-top: 30px;
	padding-top: 30px;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.centered {
	text-align: center;
}

.push {
	padding-top: 5em;
}

.left {
	text-align: left;
}

.red {
	color: #FF0000;
}

.blue {
	color: #004080;
}

.solid {
	list-style: disc;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* ---------------------------------- */

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 5px;
}
 
legend {    
	font-weight: bold;  
}

legend span {
	position: absolute;
	margin-top: 0.5em;
}
 
fieldset ol {  
	padding: 2.5em 1em 0 1em;  
	list-style: none;  
}  

fieldset li {  
	padding-bottom: 1em;  
}  

fieldset.submit {  
	padding: 0 0 1em 1em;  
	border-style: none; 
	background-color: transparent;
}

label {    
	display: block;
}

input, textarea {
	background-color: #FFFFFF;
}

input:focus, textarea:focus {
	background-color: #FFFF66;
}

input.btn {
	border: 1px solid;
	font-size: 80%;
	font-weight: bold;
}
