html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #1E1E1E;
	color: #333333;
}
	
a {
	cursor: pointer;
	text-decoration: none;
	color: #3D58A7;
}

a:hover {
	color: #D12025;
}

a:active {
	color: #D12025;
}

img {
	border: 0;
}

div#container, div#container2 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border: 1px solid #000000;
	background: #FFFFFF;
}

div#container {
	padding: 10px;
}

div#container2 {
	margin-top: 5px;
	border: 0px solid transparent;
}

#welcomeBanner
{
	height: 58px;
	background: transparent url(/img/ui/welcomeBannerBG.png) top left repeat-x;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	padding-top: 22px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 2px 0px 0px 0px;
	text-shadow: #333333 3px 2px 2px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}