body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	color: #666;
	background-image: url(_images/bg.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 30px auto 0 auto;
	padding: 2px 6px 10px 10px;
	border-right: #c60 4px solid;
	width: 740px;
	background-color: #ffc;
	border-bottom: 4px solid #930;
}

#banner {
	height: 230px;
	width: 740px;
	padding: 6px 0;
	margin: 6px 0;
	border-bottom: 1px solid #c60;
	background-image: url(_images/banner1.jpg);
	background-repeat: no-repeat;
}

#banner p {
	font-size: 5em;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #c60;
	margin-top: 2em;
}

#left {
	padding: 0 0 15px 5px;
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-right: 0px;
}

#left ul {
	margin: 0;
	padding: 0;
}

#left ul li{
	margin: 0;
	padding: 5px 5px 5px 0;
	list-style-type: none;
}

#left h2 {
	margin-top:40px;
}

#left a {
	padding: 3px;
	border-bottom: #c60 1px solid;
	display: block;
	width: 100%;
	line-height: 1em;
	text-decoration: none
}

#left a:link {
	color: #903
}

#left a:visited {
	color: #903
}

#left a:hover {
	color: #fff;
	border-bottom: #c60 1px solid;
	background-color: #903
}

#left a:active {
	color: #fff;
	border-bottom: #c60 1px solid;
	background-color: #c60
}

#quickinfo, #left p {
/*	font-size:0.72em;*/
	padding-left:10px;
}

#left p strong {
	position:relative;
	top:-5px;
}
#quickinfo {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 100%;
}

#right {
	padding: 0 15px 15px 15px;
	float: right;
	width: 486px;
	line-height: 1.5em;
	text-align: justify; /* hack */;
	margi\n-top: -10px !important; /* show to non-IE browsers */;
	margin-top: 10px;
}
/* Now make IE7 happy */
*+html body #container #content #right h1{
	margin-top:20px;
}

.current a {
	color: #fff! important;
	border-bottom: #903 1px solid;
	background-color: #903! important
}

#hr {
	height:1px;
	margin:0 0 4px 0;
	border-bottom:1px solid #c60;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-bottom:-10px;
}

.clearBoth {
	clear:both;
}

h1 {
	font-size: 2em;
	color: #c60;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	color: #c60;
	padding-bottom: -1em;
	margin-bottom: 0;
}

a {
	color:maroon;
}

a:link {}

a:visited {}

a:hover {
	background-color:#903;
	color:#fff;
}

a:active {}

.paraRight{
	display:inline;
	text-align:right;
	float:right;
/* hack */  	margi\n-top:20px !important; /* show to non-IE browsers */
	margin-top:0px; /* show to IE6 */
/* hack */  	margi\n-bottom:0px !important; /* show to non-IE browsers */
	margin-bottom:-20px; /* show to IE6 */
}

/* Now make IE7 happy */
*+html body #container #footer.paraRight {
	margin-top:0px;
	margin-bottom:-20px;
}

.paraLeft{
	display:inline;
	float:left;
/* hack */  	margi\n-top:20px !important; /* show to non-IE browsers */
	margin-top:0px; /* show to IE6 */
/* hack */  	margi\n-bottom:0px !important; /* show to non-IE browsers */
	margin-bottom:-20px; /* show to IE6 */
}

/* Now make IE7 happy */
*+html body #container #footer.paraLeft {
	margin-top:0px;
	margin-bottom:-20px;
}

.hidden {
	display:none;
}

.imgCentred {
	align:center;
}

.caption {
	text-align:center;
	font-size:0.7em;
}

#left ul.fnf li {
	list-style-type:disc;
}

.error {
	border:1px solid #c60;
	padding:0 1em;
}

.hasError {
	background-color:#FFCCCC;
	border:1px solid #ccc;
}