@charset "UTF-8";
/* -------------------------------------
	Kamikaze Krout'n it.
------------------------------------- */

body {
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#container {
	width: 900px; 
	margin: 0 auto;
	text-align: left;
}
#alert {
	width:100%;
	background-color:#CCCCCC;
	text-align:center;
	padding: 5px 0 5px 0;
	color:#FFF;
}

#header { 
	padding: 50px 0 0 0;
	height: 100px;
	vertical-align: middle;
}
#mainContent {
	padding: 0 0 0 0;
	background: #FFFFFF;
}
#leftContainer {
	float:left;
	width: 540px;
}
#rightContainer {
	float:right;
	width: 330px;
	background-color: #3f3f3f;
	padding: 10px 10px 10px 10px;
}
#footer {
	background-color: #555555;
	height:	300px;
	width: 100%;
	padding: 10px 10px 10px 10px;
}
.containerPadding {
	padding: 10px 0 10px 0;
}
.lightBodyText {
	color:#999999;
	line-height:18px;
}
.lightHeaderText {
	color:#FFFFFF;
	font-size:16px;
	line-height:22px;
}
.greySmallText {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
a {
	font-size: 12px;
	color: #CC3333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: none;
	color: #FF9999;
}
a:active {
	text-decoration: none;
	color: #FF9999;
}

a.greyLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	background-color:transparent;
	font-style:italic;
}
a.greyLink:link {
	color:#999999;
	text-decoration:none;
}
a.greyLink:active {
	color:#666666;
	text-decoration:underline;
}
a.greyLink:visited {
	color:#999999;
	text-decoration:none;
}
a.greyLink:hover {
	color:#666666;
	text-decoration:underline;
}
