a { text-decoration: none; }

a:link { color: #ff4500; text-decoration: none; }

a:visited { color: #666666; }

a:hover { color: #ff4500; }

body { background-image: url("images/bgnd08.gif"); }

body, td, li, p {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

h1 {
	color: #ff4500;
	font-family: Arial,san-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

h2 {
	color: #696969;
	font-family: Arial , san-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

img {
border: none;

}

/* Block Styling */


.box {
	background-color: white;
	border: 1px;
	border-color: silver;
	border-style: solid;
	padding: 6px;
	z-index: 1;
}


#head-strip {
	background: transparent;
	position: absolute;
	width: 100%;
	height: 75px;
}

#nav-bar {
	background-color: #f5f5f5;
	color: #ff4500;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-variant: small-caps;
	text-align: right;
	font-weight: bold;
	position: relative;
	top: 75px;
	width: 100%;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

#nav-bar a:visited {
	color: #ff4500;
}

#foot-strip {
	position: relative;
	width: 650px;
	left: 100px;
	text-align: center;
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	padding: 6px 6px 6px 6px;
}

#side-bar {
	background-color: transparent;
	color: #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	float: left;
	left: 20px;
	top: 170px;
	width: 200px;
}



/*.content-block li {
	list-style-image: url(images/plus-small.gif);
	list-style: outside;
}*/






#back-body {
	position: relative;
	background-color: white;
	width: 670px;
	left: 100px;
	height: auto;
	padding-right: 10px !important;
	padding-right: 0px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 3px solid #dcdcdc;
	border-right: 3px solid #dcdcdc;
	
	}
	
#content-block {
	background: transparent;
	color: Black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	position: relative;
	left: 145px;
	width: 500px;
	top: 110px;
	padding: 8px 8px 4px 16px;
	margin: 0px 2px 2px 0px;
	border-left: 1px solid #ffdab9;
}
#logo-placement { position: absolute; top: 12px; left: 24px; }

#page-strapline {
	position: absolute;
	top: 44px;
	right: 12px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	color: gray;
	background-position: bottom;
}

#page-subject {
	position: absolute;
	top: 44px;
	right: 12px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: gray;
	background-position: bottom;
}

/* In block styling */

#key-para{
	font: 4em georgia, serif;
	font-size: 10pt;
	font-style: oblique;
	font-weight: normal;
	left: 28px;
	right: 28px;
	text-align: center;
	color: navy;
}




/* Shadow Block Code */
.p-shadow {
	width: 99%;
	float: left;
	background: url("images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.p-shadow div {
	background: none !important;
	background: url("images/shadow2.gif") no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}

.p-shadow p  {
	color: #777;
	background-color: #fff;
	font: italic 1em georgia, serif;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
}




