BODY {
	BACKGROUND: White;
}
DIV {
	BACKGROUND: White;
}
#header {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-image: url(./OrangeGradientSliceH.jpg);
}
#nav {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	background-image: url(./OrangeGradientSliceV.jpg);
	text-align : center;
}
#body {
	padding: 5px 15px 5px 5px;
	background-color: White;
}
#footer {
	vertical-align: baseline;
	text-align: center;
	font-size: small;
	border-top: 2px solid #14218B;
	padding: 3px 10px 3px 10px;
	margin: 20px 30px 20px 170px;	
	background-color: #FFD1B3;
}
DIV.block {
	border: none;
	float: none;
	padding:10px;
	width: 75%;
	margin : 0 0 0 15%;
}
DIV.block P {
	text-align: center;
}

DIV.info {
	border: none;
	float: left;
	padding: 5px;
	width: 25%;
}
DIV.info P {
	text-align: center;
	background-color: #FFFFFF;
	border: groove;
	padding: 2px;
	MARGIN-top: 10px;
}

H1, H2, H3 {
	font-weight: bold;
	text-align: center;
}
H1 {
	font-family : "Snap ITC", "Times New Roman", serif;
	color : #12469C;
	font-size: x-large;
	border-bottom : medium double #12469C;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
H2 {
	font-size: large;
	margin-top : 15px;
	margin-bottom : 5px;
}
H3 {
	font-size: small;
	margin-top : 5px;
	margin-bottom : 5px;
}

TABLE.info {
	border: none;
	padding: 5px;
	margin : 0px;
	background-color: #BDDAEA;
}
TD.info {
	border : thin solid Gray;
	text-align: left;
	padding: 5px;
}
SPAN.breadcrumb {
	color: #BDDAEA;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
SPAN.logo {
	padding-left : 10px;
	vertical-align: middle;
}
A.name {
	color: Black;
	text-decoration: none;
	font-weight: normal;
}
A {
	color: #14218B;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
A:hover {
	color: #94BDDA;
	text-decoration: none;
}
A:link {
	color: #14218B;
	text-decoration: underline;
}
LI {
	list-style-image : url(/bullet_lightorange.gif);
}
IMG{
	border : none;
}