/* Layout */

* {margin: 0px;
   padding: 0px;}
   
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('image/psbg.gif');
	background-repeat: repeat;
	background-attachment: fixed
	}
	
/* Structure */ 
 
#container {
	width: 896px;
	padding:3px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	background-image: url('image/transparent.gif');
}

#header {margin-top: 1px;
	background-image: url('image/titlelate.jpg');
	background-repeat: no-repeat;
	background-position:  center 50%;
	height: 329px;
	border: 0px solid #FFFFFF
}

#wrapper {
	margin-top: 7px;
	background-image: url('image/wrap_clear.gif');
	background-repeat: repeat-y
}

#left {
	float: left;
	width: 155px;
	background-image: url('image/round_corner.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #C138C1;
	padding-left:5px; padding-right:5px; padding-top:30px; padding-bottom:5px
}

#right {
	background-color: #C138C1;
	color: #FFFFFF;
	float: right;
	width: 155px;
	background-image: url('image/round_corner_r.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px; padding-right:5px; padding-top:35px; padding-bottom:5px
}

#content {
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 5px;
	text-indent: 15px;
	color: #FFFFFF;
	background-color: inherit;
	padding: 20px;
	border: 0px solid #FFFFFF;
}

#footer {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 1em;
	font-family: Helvetica, sans-serif;
}


/* Text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}

.imageright{
	float: right;
	margin-left: 7px;
	margin-bottom: 1px;
}

p{
    margin-top: 15px;
	margin-bottom: 15px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #996699;
	background-image: url('image/blockquote.gif');
	background-repeat: no-repeat; padding-left:30px; padding-right:30px; padding-top:10px; padding-bottom:10px
}

h1{
	background-color: #200420;
	padding: 5px;
	font-size: 1.2em;
	color: white;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 2px solid #996699;
	border-bottom: 2px solid #996699;

}

h2{
	background-color: #CC66CC;
	padding: 2px;
	font-size: 1.1em;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;

}

.list {
	margin-left: 25px;
	list-style-image: url('image/bullet.jpg');
	margin-top: 30px
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
	text decoration: none;
}
a:visited {
	color: #FFFFFF;
	background-color: inherit;
	text decoration: none;
}
a:hover {
	color: #FF00FF;
	background-color: inherit;
	text decoration: underline;
}
a:active {
	color: #FFFFFF;
	background-color: inherit;
	text decoration: none;
}

/********** Top navigation *************/
#navlist
{
	height: 3em!important;
	height: 2.8em;
	margin-top: 5px;
	padding: 1em 0em .3em .4em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px groove white;
	background-color: black;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px inset white;
padding: .3em;
padding-left: 0.4em;
padding-right: 0.4em;
color: #FFFFFF;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px outset white;
	padding: .2em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1.5em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: bold;
}
 