/* BODY */

body {
	background-color: #575352;
}


/* CONTAINER */

#container {
	width: 100%;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #000;
	background-color: #DCDCDC;
}

	
/* GENERAL MOJO AND MULA */
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #005AB4;
	margin-left: 10px;
	margin-bottom: 30px;
	background-color: #DCDCDC;
}
		
h2 {
	color: #005AB4;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C3C3C3;
}
		
a {
	color: #005AB4;
	text-decoration: none;
}

a:hover {
	color:#005AB4;
	background-color: #F5F5F5;
}

form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
	margin-right: 10px;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
	
.button {
	padding: 2px;
}

	
/* HEADER ELEMENTS */

#header {
	border-bottom: 4px solid #575352;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}

/* the slogan */
#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #808080;
}


/* NAVIGATION ELEMENTS */

#navigation {
	width: 100px;
	margin-top: 20px;
	margin-left: 5px;
	float: left;
}
	
 #navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	/*float: left;*/
	/*width: 140px;*/
	margin-top: 0px;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #CCC;*/
	border-top: 1px solid #CCC;
}

#navlist a {
	display: block;
	padding: 5px;
	width: 90px;
	color: #005AB4;
	/*border-bottom: 1px solid #CCC;*/
}

#navigation a:link, #navlist a:visited {
	color: #005AB4;
	text-decoration: none;
}
	
#navlist a:hover {
	/*background: #ffffff url(../figures/arrow.gif) 96% 50% no-repeat;*/
	background: #ffffff;
	background-color: #F5F5F5;
	color: #005AB4;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

	
/* CONTENT ELEMENTS */

#content {
	/*width: 80%;*/
	margin-left: 140px;
	margin-right: 180px;
	margin-top: 20px;
	text-align: justify;
}
	
#content p {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/ /* A faint grey line below the text */
}


/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 120px;
	margin-top: 20px;
	margin-right: 5px;
}
	
#sidebar p {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}



 #sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	/*float: left;*/
	/*width: 140px;*/
	margin-top: 0px;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #CCC;*/
	border-top: 1px solid #CCC;
}

#rightnavlist a {
	display: block;
	padding: 5px;
	width: 110px;
	/*border-bottom: 1px solid #CCC;*/
}

#rightnavlist a:visited {
	color: #005AB4;
	text-decoration: none;
}
	
#rightnavlist a:hover {
	background: #000000 url(arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color: #005AB4;
}


/* FOOTER ELEMENTS */

#footer {
	margin-top: 20px;
	clear: both;
	background-color:#575352;
	padding: 0px 5px 0px 5px;
	text-align: right;
}
	
#footer p {
	color: #DCDCDC;
	padding: 5px;
}
	
#footer p a {
	color: #DCDCDC;
	border-bottom: 1px dotted #DCDCDC;
}
	
#footer p a:hover {
	color: #FFFFFF;
	background-color: #575352;
}
