/* Start of CMSMS style sheet 'Main' */
* 	{
	margin: 0;
	padding: 0;
	}

html, body {
	min-height: 100%;
	height: 100%;
	}
	
body {
	background-color: #92278f;
	color: #6a737b;
	font-family: Calibri, Trebuchet-MS, Arial, Tahoma, Verdana, Sans, Sans-serif;
	text-align: center;
	min-width: 850px;
	}

img	{
	border:0px;
	}

a:link{color:#b558b8; text-decoration:none;}
a:visited{color:#b558b8; text-decoration:none;}
a:hover{color:#000000; text-decoration:underline;}

h1, h2	{
	font-weight: normal;
	color: #c857ac;
	}

* html #wrapper {
	height: 100%;
	}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 850px;
	min-height: 100%;
	background-image: url('images/bg_main.png');
	background-position: top center;
	background-repeat: repeat-y;
	}

#header	{
	position: relative;
	top: 0px;
	width: 850px;
	height: 120px;
	background-image: url('images/bg_header.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: right;
	}

#banner	{
	position: relative;
	top: 0px;
	width: 850px;
	height: 205px;
	padding: 0px;
	margin: 0px;
	}
	
#menu  {
	position: relative;
	top: 0px;
	width: 850px;
	height: 65px;
	background-image: url('images/bg_menu.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	}

.menu-table	{
	height: 65px;
	border: 0px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	}

A.menu-rollover{ 
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	width: 88px;
	height: 24px;
	padding-top: 6px;
	background-image: url('images/rollovers/menu_off.png');
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	}

A.menu-rollover:Hover{ 
	font-weight: bold;
	font-size: 0.8em;
	color: #FFFFFF;
	width: 88px;
	height: 24px;
	padding-top: 6px;
	background-image: url('images/rollovers/menu_on.png');
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	text-decoration: none;
	}

#content    {
	position: relative;
	top: 0px;
	width: 850px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	padding-bottom: 120px;
	}

.content-padding	{
	padding: 5px 25px 5px 25px;
	}

.main-content	{
	position: relative;
	float: left;
	width: 520px;
	height: 100%;
	padding: 15px;
	}

.box	{
	width: 480px;
	background-color: #edf2f3;
	border: 1px solid #b4bebf;
	padding: 16px;
	}

#footer	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 850px;
	height: 120px;
	text-align: left;
	}

.footer_text	{
	position: absolute;
	top: 45%;
	width: 100%;
	height: 54px;
	font-size: 0.8em;
	font-weight: bold;
	color: #888888;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	background-image: url(images/bg_footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	}

/* Sidebar */
.sidebar{display:block}

.sidebar *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#b176be;
	}

.sidebar1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	background: transparent;
	}
 
.sidebar2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	background: transparent;
	}

.sidebar3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	}
  
.sidebar4{
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	}
  
.sidebar5{
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	}

.sidebarfg{
	padding: 8px;
	background:#ddd2e1;
	color:#000000;
	}
/* End of 'Main' */

