@charset "utf-8";
/* CSS Document */

body {
	background:#612e61;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

p {
	margin:0;
	padding:0;
}

a {
	margin:0;
	padding:0;
	color:#993399;
}

h1 {
	color:#993399;
	font-size:24px;
	font-weight:normal;
}

Table {
	font-size:12px;
	border: 1px solid #000000;
	background-color:#c3c0ce;

}

div#RightColumn ul {
	list-style:none;
	margin-left:15px;
}

td {
	vertical-align:top;
}

div#SmallText {
	font-size:11px;
}

div#Header {
	width:970px;
	height:147px;
	margin:0 auto;
	background:url(images/header.jpg);
}

div#Menu {
	width:970px;
	height:36px;
	margin:0 auto;
	background:url(images/menu.jpg);
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:2px;
}

div#MenuContainer {
	padding-top:13px;
	padding-left:60px;
}

div#Menu a {
	color:#BDAB42;
	text-decoration:none;
}

div#MainBackgroundRightColumn {
	width:970px;
	margin:0 auto;
	background-color:#e1d9ae;
	background-image:url(images/column_gradient.jpg);
	background-repeat:repeat-x;
	background-position:0px 227px;
}

div#MainBackgroundRightColumn p {
	padding-top:7px;
	padding-bottom:7px;
}

div#MainBackgroundLeftColumnRepeat {
	background:url(images/main_background_left_repeat.jpg);
	background-repeat:repeat-y;
}

div#MainBackgroundLeftColumn {
	background:url(images/main_background_left.jpg);
	background-repeat:no-repeat;
}

div#MainBackgroundLeftColumnBottom {
	background:url(images/left_column_bottom.png);
	background-position:0% 100%;
	background-repeat:no-repeat;

}

div#MainBackgroundRightColumnBottom {
	position:relative;
	width:970px;
	background:url(images/right_column_bottom.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

div#ContentWrapper {
	padding:25px;
	padding-top:45px;
	padding-bottom:55px;
}

div#LeftColumnsContainer {
	width:679px;
	float:left;
}

div#ColumnContentContainer {
	margin:0;
	padding:15px;
	padding-top:0;
}

div#ColumnContentContainer h1{
	color:#CCCC00;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

div#LeftColumn {
	width:53px;
	float:left;
}

div#MiddleColumn {
	width:626px;
	float:right;
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

div#MiddleColumnBottom {
	background:url(images/content_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#RightColumn {
	width:291px;
	float:right;
	overflow:hidden;
}

div#Clear {
	clear:both;
}

div#Footer {
	width:970px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFFFFF;
}

div#Footer a {
	color:#FFFFFF;
	text-decoration:none;
}

img, div { behavior: url(iepngfix.htc) }