* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	/*background: white url(../../images/background.gif);*/
	background-repeat: repeat-y;
	
	font-family: "trebuchet ms", tahoma, verdana, sans-serif;
	font-size: 14px;
}

h2 {
	font: bold 125% georgia, times, serif;
	color: #08438C;
	background: transparent;
	
	margin: 0.5em 0 0.5em 0;
}

p {
	/*text-align: justify;*/
	line-height: 1.4em;
}

ul {
	margin-left: 1em;
	padding-left: 0;
}


#logo {
	margin-left: 10px;
	margin-top: 10px;
	
	margin-bottom: 15px;
}


#sidebar {
	background: black;
	color: white;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
}

#sidebar ul {
	list-style: none;
	
	margin-left: 10px;
}


#nav li {
	display: block;
	height: 25px;
	width: 130px;
	
	margin-bottom: 5px;
}

#nav li a {
	display: block;
	height: 23px;
	width: 100%;
	font-family: chalkboard, "comic sans", "comic sans ms", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	
	padding-top: 2px;
	padding-left: 25px;
	/*background-image: url(../../images/dots.gif);*/
	background-position: 0 -25px;
	background-repeat: no-repeat;
}

#nav li a:hover {
	background-position: 0 0;
}

.search_box {
	width: 160px;
	margin-left: 10px;
}

.search_string {
	width: 90%;
}

#main {
	margin-left: 180px;
	
	padding-left: 25px;
}

#main h1 {
	height: 80px;
	width: 414px;
	/*background: url(../../images/bricks/borderLongTall.gif);*/
	background-position: 0 -20px;
	
	font-family: chalkboard, "comic sans", "comic sans ms", sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: red;
	text-transform: uppercase;
	
	margin-bottom: 15px;
}

#main h1 img {
	vertical-align: top;
}

img[align=left] {
	margin-right: 1em;
}

img[align=right] {
	margin-left: 1em;
}


td.field_title {
padding-right: 1em;
}

label.radio_label {
padding-right: 1em;
}

form table tr td {
padding-bottom: 0.5em;
vertical-align: top;
}