@charset "utf-8";
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 180px;
	border-bottom: 1px solid #000000;
	font-size: 1em;
}
#nav {
	vertical-align: text-top;
	background-color: #ceecff;
	width: 180px;
}
ul li {
	position: relative;
}
ul ul {
	display: none;
	position: absolute;
	left: 179px;
	top: 0px;
}
ul ul ul {
	display: none;
}
/* Styles the list's links look */
li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-color: #000000;
	background-color: #ceecff;
	width: 168px;
}
li a:hover {
	color: #000000;
	background-color: #73c8fe;
}
li a:visited {
	color: #000000;
}
/* End Styling the list */
#info {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#nav ul li:hover ul, #nav ul li.over ul
{ 
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */
#header {
	text-align: center;
	height: 150px;
	vertical-align: middle;
	background-image: url(images/bg.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}
#content {
	font-size: 1.25em;
	line-height: 2em;
	vertical-align: top;
	padding: 15px;
}
#content table {
	font-size: 1em;
	line-height: 1em;
}
#options {
	padding-left: 37px;
}
#footer {
	font-size: 0.75em;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
#colors {
	padding-left: 60px;
	text-align: left;
}
#info {
	left: 180px;
	top: 145px;
	position: absolute;
}
#links {
	color: #000000;
	background-color: #CEECFF;
	text-align: center;
}
a:visited {
	color: #0000ff;
}
.style1 {
	font-size: 12px
}
.fontList {
	font-size: 0.75em
}

.text {
	font-size: 1em;
	line-height: 1.5em;
}
.color {
	font-size: .65em;
	color: #FF3300;
}
.emb {
	padding-top: 10px;
	padding-bottom: 10px;
}
