/* main */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg2.png);
	background-position:top center;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
}
a:link {
	text-decoration: none;
	color:#555555;
}
a:visited {
	text-decoration: none;
	color:#555555;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#555555;
}
h1 {
	font-size: 18px;
	margin:0 0 16px 0;
	padding:0 0 0 0;
	color:#555555;
	border-bottom: dotted 1px #cccccc;
	}
	.h12 {
	color:#dadada;
	}
h2 {
	font-size: 14px;
	color:#dadada;
	margin:0px;
	padding:0 20px 0 20px;
	line-height:26px;
}
h3 {
	font-size:10px;
	margin-bottom:2px;
	}
p {
	margin:0px;
	margin-bottom: 20px;
	font-size:12px;
	color:#555555;
	line-height:20px;
	}
p a {
	font-weight:bold;
	color:#555555;
	}
	
/* Header */
	
#headerwrapper {
	width: 960px;
	height: 84px;
	margin:auto;
	margin-top:42px;
	}
#logoholder {
	width:421px;
	float:left;
	}
#phoneno {
	width: 300px;
	height:30px;
	margin-top:24px;
	float:right;
	text-align:right;
}
	
/* Main */

#mainwrapper {
	width: 960px;
	margin:auto;
	margin-top:10px;
	}
#banner {
	float:right;
	width:708px;
	height: 180px;
	border: #eeeeee solid 6px;
	margin-bottom: 20px;
	}
#column1 {
	float:right;
	width:720px;
	}
#loginbox {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:5px;
	width: 400px;
	border: 1px solid #555;
	}
	#loginbox p {
		margin: 8px 0px 0px 0px;
		}
	.error {
		color: #ff0000;
		}
	
/* Menu */

#menu {
	float:left;
	width: 202px;
	padding: 4px;
	}
	#menu ul {
		padding:0px;
		margin:0px;
	}
	#menu ul li {
		padding:6px 0 6px 6px;
		margin:0px;
		list-style-type:none;
		border-bottom: dotted 1px #cccccc;
		font-size:12px;
	}
	#menu li:hover {
		background-color:#eeeeee;
		}
	#menu ul a:hover {
		text-decoration:none;
		}
#partner {
	float:left;
	width: 200px;
	border: 1px dotted #cccccc;
	padding: 4px;
	clear:left;
	margin-top:20px;
	}
	#partner img:hover {
		background-color:#eeeeee;
		}
	
/* Footer */

#footer {
	width: 960px;
	border-top: solid 1px #5d4d51;
	margin:auto;
	text-align:right;
	}
	#footer ul {
		margin:6px 8px 0 0;
		padding:0px;
		}
	#footer li {
		display:inline;
		color:#555555;
		font-size:12px;
		margin-left:10px;
		}
#copy {
	float:left;
	width:300px;
	text-align:left;
	margin-top:6px;
	}
#footernav {
	float:right;
	width: 500px;
	}
