/* CSS Document */

#main{
	width:800px;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
}

body {
	background-color:#FEF3E9;
}
body,td,th {
	font-family: Tempus Sans ITC;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	text-align: center;
}
a {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #663333;
}

a:link {
	text-decoration: none;
	color: #999999;
}
a.one:link {color:#0066FF; text-decoration:underline}
a.one:visited {color: #0066FF}
a.one:hover {color:#FF66CC}



h2 {
	font-size: 16px;
}

#footer{
	background-color:#990000;
	padding:5px;
	color: #FFCC99;
	float:left;
	width:790px;
}

#navigation{
	background-color:#C5351B;
}

#content2{
	width:780px;
	float:left;
	overflow-y:scroll;
	scrollbar-face-color:#FFCC99;
	scrollbar-highlight-color : #99CC99;
	scrollbar-3dlight-color : #99FFFF;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #99FFFF;
	scrollbar-track-color : #FFCC99;
	scrollbar-arrow-color:#99FFFF;
	padding:8px;
	height:350px;
	text-align:left;
	background-image:url(images/LogoFaded.gif);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-position-y:80px;
	background-position-x:200px;
	background-color:#FFFFFF;
}

#content{
	float:left;
	width:780px;
	text-align: left;
	background-image:url(images/LogoFaded.gif);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-color:#FFFFFF;
	background-position-y:80px;
	background-position-x:200px;
	padding: 9px;

}


.smwidth{
width:450px;
padding:5px;
text-align:right;
margin-left:250px;
}

.button{
font-family:Tempus Sans ITC;
font-size:18px;
color:#663366;
background-color:#FFCCFF;
border:outset;

}

.table{border-style:dotted;
border-color:#FF6666;
}

#marquee{
	width:700px;
	color:#990000;
	float:none;
}

.textshw{
	font-size:16px;
	color:#990000;
	font-weight:bolder;
}

.dotted{
border-style:dotted;
}

#image1{
width:100%;
float:left;
border-bottom-style:solid;
border-bottom-color:#990000;
border-bottom-width:1px;


}

#header{
background-color:#FFFFFF;
}
