/*|||||||||||||||| GLOBAL STYLES ||||||||||||*/

/*************TAGS*************************/

body {
	background-color: #eee0e5;
	font-family: Verdana, Arial, Helvetica;
	}
p {
	color: #696969;
	margin: 10px 0 10px 0;
	line-height: 20px;
	}
a {
	text-decoration: none;
	color: #191970;
	}
a:link {
	text-decoration: none;
	color: #191970;
	}
a:visited {
	text-decoration: none;
	color: #191970;
	}
a:focus,
a:hover {
	color: #4682B4;
	}
img {
	border: none;
}
table.border {
	border: 1px solid #696969;
}
tr.pink {
	background-color: pink;
}
tr.lt_pink {
	background-color: #eee0e5;
}
td {	
	color: #696969;
	font-size: 85%; /*Adjust this to alter default font-size as it relates to 'small' */
}
h1 {
	font-size: 120%;
	line-height: 18px;
	color: #191970;
	padding: 0 20px 0 20px;
}
h2 {
	font-size: 100%; 
	color:#191970;
	padding: 0 20px 0 20px;
}
h3 {
	font-size: 85%; 
	color:#696969; 
	padding: 0 20px 0 20px;
}
h4 {
	font-size: 95%; 
	color:#000000; 
	padding: 0 20px 0 20px;
}
h5 {
	font-size: 85%; 
	color:#000000; 
	padding: 0 20px 0 20px;
	line-height: 1.2em;
}

/*****************END TAGS**********************/

/*****************LAYOUT**********************/
#box {
	margin: 12px auto;
	width: 790px; 
	font-size: 85%; /*Adjust this to alter default font-size as it relates to 'small' */
	line-height: 24px;
	background-color: #f4efe9;
	}
#header {
	width:790px;
	height:70px;
	background-color: #eee0e5;
	}
#links {
	width:750px;
	float: left;
	background-color: #f4efe9;
	padding: 0 7px 0 7px;
	}
#links ul {
	list-style: none;
	float: right;
	}
#links ul li {
	display: inline;
	padding: 0 10px 0 10px;
	}
#links ul li a {
	color: #C71585;
	font-size: 1em;
	}
#links ul li a:hover {
	color: #4682B4;
	font-size: 1em;
	}
/*****************CONTENT**********************/	
#content {
	background-color: #f4efe9;
	width: 640px;
	float: right;
	padding: 0 7px 7px 7px;
	text-align: justify;
	}
#content p {
	padding: 5px 20px 5px 20px;
	font-size: 85%; /*Adjust this to alter default font-size as it relates to 'small' */
	}
#content ul li {
	display: inline;
	padding: 0 10px 0 10px;
	font-family: "Trebuchet MS";
	line-height: -1em;
	}
#content ul li a {
	color: #191970;
	font-family: "Trebuchet MS";
	font-size: .9em;
	}
#content ul li a:hover {
	color: #4682B4;
	font-family: "Trebuchet MS";
	font-size: .9em;
	}
#content ul li.vert {
	display: block;
	width: 500px;
	color: #696969;
	padding: 5px 20px 5px 20px;
	font-size: 95%;
	line-height: 1em;
	}
#content ul li a.normal {
	color: #696969;
	font-family: Arial;
	font-size: 95%;
	}
#content ul li a.normal:hover {
	color: #4682B4;
	font-size: 95%;
	}
#content ul li.direction {
	display: block;
	width: 250px;
	padding: 0 10px 0 10px;
}
#content ul li a.direction {
	color: #191970;
	font-family: "Trebuchet MS";
	font-size: .9em;
	}
#content ul li a.direction:hover {
	color: #4682B4;
	font-family: "Trebuchet MS";
	font-size: .9em;
	}
/*****************END CONTENT**********************/

/*****************TIERS**********************/
#tiers {
	background-color: #f4efe9;
	width: 640px;
	float: right;
	padding: 0 7px 7px 7px;
	font-family: Arial;
	text-align: justify;
	}
#tiers p {
	font-size: 85%; /*Adjust this to alter default font-size as it relates to 'small' */
	}
#tiers a {
	color: #191970;
	font-family: Arial;
	font-size: .9em;
	}
#tiers a:hover {
	color: #4682B4;
	font-family: Arial;
	font-size: .9em;
	}
#tiers ul.vert {
	display: block;
	width: 500px;
	list-style-type: disc;
	}
#tiers ul li.vert {
	color: #696969;
	padding: 5px 20px 5px 20px;
	font-size: 90%;
	line-height: 1.3em;
	text-indent: -1em;
	}

/*****************END TIERS**********************/
#sponsors {
	width: 120px;
	padding: 0 3px 0 5px;
	background-color: #f4efe9;
	}
.floatleft {float: left;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 10px;
	}
.floatright {float: right;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	}
.clear {
	clear: both; 
	height: 0px; 
	display: block; 
	line-height: 0px; 
	font-size: 0px;
	}
.empty {
	height: 20px;
	width: 120px;
}
a.normal {
	color: #696969;
	font-family: Arial;
	font-size: .9em;
	}
a.header {
	color:#191970;
	font-family: "Trebuchet MS";
	font-size: 110%;
	padding: 0 20px 0 20px;
	}


/*****************END LAYOUT**********************/

/****************FOOTER STYLES ***************************/
#footer {
	background-color: #f4efe9;
	font-family: Arial;
	font-size: 90%; 
	border-top: 2px solid #808080;
	}
#footer a {color: #191970;}
#footer a:hover {color: #4682B4;}
#footer p {
	margin: 0px; 
	padding: 0px;
	color: #191970; }
/****************END FOOTER STYLES *************************/
