body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background-color: #b0b0f0;
	margin: 0;
}

#top_left{
	width: 120px;
	text-align:center;
	float: left;
	clear: left;
	margin-right: -120px;
	background-color:#ffffff;
	border-right: 1px solid #7878bc;
}

#left {
	width: 120px;
	float: left;
	clear: left;
	margin-right: -120px;
	
}

.separator {
	padding: 5px;
	width: 110px;
	font-size:0.8em;
	font-weight: bold;
	border-right: 1px solid #7878bc;
}

.navList {	
	width: 120px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.navList li {
	margin: 0;
	display: inline;
	font-size: 12px;
	height: 24px;
}
.navList li a {
	width: 104px;
	padding: 5px 5px 5px 10px;
	font-size: 0.75em;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	display: block;
	background-image: url(/2005/images/menu-link-bg-bright.png);
	border-top: 1px solid #fff;
	border-left: 1px solid #7878bc;
	border-right: 1px solid #7878bc;
	border-bottom: 1px solid #73739B;
}

.navsubList {	
	width: 120px;
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.navsubList li {
	margin: 0;
	display: inline;
	font-size: 12px;
	height: 24px;
}

.navsubList li a {
	width: 103px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: white;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	text-decoration: none;
	display: block;
	background-image: url(/2005/images/menu-link-bg-bright.png);
	border-top: 1px solid #fff;
	border-left: 1px solid #7878bc;
	border-right: 1px solid #7878bc;
	border-bottom: 1px solid #73739B;
}



.nobg {
	border-top: 1px solid #fff;
	border-left: 1px solid #7878bc;
	border-right: 1px solid #7878bc;
	border-bottom: 1px solid #73739B;
	background-color: #a9a9df;
}

.bg {
	border-top: 1px solid #7878bc;
	border-bottom: 1px solid #a9a9df;
	background-image: url(/2005/images/menu-bar-bg.png);
}
	

.navsubList li a:hover {
	border-top: 1px solid #6F6F9B;
	border-left: 1px solid #7878bc;
	border-right: 1px solid #7878bc;
	border-bottom: 1px solid #b9b9ef;
}
.navList li a:hover {
	border-top: 1px solid #6F6F9B;
	border-left: 1px solid #7878bc;
	border-right: 1px solid #7878bc;
	border-bottom: 1px solid #b9b9ef;
}

.normal li a:hover {
	background-image: url(/2005/images/menu-link-bg-dark.png);
}

.circle li a:hover {
	background-image: url(/2005/images/menu-link-bg-dark-circle.png);
}



#top {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1.4em;
	padding: 0em;
	text-decoration: underline;
}

#top_middle{
	margin-left: 130px;
	clear: none;
	text-align:center;
}

#middle{
	margin-left: 120px;
	clear: none;
	padding: 2em;
}

#middle p {
	color: #222;
	line-height: 1.4em;
	font-size: 1.1em;
}

#middle h1 {
	border-bottom: 1px dashed #40409c;
	color: #40409c;
}
#middle h2,h3,h4,h5,h6 {
	padding-left:5px;
	color: #40409c;
}

.foot {
	border-top: 1px dashed #40409c;
	font-size: 80%;
	font-style: italic;
}

.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}



.errorbox{
padding-left:6px;
padding-right:6px;
border:1px solid #707070;
background-color:#c0a0a0;
}

.alarm{
color:#c02020;
font-weight: bold;
}

.small{
font-size:80%;
}

.large{
font-size:large;
}

.ques{
font-weight:bold;
}

.spaced{
margin-top: 5px;
margin-bottom: 5px;
}

.eventdiv1{
padding-top:0px;
margin-top:0px;
width:600px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.eventdiv2{
text-align:justify;
}

.eventheading{
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}

.rating{
margin-left:auto;
margin-right:auto;
margin-bottom:1em;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
border: thin solid #605840;
font-size:90%;
font-family:helvetica,sansserif;
vertical-align:top;
}
.hrating_cat{
text-align:right;
font-weight:bold;
width:25%;
vertical-align:top;
}
.hrating_value{
text-align:center;
width:25%;
vertical-align:top;
}
.vrating_cat{
padding-right:5px;
font-weight:bold;
vertical-align:top;
width:33%;
text-align:center;
}
.vrating_value{
padding-left:5px;
text-align:center;
width:66%;
vertical-align:top;
}

.author{
text-align:center;
font-style:italic;
margin-top:0px;
margin-bottom:0px;
}



.indent{
margin-left:1em;
}

.indentwide{
margin-left: 2em;
}


