/* CSS Document */

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

body		{
	background-color: #FFE2F2;
	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;
}

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;
}

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: 90px;
	margin: 0px;
	padding: inherit;
	
	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: 30px;
	margin: 0px;
	padding: inherit;
	background-color: #FFCCFF;
	text-align: center;
	/* border: 1px;
	border-style: inset;
	border-bottom-style: none; */
}

div.navbar a {
	text-decoration: none;
	margin: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	border-style: dashed;
	color: #660066;
	font-size: 9px;
	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;
}