body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
body {
	background-color: #FFF;
	margin: 0px;
}
a:link, a:visited, a:active, a:hover {
	color: #000;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #660033;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 15px;
	color: #993366;
	margin: 5px 0px 5px 0px;
}
form {
	margin: 0;
}
.main {
	width: 100%;
	margin: 0;
	padding: 0;
}
.content {
	margin: 0;
	text-align: justify;
}
/***************************************************
  Basic Element Styles
 ***************************************************/

/***************************************************
  Banner Element Styles
 ***************************************************/
#banner, #widgets, #skiplinks, #submenu, #rightbar {
	display:none;
}

/***************************************************
  Page content Element Styles
 ***************************************************/
#pagetitle{
	font-size: 150%;
	color: #000;
	margin: 5px 5px 5px 5px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px dashed #888;
}

#content{
	padding:1em;
}

/***************************************************
  Right hand bar Element Styles
 ***************************************************/
iframe{
overflow:visible;
display:block;
padding:0;
margin:0;
}
/***************************************************
  Gallery Element Styles
 ***************************************************/
#gall-image{
 	text-align:center;
	padding-top:10px;
}
#gall-image table{width:100%}
#gall-image img{
	border: 1px solid #000;
}
#gall-image a{border:none;}
#left-arrow, #gall-left{float:left;}
#right-arrow, #gall-right{float:right;}
#slide-start, #slide-stop{clear:both;
text-align:center;}
#image-descript{padding-top:10px;}