/* CSS Document */
html {
    min-width: 1280px;
}

body,td,th {
	font-family: "Lucida Grande", calibri, trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color:#660066;
}

body		{
	/* background-color: #FFE2F2; */
	background-image: url(assets/multi-color-strip.jpg);
	background-repeat:repeat;
	font-size: 12px;
	font-family: "Lucida Grande", calibri, trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
}

a			{ color: #330033; text-decoration: underline; }
a:link		{ color: #330033; text-decoration: underline; }
a:visited	{ color: #330033; text-decoration: underline; }
a:hover		{ color: #330033; text-decoration: overline underline; }

hr	{
	color: #660066;
}

marquee {
background-color: #FFCCFF;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
align: center;
}

p	{
	/* background-color: #FFE2F2; */
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-family: "Lucida Grande", calibri, trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: left;
}

h3	{
	background-color: #FFCCFF;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 20px;
	font-family: "Lucida Grande", calibri, trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: center;
	border-width: thin;
	border-style: ridge;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2  {
	background-color: #FFCCFF;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 16px;
	font-family: "Lucida Grande", calibri, trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: center;
	border-width: thin;
	border-bottom: thin;
	border-top: thin;
	border-style: ridge;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul	{
	list-style-type: disc;
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}

ol {
	margin-left: 10%;
	margin-right: 10%;
}

li {
	margin-left: 5%;
	margin-right: 5%;
}

form {
	/* background-color: #FFE2F2; */
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: left;
}


div.header {
	/* position: relative; */
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	padding: inherit;
	background: url("assets/2nd-header.png");
	/* background: url("images/header.png"); */
	/* background-color: #FFCCFF; */
	background-repeat: no-repeat;
	background-position: center;
	
	border: 0px;
	border-bottom-width: 0px;
	border-style: hidden;
}

div.navbar {
	width: 100%;
	height: 120px;
	margin: none;
	padding: none; /* was inherit */
	/* background-color: #FFCCFF; */
	text-align: center;
	/* border: 1px;
	border-style: inset;
	border-bottom-style: none; */
}

 div.navbar li {
	background-image: url(assets/nav-button.jpg);
	list-style:  none;
	} 

div.navbar a {
	text-decoration: none;
	border: 0px;
	color: #660066;
	font-size: 10px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
}

div.navbar a:hover {
	color: gray;
}


div.footer {
	/* background-color: #FFCCFF; */
	font-size: 10px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}

div.footer p {
	/* background-color: #FFCCFF; */
	margin-left: 10%;
	margin-right: 10%;
	font-size: 10px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: left;
}

div.footer a {
	text-decoration: underline;
}

div.images { 
	/* background-color: #FFE2F2; */
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: center;
	border-style: none;
	border-width: thin;
	border-color: #CCCCCC
}

div.images p {
	/* background-color: #FFE2F2; */
	margin-top: 0px;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 10px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: left;
}

table {
	/* background-color: #FFE2F2; */
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: left;
}
	
div.coming-soon {
	/* background-color: #FFE2F2; */
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
}

div.coming-soon p {
	font-size: 16px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: center;
}

div.navigation-hint {
	/* background-color: #FFE2F2; */
	margin-left: 20%;
	margin-right: 20%;
}

div.navigation-hint p {
	font-size: 10px;
	font-family: "Lucida Grande", trebuchet, "Trebuchet MS", helvetica, sans-serif;
	color: #660066;
	text-align: center;
}


