* {
	margin: 0;
	padding: 0;
}

body {
	margin-top:10px;
	font-size: 62.5%;
	background: #fff;
	font-family : Trebuchet MS, sans-serif;
	text-align: center;
}
div#main {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top:0px;
  text-align: left;
}

li {
	font: 1.2em/1.8em Trebuchet MS, sans-serif;
	margin-bottom: 0px;
	margin-right: 0px;
	color:#666666;
}
p {
	font: 1.5em/1.8em Trebuchet MS, sans-serif;
	line-height:1.1;
	margin-left:5px;
	margin-bottom: 10px;
	margin-right: 20px;
	color:#000;
}

h1 {
	font: 2.0em Trebuchet MS, sans-serif;
	color: #4A005A;
	margin-left:5px;
	margin-bottom: 12px;
}

h2 {
	font: 1.8em Trebuchet MS, sans-serif;
	color: #4A005A;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
	margin-right: 20px;
}

img {
	border: none;
}
textarea {
	border: none;
}

#info {
position:relative;
margin: 0 0 0 -10px;
font-family : Trebuchet MS, sans-serif;
}

#main-content {
	padding-top: 20px;
	width: 76%;
	float: right;
}
	
#header {
	background: #fff;
	height:150px;
	width:800px;
	margin:0;
	}
input {
	border: 1px solid #fff;
}
#menubar {
width:800px;
background:#4A005A;
}
#pmenu {
color:#ffffff;
margin : 0 0 0 0;
width : 800px;
border-left : 25px solid #4A005A;
border-right : 0px solid #4A005A;
border-bottom : 1px solid #4A005A;
height : 25px;
background : #4A005A
}
/* styles for content sections */

.heading {
text-decoration: underline;
margin-left: 5px;
font-weight:bold;
}
.listtable {
margin-top:-10px;
height:50px;
font: 1.3em Trebuchet MS, sans-serif;
}
.short {
margin-top:-5px;
}
#footer {
	background:  url(../images/footer_menu_800x147.gif) top right no-repeat;
	text-align: center;
	margin-top:0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size : 1.0em;
	height:200px;
}

#topimage {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* links for index page main */
.linkmain {
	color: #666;
	font-size : 12px;
	font-family: Verdana, sans-serif;
	text-decoration:none;
}
.linkmain:hover {
	color: #fff;
	font-size : 12px;
	font-family: Verdana, sans-serif;
	text-decoration:underline;
}
/* links for footer section */
.linktext {
	color: #000;
	font-size : 12px;
	font-family: Trebuchet MS, sans-serif;
	text-decoration:none;
}
.linktext:hover {
	color: #fff;
	font-size : 12px;
	font-family: Trebuchet MS, sans-serif;
	text-decoration:underline;
}
.smalltext {
	color: #fff;
	font-size : 1.0em;
	font-family: Trebuchet MS, sans-serif;
	text-decoration:none;
}
/* links for sidebar */
.linktext2 {
	color: #fff;
	font: 1.0em Trebuchet MS, sans-serif;
	text-decoration:none;
}
.linktext2:hover {
	color: #fff;
	font: 1.0em Trebuchet MS, sans-serif;
	text-decoration:underline;
}
.linktext3 { 
font-size : 1.0em Trebuchet MS, sans-serif;
color : #4A005A;
text-decoration : underline;
} 
.linktext3:hover { 
font-size : 1.0em Trebuchet MS, sans-serif;
color : #000000;
text-decoration : underline;
}
.linktext4 { 
font-size : 10px;
color : #000000;
font-family : Verdana, Helvetica, sans-serif;
text-decoration : none;
} 
.linktext4:hover { 
font-size : 10px;
color : #fff;
font-family : Verdana, Helvetica, sans-serif;
text-decoration : underline;
}
.handcursor { 
cursor : pointer;
}