			img {
				border: none;
			}
			.floatright {
				position: absolute;
				right: 0px;
			}
			#titlebar {
				width: 680px;
				margin: auto;
				margin-top: 30px;
				text-align: left;
			}
			#panel {
				position: relative;
				z-index: 1;
				width: 490px;
				padding-top: 10px;
				padding-bottom: 10px;
				padding-right: 190px;
				margin: auto;
				text-align: left;
				background: url('graphics/panelbackground.jpg');
				background-repeat: no-repeat;
				background-position: bottom right;
			}
			#threecolumns {
				border-top: 1px solid #6666CC;
				border-bottom: 1px solid #6666CC;
				width: 680px;
				min-height: 260px;
				margin: auto;
				margin-top: 10px;
				padding-bottom: 10px;

			}
			#column1 {
				width: 220px;
				height: 200px;
				text-align: left;
				font-size: .7em;
				overflow: auto;
				margin-right: 5px;
				float:left;
				background: url('graphics/column.gif');
				background-repeat: no-repeat;
				background-position: left;
			}
			#column2 {
				width: 220px;
				height: 200px;
				text-align: left;
				font-size: .7em;
				overflow: auto;
				margin-left: 5px;
				margin-right: 5px;
				float:left;
				background: url('graphics/column.gif');
				background-repeat: no-repeat;
				background-position: left;
			}
			#column3 {
				width: 220px;
				height: 200px;
				text-align: left;
				font-size: .7em;
				overflow: auto;
				margin-left: 5px;
				float:left;
				background: url('graphics/column.gif');
				background-repeat: no-repeat;
				background-position: left;
			}
			p {
				padding-right: 15px;
				padding-left: 5px;}
			.u {
				text-decoration: underline;
			}
			#footer {
				margin: auto;
				margin-top: 10px;
				width: 680px;
				font-size: .6em;
			}
#mainMenu {
	position: relative;
	margin: auto;
	text-align: left;
	width: 680px;
	background-color: #6666CC;
	color: #ffffff;
	padding: 2px;
	z-index: 100;
}

#menuList {
	text-align:left;
	margin: 0px;
	margin-left: -2px;
	padding: 0px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display:inline;
	list-style: none;
	margin-right: -4px;
	padding: 0px;
}

a.starter {
	background-color: #6666CC;
	color: #ffffff;
	font-size: 1em;
	margin: 0px;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #333333;
FONT-WEIGHT: bold;
}


a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #FF6600;
	color: #000000;
FONT-WEIGHT: bold;
}

a.starter:visited, {
	background-color: #;
	color: #ffffff;
FONT-WEIGHT: bold;
}
a.starter:link, {
        background-color: #;
        color: #ffffff;
FONT-WEIGHT: bold;
}


#stylelibrary {
	color: #ffffff;
	background: #C85D23;
	}
#menubuilder {
	color: #ffffff;
	background: #627B5F;
	}
#aboutus {
	color: #ffffff;
	background: #A79E37;
	}
.menu {
	text-align: left;
	color: #ffffff;
	width: 160px;
	background-color: #6666CC;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

.menu li a {
	background-color: transparent;
	color: #fff;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #FF6600;
	color: #000000;
}


