body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
}

#layout {
	padding: 0px;
	margin: 0px;
}

#header {
	background-image: url("images/background.gif");
	background-repeat: repeat-x;
	background-position: top center;
	height: 68px;
}

h1 {
	margin: 0px;
	padding-left: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline;
}

#nav {
	background-color: #BD161A;
	color: #FFF;
	height: 28px;
}

#links {
	margin-left: 20%;
	line-height: 28px;
}

#left {
	float: left;
	width: 20%;
	background: #FFF;
	overflow: hidden;
	background-image: url("images/sideback2.gif");
	background-repeat: repeat-x;
	background-position: top center;	
	font-size: 12px;
}

#right {
	float: left;
	background: #CCC;
	overflow: hidden;
	background-color: #e5e5e5;
	background-image: url("images/rightback.gif");
	background-repeat: repeat-y;
	background-position: top left;	
	width: 80%;
}
p {
	padding: 5px 10px 5px 10px;
}

#left p {
	padding: 0px 10px 0px 10px;
}

#title{
	height: 54px;
	background-color: #595959;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	line-height: 54px;
	padding-left: 15px;
	border-bottom: 1px solid #000;
		background-image: url("images/greyback.gif");
	background-repeat: none;
	background-position: top left;
}

#cimage {
		text-align: center;
}

#footer {
	height: 25px;
	background-color: #BD161A;
	float: left;
	width: 100%;
	background-image: url("images/footback.gif");
	background-repeat: repeat-x;
	background-position: top center;	
	line-height: 22px;
	color:#FFF;
	font-size: 12px;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: bold;
		padding: 5px 10px 5px 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
		padding: 5px 10px 0px 10px;
}

#nav a {
	text-decoration: none;
	color: #FFF;
}

#nav a:hover {
	text-decoration: none;
	color: #CCC;
}

#address {
	padding-left: 30px;
}

img.rightimg {
	float: right;
	margin: 10px 40px 10px 10px;
}

a {
	color: #28166c;
}

td {
	font-size:14px;
}

th {
	font-size:14px;
	text-align: left;
}

#right table {
	margin-left: 20px;
}

.turing {
	height: 34px;
	width: 98px;
	border: 1px solid #000;
	font-size: 20px;
}