/*  body and font definitions */
html { 
  padding:0px;
  margin:0px;
}
body {
	background-color: #fff;
	font-size: 11px;
	line-height:19px;
	font-family: verdana, helvetica, sans serif;
	color:#333;  
	padding:10px 0px 10px 0px;
	margin:0px;
}
a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#EB208D;
	}
a:hover {
	color:#fff;
	background-color:#EB208D;
	text-decoration:none;	
	}
p {
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height:19px;
}
h1 {
	font-size: 21px;
	color: #EB208D;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
}
h2 {
	font-size: 16px;
	color: #EB208D;
	line-height:26px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin:0px;
}
h3 {
	font-size: 14px;
	font-weight:300;
	color: #EB208D;
	line-height:18px;
}

#navigation  {
	float: left;
	width: 167px;
	margin: 0px 5px 0px 0px;
}

#contentWindow {
	float:left;
	width: 588px
}		


ul, ol {
	margin:0px;
	padding-bottom: 10px;
	padding-top: 2px;
	font-weight: bold;
	color:#333;
	padding-left:40px;
	line-height:14px;
	}
	
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol ol{
	list-style-type: lower-roman;
}

li {
	font-size: 11px;
	font-weight: normal;	
	padding-top: 2px;
}

li a, li a:link, li a:visited, {
	color: #333;
	font-weight: normal;
	text-decoration:underline;
}

li a:hover {
	color: #fff;
	background-color: #EB208D;
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

input, select, textarea {
	font-size: 13px;
	padding: 2px;
	margin: 0px;
	border:1px solid #333;
}
/*  positioning-layers static and absolute */
/*#center {
    position:absolute;
    left:50%;
    margin-left:-380px;
    width:760px; 
}*/
#center {
    width:760px;
	align:center;
}
#nav {
	padding: 0px;
	margin:0px;
	width: 760px;
	background-color: #fff; 
	text-align:left;
	font-weight:normal;
}
.nav, .nav a:link, .nav a:visited {
	color:#fff;
	font-size: 16px;
	font-weight:normal;
	text-decoration:none;
}
.nav a:hover {
	color:#EB208D;
	font-size: 16px;
	text-decoration:underline;
	background-color:transparent;
}
#content {
	padding: 10px 0px 0px 0px;;
	background-color: #fff;    
	width: 760px;
	margin:0px;
	}
#footer {
	padding: 10px;
	background-color: #fff;    
	width: 760px;
	margin:0px;	
	font-size:9px;
	color:#333;
	}	
.footerlink {
	padding:5px 0px 0px 5px;
	text-align:left;
	font-size: 9px;
	color:#333;
	font-weight:normal;
	text-decoration:none;
	background-color: #fff; 
	}	
.footerlink a:link, .footerlink a:visited {
	color:#333;
	text-decoration:underline;
	font-weight:normal;
	}
.footerlink a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #EB208D; 	
	}
.dewsign {
	font-size: 9px;
	color:#999;
	font-weight:normal;
	text-decoration:none;
	}	
.dewsign a:link, .dewsign a:visited {
	color:#999;
	text-decoration:none;
	background-color: #fff; 
	}
.dewsign a:hover {
	color:#999;
	text-decoration:underline;	
	background-color: #fff; 
	}	