/*  design by www.onefunction.co.uk 
*/
* {
	padding: 0;
	margin: 0;
}
body {
	background: url(../images/bg.gif);
	text-align : center; /* keep page centered in IE */
	width : 100%;
	color : #551D6D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* links */
a:link {
	color: #494949;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }
  
/* Links within paragraphs (subtle) */

p {
	margin: 10px;
}
.padding {
	margin-left: 35px;

}



img {
	border: none;
}
.main_ul {
	padding-left: 35px;
}
/* Headings */  

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #BE3C30;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -1px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #255592;
}
.add_footer {
	font-size: 9px;
	color: #BE3C30;
}
.small_text {
	font-size: 9px;
	color: #822CA7;
}
.left_footer {
	font-size: 9px;
	color: #425E82;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
.right_footer {
	font-size: 9px;
	color: #425E82;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
.left_footer a, a:visited {
	color: #425E82;
}
.right_footer a, a:visited {
	color: #425E82;
}
.left_footer a:hover {
	color: #BE3C30;
}
.right_footer a:hover {
	color: #BE3C30;
}
.see_red {
	color: #FF0000;
}
/* Layout Stuff */
#gap {
	width: 100%;
	height: 10px;
}

#wrapper {
	text-align: left;
	width: 740px;
	margin: auto auto;
	background-color: #DCE4FC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #847C9C;
	border-right-color: #2C3C6C;
	border-bottom-color: #2C3C6C;
	border-left-color: #847C9C;
	background-image: url(../images/wrapper_bg.gif);
}

#header {
	width: 740px;
	height: 78px;
	background-repeat: no-repeat;
	background-color: #DCE4FC;
}
#menu-wrapper {
	width: 128px;
	float: left;
	padding: 0px;
}
#content-wrapper {
	width: 612px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
}
#right-floater {
	width: 175px;
	float: right;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
#content {
	width: 590px;
	background-color: #FFFFFF;
	padding: 6px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: left;
	height: 100%;
}
#footer {
	width: 740px;
	height: 20px;
	background-image: url(../images/footer_bg.gif);
	color: #425E82;
}

/* NAVIGATION - */

#navlist {
	font-size: 10px;
	line-height: normal;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 2px;
	font-weight: bold;	
}

#navlist li {
	background: none;
	list-style-type: none;
	padding-bottom: 1px;
}

#navlist a {
	display: block;
	width: 98px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}

#navlist a:link, #navlist a:visited, #navlist a:hover, #navlist a:active {
	color: #551D6D;
	text-decoration: none;
	background-color: #C2CFE0;
	background-image: url(../images/menu_up.gif);
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
	color: #BE3C30;
	background-color: #FFFFFF;
	background-image: url(../images/menu_down.gif);
}

/* Classes */
.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}
.reverse {
	unicode-bidi:bidi-override;
	direction: rtl;
} 

