body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0;
	padding: 0px;
	background-color:#A3B3B9;
	color: #000000;
	background-image:url(gifs/body-bg.jpg);
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
	color:#1632A2;
}
a:visited {
	text-decoration: none;
	color:#1632A2;
}
a:hover {
	text-decoration: underline;
	color:#1632A2;
}
a:active {
	text-decoration: none;
}
ul {
	padding-left: 5px;
	margin-left: 15px;
}
.paper {
	background-image: url(gifs/paper.png) ! important;
	background: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.title-big {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #1632A2;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.subtitle {
	background-color:#972929;
	height:25px;
	padding:10px 30px;
}
#header {
	height: 40px;
}
#footer {
	color:#333;
	clear: both;
}
#content {
	background-color:#ffffff;
	position: relative;
	padding: 15px 22px;
	width: 650px;
}
#left {
width:210px;
padding:15px 22px;
}
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.footer_text a:link {
	color: #333;
}
.footer_text a:hover {
	text-decoration: underline;
	color: #333;
}
.footer_text a:active {
	color: #333;
}
.footer_text a:visited {
	color: #333;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.white {
	color:#FFFFFF;
}
#breadcrumb {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px 5px 5px 0px;
	font-weight: normal;
}
#topimagebar {
	position:relative;
	width:600px;
}
#container {
margin-top:14px;
}

.red {
color:#FF0000;
}