/* CSS Style Sheet, Happy Little Chaos
Mercedes Opheim, Feb. 2008 */


*{
	margin:0px;
	padding:0px;
	}
	
body{
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #BEBAD0;	
	background-image: url(images/notebg.gif);
	background-repeat:repeat;	
	background-position:top;
	background-attachment: scroll;
}
/***************************************************************/
/* This section is for the Headings styles */
/***************************************************************/


h1,h2,h3,h4,h5,h6 {
	padding: 0;
	font-family: Garamond, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #404040;
	color: #fff;
}

h2{
	font-size:20px;
	color: #CC6699;
}
h3{
	font-size:18px;
	color: #993399;
}
h4{
	font-size:16px;
	color: #993399;
}
h5{
	font-size:14px;
	color: #993399;
}
h6{
	color: #663399;
	font-size:11px;
}
h3 em {
	color:#FFFFFF;
}
/***************************************************************/
/*This section contains extra data for specials for entire page*/
/****************************************************************/

#toplinks{ 
    margin: 5px auto 10px auto; 
	padding: 5px; 
	text-align:right; 
	width: 770px; }

.imageright{
	float:right;
	border: 0px solid #cc6699;
	padding: 0px;
	margin-left: 10px;	
}
#content2{
	margin: 5px;
	padding: 5px;
	text-align: left;
	border: solid 1px #404040;
	font-size:1em;
	color: #000000;
	background-color: #FFFFFF;
}

.noborder{
	border:0;
}

ul {
	list-style-type: circle;
	font-weight: 400;
}

ol {
	list-style-type: lower-roman;
	font-weight: 400;
}	

a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #636399;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #8183AC;
}


a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}
#w3c {
	text-align:center;
}
/****************************************************************/
/*Contaner control to center the page and the content background */
/****************************************************************/

#wrapper{
    width:775px;
	color: #000000;
	background-color:#BEBAD0;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/);
	background-repeat:repeat;
	}


/****************************************************************/
/* This section is for the header style definition */
/****************************************************************/

#header{
	text-align: center;
	width:775px;
	height: 250px;
}

/****************************************************************/
/* This section is all the style information for the navigation */
/****************************************************************/


#nav{
	width:180px;
	float:left;
	background-color: #76799C;
	margin-top: 12px;
}

#nav ul{
	list-style-type:none;
	margin-left:1em;
	margin-right:8px;
	margin-top:10px;
}

#nav li{
	font-size: 1.2em;
	border-bottom: solid 1px #404040;
	margin-bottom:0.4em;
}
#nav a:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	display: block;
	color: #fff;
	margin-left: 5px;
	margin:3px; 
	padding-left: 5px; 
	width: 140px;
}

#nav a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background-color: #404040;
	border-right: 1px solid #9E11DF;
	color: #fff;
	border-left: 10px solid #9e11df;
}



#nav a:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	display: block;
	color: #fff;
	margin-left: 5px;
	margin:3px; 
	padding-left: 5px; 
	width: 140px;
}

#nav p{
	font-size: 1.2em;
	background-color:#404040;
	color:#FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/****************************************************************/
/* This section is all the style information for the content */
/****************************************************************/

#content{
	margin-left:200px;
	margin-right:1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content p{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:1em 0em;
	font-size: 1em;
	line-height:1.5em;
}

#content ul{
	font-size: 0.9em;
	line-height:1.5em;
	list-style:circle;
	padding-left: 20px;
}
#content ol{
	margin-left:3em;
	font-size: .9em;
	line-height:1.5em;
}
/****************************************************************/
/* This section is all the style information for the footer */
/****************************************************************/

#footer{
	width:775px;
	height:54px;
	background-image:url(images/footerbg.jpg);
	padding-top:10px;
	text-align: left;
	background-color: #FFFFFF;
}
#footer p{
	padding-top: 10px;
	padding-left: 200px;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}
