
/* CONTAINER */

		#container {
			width: 70%;
			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.7em;
			color: #666;
			background-color: #FFF;
		}
				
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 32px;
			color: #990000;
			margin-bottom: 5px;
			background-color: #FFF;
		}
		
		h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-top: 5px;
		}
				
		a {
			color:#999999;
			text-decoration: underline
		}

		a:hover {
			color:#666666;
		}
		
		a:link {
			color:#999999;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #808000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 2px solid #666666;
			padding-top: 1px;
			clear: both;
			margin-bottom: 5px;
		}
		

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

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 125px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
		}

		#navigation a {
			display: block;
			padding: 4px;
				width: 140px;
			border-bottom: 1px solid #ccc;
		}

		#navigation a:link, #navlist a:visited {
	color:#990000;
	text-decoration: normal;
	background-color: #FFFFFF;
		}
		
		#navigation a:hover {
	background-color: #FFFFFF;
	color:#0000CC;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 96% 50%;
		}

/* NAVIGATION2 ELEMENTS */
	
		 #navigation2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 100px;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
		}

		#navigation2 a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #996633;
		}

		#navigation2 a:link, #navlist2 a:visited {
	color:#990033;
	text-decoration: none;
	background-color: #FFFFFF;
		}
		
		#navigation2 a:hover {
	background-color: #FFFFFF;
	color:#FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 96% 50%;
		}


/* THE SMALL BOX BELOW NAV */

		#navigation p {
	margin-top: 20px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 520px;
			margin-left: 175px;
			margin-right: 2px;
		}
		
		#content p {
	padding-bottom: 10px; /* A faint grey line below the text */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 1px;
		}
		
		#content ul {padding-bottom:0px;}
		#content li {padding-bottom:0px;}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 125px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #CC9900;
		}

/* FOOTER ELEMENTS */

		#footer {

			clear: both;
			background-color:#F2F2F2;
			padding: 0px 2px 0px 2px;
		}
		
		#footer a {
			background-color:none;
			color:#666666;

			}
			
		#footer p {
			color:#666666;
			padding: 0px;
		}
		
	
		#footer p a:hover {
			color: #990000;
			background-color:none;
		}
		
h3 {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin-bottom: 3px;
	background-color: #FFF;
	margin-top: 0px;
	padding-left: 0px;
}
h4 {

	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
	background-color: #FFF;
	margin-top: 1px;
	padding-left: 2px;
}


		#rowheader {
			display: block;
			width: 480px;
			font-weight: 400;
			background-color: #CADCF7;
			border: thin solid #ccc;
			height: 15px;
			line-height: 1.25em;
			font-size: 12px;
			color: #0060BF;
			text-align: center;
		}
		
			#row {
	width: 358px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	line-height: 1.25em;
	text-align: left;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
			}
			
			
			#row a:link{
	background-color: #FFFFFF;
	color:#497D92;

			}
			
			#row a:hover {
			background-color: #F4F4F4;
			color:#0060BF;}
			
			#row a:visited {
			color:#497D92;
			}

#menu-disable {
	padding-bottom: 10px;
	border-bottom: 1px solid #CC9966; /* A faint grey line below the text */
	color: #CC9966;
}

/* bottom menu ELEMENTS */

		#bottommenu {
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: -8px;
		}
		
		#bottommenu a {
			color:#0060BF;
			background-color: #0099FF;

			}
			
		#bottommenu p {
	color:#0060BF;
	background-color: #0099FF;
	padding: 5px;
	font-size: 12px;
	line-height: .025em;
		}
		
	
		#bottommenu p a:hover {
			color: #0060BF;
			background-color: #F4F4F4;

		}
