body {
	background-color: #1D1A19 ;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #554475;
	background-image: url(images/deep_space.png) ;
	background-position: top center ;
    background-repeat: repeat-y;
    background-size: 100% 100%;
    text-align: center ;
	font-size: 80%;
	}

/* commented backslash hack to keep scrollbar in Firefox \*/ 
	html, body{height:101%;
	} 
/* end hack */

* {margin: 0px ; padding: 0px ;
	}

.bwrap {
    text-align: center ;
    width: 90% ;
    min-width: 600px;
    max-width: 1400px;
	margin-right: auto ;
	margin-left: auto ;
	}

.lwrap {
	float: left ;
 	width: 72% ; 
	}

.rwrap {
	float: right ;
 	width: 26%;
	}

.mainwrap {
	margin: 50px auto ;
	}

.logo {
 
    border: 1px solid #CCCCCC;
	background: #f6f6f6;
	padding: 5px 20px 0px 10px ;
    text-align: left ;
	margin-bottom: 20px; 
	}

.main {
	border: 1px solid  #CCCCCC;
	text-align: left;
	background: #f6f6f6;
	padding: 25px 12px;
	font-size: 120% ;
	margin-bottom: 50px; 
	}

.menu {
	margin: 50px 5%;
	}

.lfloat {
	float: left ;
	margin: 0 20px 15px 20px ;
	} 

.rbox {
	border: 1px solid #CCCCCC;
	background: #f6f6f6;
	text-align: center;
	color: #554475;
    min-width: 300px;
	}

.rtile {
	border: 1px solid #CCCCCC;
	background: #f6f6f6;
	text-align: center;
    padding: 15px 0 ; 
	margin-bottom: 20px ;
	color: #554475;
	}

/* .topwrap {
	margin: 50px auto;
	padding: 0;
	width: 75%;
	} 

.maincen {
	border: 1px solid  #CCCCCC;
	background: #f6f6f6;
	width: 65%; float: left;
	margin-bottom:20px ;
	padding: 15px;
	text-align: center ;
	}
*/

p {
	line-height: 1.4em ;
	padding: 10px 25px ;
	text-align: justify 
	}

p.cen {
	padding: 10px ;
	text-align: center ;
	font-size: 100% ;
	margin-bottom: 20px;
	line-height: normal ;
	}

p.blue {
	text-decoration: none;
	color: #6E357A;
	text-align: center ;
	margin-top: 20px;
	}

p.fl {
	text-align: center ;
	padding: 0 0 5px 0;
	font-size: 85% ;
	}

h3 {
	margin-top: 15px ;
	margin-bottom: 20px ;
	margin-left: 30px ;
	}

ul.lmain	{
	padding-left: 30px ;
	}

ul {
	list-style-type: none ;
	list-style-position: outside ;
	text-align: left ;
	padding-left: 20px ;
	}

ul.cen {
	list-style-type: none ;
	list-style-position: outside ;
	text-align: center ;
	padding: 0 ;
	margin: 10px 0 8px 0 ;
	}

li {
	margin: 10px 0 8px 0 ;
	}

.clear {
	height: 1px ;
	overflow: hidden ;
	clear: both ;
	margin-top: -1px ;}

a:link {
	text-decoration: none;
	color: #973C61;
	font-weight: bold ;
	}

a:visited {
	text-decoration: none;
	color: #973C61;
	font-weight: bold ;
	}

a:active {
	text-decoration: none;
	color: #973C61;
	font-weight: bold ;
	}

a:hover{
	text-decoration: underline;
	color: #C76F3B;
	font-weight: bold ;
	}

a.nor:link {
	text-decoration: none;
	color: #973C61;
	font-weight: normal ;
	}

a.nor:visited {
	text-decoration: none;
	color: #973C61;
	font-weight: normal ;
	}

a.nor:active {
	text-decoration: none;
	color: #973C61;
	font-weight: normal ;
	}

a.nor:hover {
	text-decoration: underline;
	color: #C76F3B;
	font-weight: normal ;
	}



