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

html {
	overflow-y:scroll;
}

/*STYLES*/

body {
	margin-top:0px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	margin-top:11px;
	margin-bottom:11px;
	font-size:11px;
	line-height:18px;
}

ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:10px;
}

li {
	line-height:18px;
	margin-bottom:5px;
}

td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}

h5 {
	color:#650360;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	text-decoration:none;
	color:#650360;
}

a:hover {
	text-decoration:underline;
}

/*DIVS*/

#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/nav_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#header {
	border-bottom:thick #b281af solid;
}

#nav {
	width:190px;
	margin-right:20px;
	float:left;
}

#rSider {
	width:198px;
	float:right;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#content {
	width:500px;
	margin-left:210px;
	margin-top:20px;
}

#footer {
	background-color:#9b5b97;
	clear:both;
	vertical-align:middle;
}

/*CLASSES*/

.menu {
	display:inline;
}

.menu li {
	list-style:none;
	border-bottom:#FFF thin solid;
	line-height:normal;
	margin:auto;
}

.menu li a {
	font-family:Arial, Helvetica, sans-serifl;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	background-image:url(images/btn.gif);
	background-repeat:no-repeat;
	padding-left:26px;
	padding-top:10px;
	padding-bottom:6px;
	display:block;
	font-weight:bold;
}

/* Hides from IE5-mac \*/
.menu li a {height: 1%;}
.panel {height: 1%;}
/* End hide from IE5-mac */

.menu li a:hover {
	background-image:url(images/btn_hover.gif);
	background-repeat:no-repeat;
	color:#650360;
}

.terms {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.terms a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.terms a:hover {
	color:#650360;
}

.footerText {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.footerText a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.footerText a:hover {
	color:#650360;
}

.caterpanel p {
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
}

.caterpanel ul {
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	display:inline;
	margin:0px;
}

.caterpanel li {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}

