@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #cab8d6; /* page background color */
}
#crumbs {
	margin: 2px auto; /* the auto margins (in conjunction with a width) center the page */
	width: 990px; 
} 
#crumbs p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 8px;
	text-align: right;
	color: #301c47;
	font-size: 0.75em;
}
#container  {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 990px;
	background-color: #FFFFFF;
	
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: -2px;
} 

#menu  {
	margin: 0 auto auto;
	padding: 5px 0;
	font-size: 1em;
	height: 16px;
	font-weight: bold; /* main menuu horizontal */
	text-align: center;
	border-top: 5px solid #301c47;
	background-color: #cab8d6;
}
#menu a {
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	color: #000000;
	border-left: 1px solid #301c47;
	border-right: 1px solid #301c47;
	border-bottom: 1px solid #301c47;
	background-color: #FFFFFF;
	border-top: 3px solid #301c47;
}
#menu  a:visited  {
	color: #301c47;
}
#menu  a:hover  {
	color: #ffffff;
	background-color: #301c47;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

#sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	width: 225px;
	border-top: 5px solid #cab8d6;
}
#sidebar1 p a, #sidebar1 p a:visited {
	color: #FFFFFF;
	text-decoration:underline;
	width: auto;
}
#sidebar1 p a:hover {
	color: #EEEEEE;
	text-decoration:underline;
}
#sidebar1 a.menu, #sidebar1 a.menu:visited  {
	margin: 0;
	width: 219px;
	padding: 2px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #301C47;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	display: block;
	vertical-align: middle;
}
#sidebar1 a.menu:hover  {
	color: #666666;
	background: url(newBlueGrad.gif) repeat-x;
}
#sidebar1 p {
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	background-color: #301c47;
}
#sidebar1 form, #sidebar2 form {
	margin: 10px 0;
	text-align: center;
}
#sidebar1 form input, #sidebar1 form select {
	font-size: 0.8em;
	width: 200px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-top: 5px solid #cab8d6;
}
#sidebar2 p {
	margin: 0px;
	padding: 7px;
	font-size: 0.8em;
}
#search form {
	padding: 3px 3px;
	float: right;
	vertical-align: top;
	background: #EEEEEE;
}
#search form input.searchinput {
	width: 90px;
	font-size: 0.8em;
}
#search form input.searchbutton {
	width: 40px;
	font-size: 0.8em;
}
#mainContent {
	padding: 0px 10px 0px 10px;
	border-right: 150px solid #EEE;
	border-left: 225px solid #301c47; /* background of left column */
	background: url(p3-ghoststar.gif) right top no-repeat;
	border-top: 5px solid #cab8d6;
} 
#mainContent2 {
	padding: 0 10px 0px 10px;
	border-left: 225px solid #336699;
	border-top: 5px solid #cab8d6;
} 
#mainContent3 {
	padding: 0px 10px;	
	border-top: 5px solid #cab8d6;
} 
#mainContent a, #mainContent2 a, #sidebar2 a, #mainContentGreen a, #footer a, #crumbs a,  #crumbs a:hover, #crumbs a:visited, #footer a:hover, #footer a:visited {
	color: #000000;
}
#mainContent a:hover, #mainContent2 a:hover, #sidebar2 a:hover, #mainContentGreen a:hover {
	color: #333333;
}
#mainContent a:visited, #mainContent2 a:visited, #sidebar2 a:visited, #mainContentGreen a:visited {
	color: #333333;
}
#footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top: 1px solid #000000;
	margin: -12px 0px 0px 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	text-align: right;
}
h1 {
	margin: 0;
	padding: 2px 0 2px 3px;
	color: #301c47;
	background-color: #cab8d6; /* header */
	font-size: 0.9em;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
h2 {
	margin: 0 -10px 0 -10px;
	padding: 2px 0 2px 13px;
	font-size: 0.9em;
	color: #FFFFFF;
	border-bottom: 2px solid #666666;
	background-color: #301c47;
	border-top: 1px solid #666666;
}
h3 {
	font-size: 1.1em;
	color: #000000;
}
h4 {
	font-size: 1em;
	border-top: 1px solid #000;
	color: #000000;
}
h5 {
	font-size: 1em;
	color: #F6F;
	border-top: 1px solid #000;
}
h6 {
	font-size: 1em;
	border-top: 1px solid #000;
	color: #F6F;
}
table {
	margin: 5px 0;
	width: 99%;
}
th {
	background-color: #301c47;
	color: #FFFFFF;
	text-align: left;
}
table.portal tr {
	line-height: 18px;
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}
img.homeimg {
	text-align: right;
	border: 1px solid black;
	margin: -1px 0 5px 5px;
}
ul li {
	padding-top: 2px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*  \*/
* html #container {
	line-height: 1.1;
}
/*  */
