/* colours */
/* BG - Text
#600000 - #000000 */

/* BODY */

body {
	background-color: #444;
}

#personalinfo {
	margin-right: 20px;
}

/* CONTAINER */

#container {
	width: 80%;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 1.6em;
	color: #000; /* text colour */
	background-color: #f0f0f0;
	border-radius: 10px;
	margin-top: 20px;
	padding: 10px;
}

	
/* GENERAL MOJO AND MULA */
		
h2 {
	color: #78787c;
	font-size: 16px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	/*font-family: Arial, Helvetica, sans-serif;*/
	background-color: #f0f0f0;
        font-weight: normal;
}

		
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

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: 1px solid #575352;*/
	/*border-bottom: 1px dashed #c0c0c0;*/
	border-bottom: 1px solid #c0c0c0;
	padding-top: 5px;
	clear: both;
	margin-bottom: 0px;
}

/* the slogan */
#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #808080;
}

#header img {
        style="margin: 0px 10px"
}


#header h1 {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 24px;
	color: #78787c;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
}


#header h2 {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 12px;
	color: #78787c;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #f0f0f0;
}

#header h3 {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	font-size: 12px;
	color: #78787c;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}


/* NAVIGATION ELEMENTS */

#navigation {
	width: 100px;
	margin-top: 20px;
	margin-left: 5px;
	float: left;
}
	
#navigation ul {
	list-style-type: none;
	/*float: left;*/
	/*width: 140px;*/
	margin-top: 0px;
	/*margin-bottom: 30px;*/
	/*border-bottom: 1px solid #CCC;*/
	/*border-top: 1px solid #CCC;*/
	color: #a9abae;
	font-size: 150%;
	padding: 0px;
	/*padding-left: 20px;*/
        padding-left: 10px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
}

#navigation span {
	font-size: 12px;
}

#navlist a {
	display: block;
	padding: 5px;
	width: 90px;
	color: #000000;
	/*border-bottom: 1px solid #CCC;*/
}

#navigation a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
/*        border-bottom: 1px dotted;*/
	/*border-left: 2px solid;*/
}
	
#navlist a:hover {
	/*background: #ffffff url(../figures/arrow.gif) 96% 50% no-repeat;*/
	/*background: #ffffff;*/
	color: #a9abae;
	/*text-decoration: underline;*/
/*	border-left: 2px dotted;*/
/*        border-bottom: 1px solid;*/
}

/* 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;
	color: #000000;
	border-bottom: none;
}



 #sidebar ul {
	list-style-type: none;
	/*float: left;*/
	/*width: 140px;*/
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
}

#rightnavlist a {
	color: #000000;
	display: block;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 110px;
	border-bottom: none;
}

#rightnavlist a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
	
#rightnavlist a:hover {
	color: #a9abae;
	/*text-decoration: underline;*/
/*	border-bottom:2px dotted; */
}

#rightnavlist h1 {
	border-bottom: 1px dotted #c0c0c0;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	color: #000000;
}


/* FOOTER ELEMENTS */

#footer {
	margin-top: 10px;
	clear: both;
	/*background-color:#575352;*/
	background-color: #f0f0f0;
	padding: 0px 5px 0px 5px;
	text-align: right;
	border-top: 1px solid #c0c0c0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
	
#footer p {
	color: #000;
	padding: 5px;
}
	
#footer p a {
	color: #000;
	border-bottom: 1px dotted #000;
}
	
#footer p a:hover {
	color: #000;
	border-bottom: none;
}

