/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
   color: #000000; 
   text-align: center; 
   min-width: 750px; 
   font-family: "Arial", Verdana, Trebuchet MS, lucida, helvetica, sans-serif;
   font-size: 12px;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
}

a, a:link, a:visited {
   color: #9c0063;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
    color: #9c0063;
	text-decoration: underline;
}

a:active, a:focus {
	text-decoration: none;
	color: #9c0063;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}
h1{
	color: #9c0063;
	font-size: 13px;
}
h2{
	color: #ffffff;
	font-size: 13px;
}
h3{
	color: #9c0063;
	font-size: 13px;
}
.small{
	color: #9c0063;
	font-size: 11px;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 750px;
   text-align: left;
}
#toptext{
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#toptext h1{
	color: #9c0063;
	font-size: 10px;
}

/* intro */

#pageHeader {
	height: 170px;
}
#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 68px;
	color: #9c0063;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 144px;
	top: 114px;
	font-size: 12px;
	color: #9c0063;
}
.navigationtemp {
	height: 2px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 6px;
	}
.navigation {
	height: 20px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 6px;
	}
.navigation a {
	color: #9c0063;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	margin-right: 1px;
	background-color: #ffffff;
	border: 1px solid #9c0063;
	font-size: 10pt;
}
.navigation a:hover,.navigation a#active {
	color: #ffffff;
	border: 1px solid #9c0063;
	background-color: #9c0063;
}
.clear,.clearer {clear: both;}

#quickSummary {
	position: absolute;
	left: 375px;
	top: 165px;
	width: 360px;
	font-size: 10px;
	color: #9c0063;
}
#top {
	position: absolute;
	left: 250px;
	top: 18px;
	width: 450px;
}

#quickSummary a {
    color: #9c0063;
}

#about {
    clear: both;
	padding-left: 10px;
	padding-top: 10px;
    border: solid #660033 1px;
	margin-bottom: 20px;
}

#about h3 {
   color: #660033;
   margin-bottom: 10px;
}

/* text */

#buttons {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d693bd;
	border-left-color: #d693bd;
}
#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d693bd;
	border-bottom-color: #d693bd;
	border-left-color: #d693bd;
}

#left {
	float: left;
	width: 410px;
}

#right {
	float: right;
	width: 250px;
	font-size: 11px;
	color: #9c0063;
}

#content h3 {
   margin-bottom: 5px;
   color: #9c0063;
}

#content .p1 {
	color: #000000;
	background-color: #efd3e7;
	padding: 5px;
}
#footer {
   clear: both;
   font-size: 10px;
   border-top: solid #9c0063 1px;
   padding-top: 10px;
   color: #999999;
}
#footer a{
   color: #999999;
}
