/* CSS Document */
/* resize - font size*/
@import url(fontsize_small.css);

/* resize - Netscape 4 safe font sizes */
body, div, p, th, td, li, dd	{
	font-family:	 Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	line-height: 1.4em;
}


body {
	text-align: center;
	background-position: center top;
	background-color: #d1e0ed;
/*	background-image: url(../images/background.gif); */
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	min-width: 600px;
	width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");
	font family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.4em;
}

#page{
	width: 98%;
	margin: auto;
}
.bar {
	background-color: #5C6C86;
	background-image: url(../images/bar2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	height: 23px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
}
.gradient {
	background-color: #2a407c;
	background-image: url(../images/gradient.gif);
	background-repeat: no repeat;
	background-position: left bottom;
	position: relative;
	height: 23px;
}
.border{
	background-color: #5C6C86;
}
.PrintOnly{
	visibility: hidden;
	display: none;
}
.pagePhoto{
	border-width: 0px;
	float: right;
	margin: 0px 20px 20px 20px;
}
.header{
	max-height: 63px;
	background-color: #2a407c;
	vertical-align: top;
}
.maincontent{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #4f7a9f;
}

.white{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.alert {
	background: #2a407c url(../images/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
}
.pagetitle{
	background-color: #de8500;
	font-size: medium;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.pagepic{
	background-color: #E2E5E8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #4f7a9f;
}
.whitebackground {
	background-color: #ffffff;
}

.pagedesc{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	line-height: 1.6;
	text-align: left;
	color: #2a407c;
}
.maintext{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	color: #4f7a9f;
	padding-left: 10px;
	padding-right: 10px
}
.mainheader{
	line-height: 1.6;
	color: #2a407c;
	font-weight: bold;
}
.italic {
	font-size: 80%;
	font-style: italic;
	color: #2a407c;
}
.tabletitle{
	background-color: #98b2cb;
	font-size: 100%;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.rightmenuheader{
	text-align: center;
	border-style: none;
	background-image: url('../images/sideheader.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
}
.rightmenu{
	border-style: none;
	background-color: #f0f1f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efc483;
}
.mainsmaller{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.30em;
	font-weight: normal;
	color: #4f7a9f;
	padding-left: 2px;
	padding-right: 2px
}
.whiteheader{
	background-color: #de8500;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-weight: bold;
}
.lt{
	background-color: f0f1f3
}

.orange{
	color: #de8500;
}
.adobe{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	color: #2a407c;
	font-size: 80%;
}

.smaller{
	font-size: 85%;
}