/* ================================================================ 
This copyright notice must be untouched at all times.
/*Site Layout*/
body {
	margin:0;
	padding:0;
}


.contentfont {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	color: #3b3a3a;

}

.privacyfooterfont {
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: normal;
	color: #3b3a3a;

}

.header{
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight:bold;
	color: #3b3a3a;
}

.header_navi{
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight:bold;
	color: #fc3305;
}
.h1{
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight:bold;
	color: #3b3a3a;
}

a:link, a:visited, a:active {
	color: #3b3a3a;
	text-decoration: none;
}

a:hover {
	color: #3b3a3a;
	text-decoration: underline;
}

#layout {
margin: 0 auto;
border:0;
padding: 0;
width: 800;
align: center;
min-height:550px;
}

#privacypolicy {
margin: 0 auto;
border:0;
padding: 0;
width: 800;
align: center;
background-repeat: no-repeat;
}

#footer {
margin: 0 auto;
border: 0;
padding: 0;
width: 100%;
background: #FFFFFF center;
}

#profile {
margin: 0;
padding: 0;
vertical-align: top;
}


#navcontainer { 
margin: 0 0 0 5px; /*changed*/
padding: 0; 
width: 100%; 
/*background-color: #FFDAA2;
border: 1px solid #FFDAA2;*/
}
ul.navlist { 
margin: 0;
padding: 0; /*do not delete, or else will have display problems in firefox*/
height: 27px;
list-style-type: none;
font-family: Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
text-align: center;
}
ul.navlist li {
/*display: block;*/  
float: left;
margin: 0; /*No width or height shd be placed here*/
padding: 0;/*Padding here will add space between the tabs, top, below and left and right */
} 
ul.navlist li a {
/*display: block;*/
width: 80px;
padding: 5px 10px 5px 0;
text-decoration: none; 
/*border: 1px outset #FFDAA2;*/
color: #FFFFFF;
}
ul.navlist a:hover {
/*border: 1px inset #FFDAA2;
background-color: #FF9900;*/
color: blue;
}

li.active a {
/*display: block;*/
/*background-color: #FF9900;*/
}
li.active a:hover {
}
ul.navlist a:visited {text-decoration: none; color: #ffffff;}



/*Main Navi*/
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*cyan blue : #66c6dc
dark bue: #0a50a1*/
#menu {list-style-type:none; 
margin:-60px 0 200px 15px; /* settings for this demo olnly - margin:-60px 0 200px 20px;*/
padding:0;
z-index:200;
position: absolute;
}

#menu li {
	display:block; float:left; position:relative; z-index:200; margin-right:1px; color:#000000;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	}
#menu li span {display:block; z-index:100; background:#FFFFFF; padding: 5px 4px;font-size:1.1em;}
/*background changed to white*/
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	background: url(transparency.gif);
	z-index: 200;
}
#menu dt {background: #FFFFFF; margin:0; font-size: 1.1em; border-bottom:1px solid #fff; float:left; border-right:1px solid #fff; z-index:200;}/*affects top*/
#menu dd {display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left; z-index:200;}

#menu dt a, #menu dt a:visited {display:block; color:#000000; padding: 5px 4px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background:#66c6dc; color:#000000; text-decoration:none; display:block; padding: 5px 4px;}

#menu li a {border:0; text-decoration: none; color: #000000;} 
#menu li a:hover {border:0; text-decoration: none; color: blue;} 

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {border-bottom:0px solid #FFFFFF;}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #FFFFFF; color:#534;}/*this affects top*/

#valignt { 
   vertical-align:top; 
}

.red { color:red;  }
