body {
	background-image: url(images/background.jpg);
	background-color: #ffffff;
	font-size: 14px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #003399;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
   text-decoration: none;	
	text-align: center;
}

A:link {
	color: Teal;
	background-color: inherit;
	text-decoration: none;
} 

A:visited {
	color: #ff0000;
	background-color: inherit;
	text-decoration: none;
}

A:hover {
	color: Blue;
	background-color: Yellow;
	text-decoration: underline;
}

A:active {
	color: #00ff00;
	background-color: inherit;
	text-decoration: none;
}

A.col:link {
	color: Red;
	background-color: inherit;
	text-decoration: none;
} 

A.col:visited {
	color: Gray;
	background-color: inherit;
	text-decoration: none;
}

A.col:hover {
	color: Blue;
	background-color: Yellow;
	text-decoration: underline;
}

A.col:active {
	color: Yellow;
	background-color: inherit;
	text-decoration: none;
}

#menu ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#menu ul li {
   display: inline;
   padding-left: 10px;
   padding-right: 10px;
}

#menu a {
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	color: Yellow;
	background-color: inherit;
	text-decoration: none;
}

#menu a:visited {
	color: Lime;
	background-color: inherit;
	text-decoration: none;
}
        
#menu a:active {
   color: #00ff00;
	background-color: inherit;
	text-decoration: none;
}
        
#menu a:hover {
	color: Black;
	background-color: Yellow;
	text-decoration: underline;
}        

p {
	line-height: 150%;
	font-size: 14px;
}

p.col {
	line-height: 100%;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}

h1 {
	font-size:30px;
	font-weight:bold;
}

h2 {
	font-size:24px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

img {
	border: 0px;
}

#content {
	background-color: #99ff99;
	color: inherit;
	width: 800px;
	margin: 50px auto 50px auto;
	border-top: 0px solid #006;
	text-align: center;
	border: 1px solid #333;
	position: relative;
	background-image: url(images/orange.gif);
	background-repeat: repeat-y;
}

#header {
	background-color: #ffffff;
	color: inherit;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding-right: 20px;
	height: 250px;
}

#menu {
	background-color: Black;
	color: inherit;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	border-bottom: thin;
	border-bottom-style: solid;
	border-bottom-color: Black;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#left {
	width: 130px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#central {
	background-color: White;
	color: inherit;
	margin-left: 140px;
	margin-right: 160px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
}

#right {
	background-color: #99ff99;
	color: inherit;
	width: 150px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 303px;
	right: 0px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}	

#footer {
	margin: 0px 0px 0px auto;
	background-color: #ffffcc;
	color: inherit;
	width: 100%;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: thin;
	padding-bottom: 5px;
	padding-top: 5px;	
	font-size: 11px;
	text-align: center;
}

