﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	margin-top: 2px;
}
#container {
	width: 900px;
	height: 90%; 
	margin: 0 auto;
	background-color: white;
}
#masthead {
/*	text-align: right;  */


/*	width: 650px; */
/*	padding: 10; */
/*	background-color: #eeeeff; */
}
/* Styles for Masthead */
#masthead img {
/*	float: left; 
	vertical-align: middle;
	padding-right: 20px; */
	vertical-align: middle;
	width: 100%;
}

#column_l {
	width: 550px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 250px;
	margin: 0;
	float: right;
	background-color: #eeeeff;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;

}
/*
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
*/
/* Styles for Navigation */
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}


#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000; 

}
#navigation li {
	float: left;
	border-right: 2px solid white;
}
#navigation a {
 	color: #000; 
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
color: #000; 

	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

/* Styles for SUB Navigation */
#navigation2 {
	margin-right: 10px;
	margin-left: 10px;
/*	background-color: #E9258c; */
	overflow: hidden;
	font-size: x-small;
}

#navigation2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
}
#navigation2 li {
	float: left;
}
#navigation2 a {
/*	color: white; */
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
}
#navigation2 a:hover {
	text-decoration: underline;
}

.header1 {
	background-image:url('../images/greytoolbar2.gif');
	color:#1C169B;
	text-align:	center;	
	font-family: Arial;
	font-size: large;

}

.header2 {
	background-image:url('../images/greytoolbar2.gif');
	color:#1C169B;
	text-align:	left;	
	font-family: Arial;
	font-size: large;

}

#thisone {
	color: white ;
	background-color: #E9258c;
}

#thisone a {
	color: white ;
	background-color: #E9258c;
}




/* Styles for Content */
h1 {
	color: #714462;
	font-size: 2.0em;
	font-family: Cambria, Times new Roman, Arial , Verdana, Helvetica;
}
h2 {
	color: #714462;
	font-size: 1.75em;
}
h3 {
	color: #714462;
	font-size: 1.5em;
}
h4 {
	color: #714462;
	font-size: 1.25em;
}
h5 {
	color: #714462;
	font-size: 0.75em;
}
h6 {
	color: #714462;
	font-size: 0.5em;
}
big {
	color: #714462;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

img {
	border: 0;
}