@import url(layout.css);
body {
	xcolor:#828282;
	color:#404040;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	overflow:scroll;
}
td{
	color:#404040;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}


	margin-left: 10%;
	margin-right: 10%;
	background-color: #fff;
	position: relative;
	xborder:1px red solid;
	
}
#tagline{
	width:200px;
	color:white;
	text-align:center;
	background-color: #45476A;
	vertical-align:bottom;
	font-size:small;
}

A.tagline2 { 
	color:white;
	text-align:center;
	background-color: #45476A;
	vertical-align:bottom;
	font-size:small;
 }
A.tagline2:visited { 
	color:white;
	text-align:center;
	background-color: #45476A;
	vertical-align:bottom;
	font-size:small;
 }
 
A.tagline2:active { 
	color:white;
	text-align:center;
	background-color: #45476A;
	vertical-align:bottom;
	font-size:small;
 }

A.tagline2:hover { 
	color:white;
	text-align:center;
	background-color: #45476A;
	vertical-align:bottom;
	font-size:small;
 }

#footer {
	background-color: #45476A;
}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px outset white;
	background-color: #CFD0DD;
}
#navigation .active{
	xcolor: #000;
	color: white;
	text-decoration: none;
	border: 1px inset white;
	background-color: #45476A; 
	xbackground-color :#CFD0DD;
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px outset white;
	background-color: #828282;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	xcolor: #393939;
}
h2 {
	font-size: 1.75em;
	xcolor: #469;
}
h3 {
	font-size: 1.5em;
	xcolor: #469;
}
h4 {
	font-size: 1.25em;
	xcolor: #469;
}
h5 {
	font-family:Verdana;
	margin-top:0px;
	margin-bottom:10px;
	text-align:left;
	font-size: 1.1em;
}
h6 {
	font-size: 0.5em;
	xcolor: #469;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	color: white;
	margin: 10px;
	xpadding: 1px;
}
#footer h5{
	color:white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}