/*     DIV COLOR AND SIZING                     */ 
/*     work with ID attributes in HTML          */

/*The HTML <body>...</body>*/

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../media/images/background.jpg');
}

/* Global parameters */
table {
	 background-color: #c8c8c8;
	 border-collapse: collapse;
	 border-width: 0px;
	 border-style: none;
}

/*table td {
	border-width: 0px;
	border-style: none;
}
*/

/*table th {
	border-width: 0px;
	border-style: none;
}
*/
H1 { 
	 font-size: 26px;
	 font-family: Arial, Helvetica, sans-serif; 
	 color: 221e1f;
}


p {
	font-size: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif; 
	color: #221e1f;
	margin: 10px 10px;
}


a {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #00a652;
    background: transparent;
}


img {
	border: none;
}


a:link {
	font-size: small;
	color: #00a652;
	background: transparent;
	text-decoration: none;
}


a:visited {
	color: #00a652;
	background-color: transparent;
	text-decoration: none;
} 


a:hover {
	color: #FFFFFF; 
	background-color: #00a652;
}

.nav a:hover {	
	border: none;
	background-color: transparent;
}

/* Special List Control */

/*#navigation ul li {
	list-style-type: none;
	border-bottom: 2px solid #777777;
}	

#content ul li {
	font-size: x-small;
	font-family: Georgia; 
	list-style-type: disc;
	border-bottom: 0px;
} */

/* Box Area Control */

/* #header {
	font-size: 14px;
	font-family: Times New Roman, Times, serif; 
	color: #221e1f;
	margin: 10px 10px;
}

#header a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 	9pt;
	font-weight: bold;
	TEXT-DECORATION: none;
	line-height: 15pt;
}




#topnav {
	border-top: 1px solid black;
	border-right: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	background: #006699;
}

#corner {
	
	background: #006699;
}

#leftnav {
	color: white;
	background-color: #006699;
}

#leftlower {
	color: white;
	background-color: #006699;
	font-size: xx-small;
}

#leftlower a {
	color: white;
	background-color: #006699;
	font-size: xx-small;
}

#leftlower a:hover {
	color: black; 
	background-color: #96D2F3;
}

#container {
	background-color: #FFFFFF;
	border: 1px solid black;
}

#content {
	color: black;
	background-color: white;
	border-left: 1px solid black;
}

#content a{
	color: #006699;
}

#footer {
	color: white;
	font-size: xx-small;
}

#bottomnav {
	color: white;
	font-size: xx-small;
}

#bottomnav a {
	font-size: xx-small;
}
*/
