body {
	margin: 0px;
	background: #333333;
	text-align: center;
}
body,table,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input, textarea {
	border: 1px solid #999999;
	width: 200px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	color: #666666;
	text-decoration: underline;
}
h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top:  0px;
	margin-bottom: 5px;
}
/* --- GLOBAL CLASSES --- */
.Title {
	font-weight: bold;
	font-size: 14px;
	color: #880A3A;
	margin-bottom: 10px;
}
.Date {
	font-size: 9px;
	color: #999999;
}
.FieldName {
	font-weight: bold;
}
.Button {
	border: #999999;
	background: #E5E5E5;
	font-weight: bold;
	width: auto;
}
.NoFormat {
	border: 0px;
	width: auto;
}
/* --- MAIN STYLE --- */
#Container {
	width: 775px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF url("/images/mainBg.jpg") repeat-y;
}
#Header {
	background: #333333;
}
#HeaderImage {
}
#Nav {
}
#Content {
}
#Body {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 220px;
}
#Right {
	float: right;
	width: 200px;
}
#Right .Title {
	padding: 3px;
	margin-top: 10px;
	background: #FFFFFF;
}
#Right .Text {
	margin-left: 15px;
	margin-right: 5px;
}
#Footer {
	padding: 3px;
	color: #FFFFFF;
	background: #000000 url("/images/grey_gradient.jpg") repeat-x;
	clear: both;
}
#Footer a {
	color: #999999;
}
.smallError {
	color: #FF0000;
	font-size: 10px;
	vertical-align: middle;
}
.Error {
	color: #FF0000;
}
.Error a {
	color: #FF0000;
}
img.main {
	float: left;
	padding: 4px;
}

/* --- HOME PAGE --- */
#Feature {
	background: #FFFFFF url("/images/featureBox.jpg") no-repeat;
	width: 500px;
	height: 146px;
	margin-bottom: 10px;
}
#Feature .Content {
	padding-top: 30px;
	margin-left: 160px;
	margin-right: 20px;
}

/* --- FOOTER --- */
#FooterLinks {
	float: right;
	width: 100%;
	margin-top: 3px;
	clear: right;
	margin-bottom: -5px;
	text-align:center;
}
#FooterLinks a {
	color: #BCBCBC;
	text-decoration: none;
	font-weight: bold;
}
#FooterLinks a:hover {
	text-decoration: underline;
}
#Partners {
	margin-right: 200px;
}
#Partners img {
	height: 50px;
	margin-left: 20px;
	border: 0px;
}
#Copyright {
	text-align: center;
	font-size: 9px;
	color: #999999;
	clear: both;
	width:100%;
	padding-top:15px;
}

/* --- RIGHT SIDE --- */
#RecentWork {
}
#RecentWork img {
	border: 0px;
	width: 70px;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
#LatestNews {
}
#LatestNews a {
	font-weight: bold;
	text-decoration: none;
}
#LatestNews a:hover {
	text-decoration: underline;
}