body {
	padding:0px;
	margin:0px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h1 {
	padding-top:0px;
	margin-top:0px;
	font-weight:lighter;
	color:#038a97;
}

h2 {
	font-weight:lighter;
	color:#990066;
}

h3 {
	color:#333333;
}

p {
	color:#333333;
	line-height:140%;
	font-size:90%;
}

#Content li {
	color:#333333;
	font-size:90%;
	margin-bottom:5px;
	margin-top:5px;
	line-height:140%;
}

#Content li ul li {
	font-size:100%;
}

img {
	border:none;
}

#SkipNav {
	display:none;
}

#Wrapper {
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#Header {
	background-repeat:repeat-x;
	background-image:url(../images/HeaderRpt.gif);
	background-color:#f5f5f5;
	min-height:150px;
	height:auto !important;
	height:150px;
	margin-bottom:20px;
	width:100%;
}

#HeaderWrapper {
	width:1003px;
	margin-left:auto;
	margin-right:auto;
}

#Logo {
	float:left;
	width:225px;
	margin-left:19px;
}

#Date {
	float:right;
	margin-right:19px;
	padding-top:20px;
	color:#FFFFFF;
	font-size:80%;
}

.HeaderText {
	clear:both;
	display:block;
	min-height:30px;
	height:auto !important;
	height:30px;
	padding:10px 0px 0px 19px;
	background-image:url(../images/HeaderTextShdw.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#990066;
	width:100%;
}

#Breadcrumb {
	min-height:10px;
	height:auto !important;
	height:10px;
	font-size:70%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}

#Breadcrumb ul {
	margin:0px;
	padding:0px;
}

#Breadcrumb ul li {
	list-style-type:none;
	background-image:url(../images/breadcrumb.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
	display:inline;
	margin-right:2px;
}

#Breadcrumb ul li a {
	color:#038a97;
	text-decoration:none;
	border-bottom:none;
}

#Breadcrumb ul li a:hover {
	text-decoration:underline;
	border-bottom:none;
}

#Breadcrumb ul li.selected a {
	color:#999999;
}

#ContentWrapper {
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom:20px;
}

#LeftCol {
	width:220px;
	min-height:30px;
	height:auto !important;
	height:30px;	
	float:left;
	margin-left:0px;
}

#Search {
	height:25px;
	margin-bottom:20px;
	border:1px solid #999999;
	padding:5px 10px 0px 0px;
	text-align:right;
	margin-left:19px;
	width:209px;
}

#Nav {
	background-color:#999999;
	margin-left:19px;
}

#Content {
	min-height:500px;
	height:auto !important;
	height:500px;
	float:right;
	width:725px;
	padding-right:19px;
}

#Content a {
	font-weight:bold;
	border-bottom:1px dotted #666666;
	color:#038a97;
	text-decoration:none;
}

#Content a:hover {
	font-weight:bold;
	border-bottom:1px solid #038a97;
	color:#038a97;
	text-decoration:none;
}

#WelcomePanel {
	background-image:url(../images/WelcomePanel.gif);
	background-repeat:no-repeat;
	background-color:#f8f8f8;
	min-height:201px;
	height:auto !important;
	height:201px;
	padding:10px 225px 10px 20px;
	margin-bottom:20px;
}

#HomeContent {
	float:left;
	width:480px;
	padding-right:20px;
}

#Footer {
	background-color:#fafafa;
	background-image:url(../images/FooterRpt.gif);
	background-repeat:repeat-x;
	min-height:200px;
	height:auto !important;
	height:200px;
	clear:both;
	width:100%;
}

#FooterWrapper {
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 20px 0px 20px;
}

#FooterLinks {
	font-size:80%;
	color:#666666;
	float:left;
}

#FooterLinks ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#FooterLinks ul li {
	padding-bottom:10px;
}

#FooterLinks ul li a {
	color:#666666;
	text-decoration:none;
}

#FooterLinks ul li a:hover {
	text-decoration:underline;
}

#DesignedPoweredBy {
	font-size:80%;
	color:#666666;
	overflow: hidden;
	float:right;
	position:relative;
	right:-15px;
}

#DesignedPoweredBy ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#DesignedPoweredBy ul li {
	float: left;
	border-left: 1px solid #666666;
	line-height: 1.2em;
	margin: 0 .7em 0 -.7em;
	padding: 0 .7em 0 .7em;
	white-space: nowrap;	
}

#DesignedPoweredBy ul li a {
	color:#666666;
	text-decoration:none;
}

#DesignedPoweredBy ul li a:hover {
	text-decoration:underline;
}

.Clear {
	clear:both;
}

/**************************** CUSTOM ICON LINKS - NOT IN ie6 ****************************/


/* PDF document links */
a[href$='.pdf'] {
	background:url(../images/PdfIcon.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	padding-left:24px;
	line-height:22px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
	background:url(../images/ExcelIcon.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	padding-left:24px;
	line-height:22px;

}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
	background:url(../images/WordIcon.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:inline-block;
	padding-left:24px;
	line-height:22px;
}