/*master styles - gives default font and sizes and text features*/

body,th,td {
	color: #666666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #005B70;
}
a:visited {
	text-decoration: none;
	color: #cc6633;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #990000;
}

img {
	border: 0;
}


/*headings and sub heads*/

h1 {
	font-weight: normal;
	padding-top: 15px;
	font-size: 150%;
	color: #006666; 	
}
h2 {
	font-weight: normal;
	color: #FF5824;
	font-size: 130%;
}

h3 {
	color: #669999;
	font-weight: normal;
	font-size: 115%;
}

/*footer only*/
#footer {
	color: #999999;
	font-size: 90%;
	line-height: 135%;
	padding-top: 20px;
	padding-left: 0px;
	width: 500px;
	margin-top: 40px;
}

#footer a:link, #footer a:visited {
	color: #999999;
}
#footer img {
	border: 0px;
}


/*layout styles for templates - provides borders and positions*/
#brandbar {
	width: 100%;
	background-color: #000;
	display: block;
	height: 110px;
	border-bottom: 1px solid black;
	background-image: url(swash.png);
	background-repeat: no-repeat;
	}

#topwrapper {
	height: 68px;
	display: block;
	width: 863px;

}

#logoholder {
	position: relative;
	top: 15px;
	left: 70px;
	float: left;
	display: block;
}

#printlogoholder {
	display: none;
}
	
#navbar {
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 22px;
	top: 0px;
	left: 0px;

}

#maincontent {
	position: relative;
	width: 875px;
	left: 75px;
	top: -35px;
		z-index: 1;

}
#right{
	left: 600px;
	padding-top: 0px;
	position: absolute;
	top: 60px;
	z-index: 5;
	width: 200px;
}
#left {
	width: 575px;
	padding-left: 0px;

}

/*list items for left lists*/
#left li {
	list-style: square;
	position: relative;
	left: -20px;
	margin-bottom: 0.5em;

}

.toprule {
	position: relative;
	width: 100%;
	height: 25px;
	top: 0px;
	padding-left: 70px;
}

/*special styles tooboxes*/

#toolbox {
	position: relative;
	top: -12px;
	left: 598px;
	background-color: #cccccc;
	width: 50px;
	height: 21px;
	padding: 0px; margin: 0px;
	-moz-border-radius: 0px 0px 6px 0px;
	z-index: 3;
}

#toolbox img {
	position: relative;
	top: 4px;
	left: 4px;
}

#pdfbox {
	position: relative;
	top: -33px;
	left: 644px;
	background-color: #cccccc;
	width: 25px;
	padding: 0px; margin: 0px;
	height: 21px;
	-moz-border-radius: 0px 0px 6px 0px;
	z-index: 4;
}

#pdfbox img {
	position: relative;
	top: 1px;
	left: 1px;
}

	

#related {
	height: 20px;
}


/*special styles for boxouts*/

.boxright {
	background-color: #BBDFD6;
	width: 250px;
	float: right;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	font-size: 100%;


}
/*list styles on boxouts*/
.boxright li, .boxleft li, .boxleftwhite li, .boxinline li {
	list-style: square;
	position: relative;
	left: -20px;
	margin-bottom: 0.5em;

}
.boxleft {
	background-color: #FFCC99;
	width: 250px;
	float: left;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px 6px 6px 6px;
	margin-left: 0px;
}


.boxleftwhite {
	color: #FF5824;	
	background-color: #FFFFFF;
	width: 250px;
	float: left;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	font-size: 100%;
	margin-left: 5px;
}
.boxinline {
	background-color: #FFCC99;
	width: 540px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px 6px 6px 6px;
}
.boxrightwhite {
	color: #FF5824;	
	background-color: #FFFFFF;
	width: 250px;
	float: right;
	padding: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 6px 6px 6px 6px;
	font-size: 100%;
	margin-left: 5px;
}
.boxinlinewhite {
	color: #006666;	
	background-color: #FFFFFF;
	width: 540px;
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	-moz-border-radius: 6px 6px 6px 6px;
}
.imageright {
	float: right;
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imageleft {
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.newsdate {
	height: 20px;
	width: 540px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	position: relative;
	top: 18px;
}
.more {
	float: right;
}

.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF5825;
}


/*styles for tabular matter*/
.tableheading {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 3px;
	font-weight: bold;
}
.tableheadingwhite {

	color: #006666;
	background-color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}
.tableruled {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tablenorule {
	padding: 3px;
}

#maincontentwide {

	position: relative;
	width: 1025px;
	left: 75px;
	top: 20px;
}
