body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ECE9FF; 
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3333FF;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: scroll;
}



img { border:0px; }




h1 {
	font-size: 100%;
	font-weight: bolder;
}



h2 {
	font-size: 110%;
	font-weight: bolder;
}


h3 {
	font-size: 120%;
	font-weight: bolder;
}


h4 {
	font-size: 130%;
	font-weight: bolder;
}


h5 {
	font-size: 150%;
	font-weight: bolder;
}


h6 {
	font-size: 250%;
	font-weight: bolder;
}


.footer {
	font-size: 150%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.header {
	font-size: 250%;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: no-repeat right bottom;
	color: #fff;
}

div.sdmenu div {
	background: url(images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #3E67F7;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #8BB3FC url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

 Form Styles     

form { 
 border: 1px solid #666699; 
 padding: 5px; 
}



input { 
 background-color: #8BB3FC; 
 color: #ffffff; 
}

select { 
 background-color: #8BB3FC; 
 color: #ffffff; 
}

