body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #660033;
	font-size: 12px
}

h1 {
	color: #FF9900;
	font-weight: bold;
	font-size: 14px
}

h2{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;


}
		
div.right 	{text-align: right}

div.center 	{text-align: center}

div.left 	{text-align: left}


div.box {text-align: left; 
		width: 90%; 
		background: #FF9900;
		border-style: solid;
		border-width: thin;
		border-color: #660033;
		padding: 1.0em
}

div.boxForm {
		text-align: left; 
		width: 100%; 
		background: #FFCC33;
		border-style: solid;
		border-width: thin;
		border-color: #660033;
		padding: 1.0em
}


div.boxSmallImage {
		text-align: center; 
		width: 40%; 
		background: #FF9900;
		border-style: none;
		padding: 1.0em;
		margin-left: 20%
}

div.boxLeftImage {
		width: 40%; 
		background: #FF9900;
		border-style: none;
		padding: 1.0em;
		margin-left: 5%
}



div.boxBigImage {
		text-align: center; 
		width: 70%; 
		background: #FF9900;
		border-style: none;
		padding: 1.0em;
}

div.boxLink {
		text-align: center; 
		width: 65%; 
		background: #FF9900;
		border-style: solid;
		border-width: thin;
		border-color: #660033;
		padding: 1.0em;
		margin-left: 20%
}

p {
	line-height: 20px
}

p.bold {
	font-weight: bold
}

p.left {
	text-align: left
}

p.right{
	text-align: right
}

p.center {
	text-align: center
	}

ul {
	line-height: 20px
}

ol {
	line-height: 20px
}

table {
	border-style: none
}

table.orange {
	background-color:#FF9900
}


th {	
	font-size: 13px;
	color: #FFCC66;
	font-weight: bold;
	vertical-align: top;
	background-color: #FF6600
}

td {	
	font-size: 12px;
	vertical-align: top
}

tr.lightOrange {	
	background-color:#FF9933;
	border-style: none
}

tr.burgundy {	
	background-color:#660033;
	border-style: none
}

tr.orange {	
	background-color:#FF6600;
	border-style: none
}

td.orange {	
	background-color:#FF6600
}

a:link {  text-decoration: underline; color: #660033; font-family: Verdana, Arial, Helvetica, sans-serif}
a:hover {  text-decoration: none; color: #660033; font-family: Verdana, Arial, Helvetica, sans-serif}
a:visited {  text-decoration: underline; color: #660033; font-family: Verdana, Arial, Helvetica, sans-serif}

img {
	border-style: none
}

img.topLeft {
	width: 580px;
	height: 100px
}

img.topCenter {
	width: 750px;
	height: 90px
}


img.homePage {
	width: 750px;
	height: 90px
}

img.mainLeft {
	width: 200px;
	height: 200px
}

#navBar {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#FF9900
}

#dateTable {
	font-size: 12px;
	font-weight: bold;
	background-color:#FF9900;
	border-style: solid;
	border-width: thin;
	border-color: #660033
}



#footer {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#FF9900;
	width: 748px
}

#layer1 {
	position:absolute;
	width: 100%; 
	height:100px;
	left: 0px; 
	top: 3px
}

#layer2 {
	position:absolute;
	width: 100%;
	height: 250px; 
	left: 0px; 
	top: 110px
}

