html {
	color:#000;
}
body {
	margin:0;
	padding:0;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:  #fff;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#container {
	margin:0 auto;
	text-align:left;
	width: 960px;
}


/********** TEXT **********/
	
a:link, a:visited {	 
	color: #bc6c55; 
	text-decoration: none;
	font-weight: bold;
	}		

 a:hover {
	color: #ed7f66; 
	text-decoration: underline;
	}


h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #6e4854; 

}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 10px;
}


h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #ea5f4c;
}


h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #815066;
}

h4 {
	font-size: 1.3em;
	font-weight: bold; 
}


p {
	font-size: 1.3em;
	margin: 2px 0 15px 0;
	line-height: 130%;
}


dl {
	margin: 10px 10px 10px -30px;
	padding: 0;
}

ul, ol {
	margin: 10px 10px 10px 20px;
	padding: 0;
}

ul {
	
	list-style: disc;
}


ul li, ol li, dl dd {
	font-size: 1.3em;
	line-height: 160%;
}

ul p, ul li ul, ul li ol, ul li dl ol li ul, ol p, ol li ul, ol li dl, dl p, dl dd dl, dl dd ol, dl dd ul {
	font-size: 1.0em;
}

td ul li, td ol li, td dl dd {
	font-size: 1.2em;
}


/***** LAYOUT **********/


#header {
	margin: 0;
	padding: 0;
	height: 60px;
	background-image:url(../images/pink_pattern.jpg);
	background-repeat:repeat-x;
}

#header h1 {
	margin: 0;
	padding-top: 20px;
	padding-left: 0px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 22px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	}

#header h1 a:link, #header h1 a:visited, #header h1 a:hover {	
	color: #fff;
	padding: 2px 18px 2px 40px;
	background: rgba(121, 91, 69, 0.45);
	text-decoration: none;	
}


#navbar {
	background-image:url(../images/navbar_brown.jpg);
	background-repeat:repeat-x;
	height: 30px;
	margin: 0 auto;	
}

#main {
	margin: 30px 20px;
}

#wide {
	background-color: #feffec;
	padding: 20px 50px;
}

#leftcontent {
	width: 600px;
	float: left;
}

/* global nav */

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}


#nav li a {
	float: left;
	width: 140px;
	color: #fff;	
	background-image:url(../images/navbar_brown.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
	line-height: 30px;
	text-transform:uppercase;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 1.0em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.03em;
}

#nav li a:hover {
	background-image:url(../images/navbar_brown_hi.jpg);
	background-repeat:repeat-x;
	color: #fcb9e2;
}



/* images */

img.left {
	float: left;
	margin: 0 10px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}


/******** MISC *************/
.button {
	background-color: #774a44;
	padding: 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 0.08em;
	text-decoration: none;
	border: none;
	color: #fff;
}

.button a:link, .button a:visited {
	color: #fff;
	text-decoration: none;
}

.button a:hover, .buttonhover {	
	color: #edb1d3;
	text-decoration:none;
}



/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
	

/******** alignment *************/	

.left {
	float: left;
	margin: 0 10px 0 0;
}

.right {
	float: right;
	margin: 0 0 0 10px;
}



/********** TABLES **********/


	
th {
	background-color:#774a44;
	color: #fff;
	font-weight: bold;
	}
	
/* em's are multiplicative, so reduce the size of the html text ems in the td since they use 1.2em as the base */
/* so 1.0 is 1.0 x 1.2 = 1.2, 1.2 is 1.2 x 1.2 = 1.44 etc */

td p {
	font-size: 1.0em;
}

td h2 {
	font-size: 1.4em;
}

td h3 {
	font-size: 1.2em;
}

td h4 {
	font-size: 1.1em;
}


.oddrow {
	}
	
.evenrow {
	background-color: #eee;
	}

.hoverrow {
	background-color: #ffd;
	}	


.tabledata {
	border-top: 1px solid #ccc;
	 border-left: 1px solid #ccc;
	margin: 10px 0 20px 0;
	}



.plaintable {
	border: none;	
	margin: 10px 0 20px 0;
	}
	


.plaintable p {
	margin: 2px 0 10px 0;
}



.tabledata th, .tabledata td, .plaintable th, .plaintable td {
	padding: 6px;	
	font-size: 12px;
}

.tabledata th, .tabledata td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	




/********** footer *************/

#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 40px;
}

#footer p {
	margin-top: 20px;
	margin-left: 55px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	letter-spacing: 0.02em;
}

#footer a:link, #footer a:visited {
	color: #333;
	font-weight: normal;
}

#footer .links {
	float: left;	
	text-transform: lowercase;
}

#footer .copyright {
	float: right;
	margin-right: 55px;
}

