/* -----IE Hack----- */
html { 
	font-size: 100%;
	overflow-y: scroll;
	 
}

/* -----Body, Container, Header----- */

body {
	font-family: helvetica, arial, sans-serif;
	min-width: 760px;
	text-align: center;	
	font-size: .8em;
	background-color: #3C035A;
	color: #333333;
}
h1 {
	font-size: 16px;
	color: #663366;
	padding:20px 0px 0px 10px;
}
h2 {
	font-size: 12px;
	color: #663366;
}
#container {
	width: 760px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	background-color:#E4BBFD;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#header {
	padding: 5em 0 0 0;
	text-align: center;
}



#menu {
	position: relative;
	width: 600px;
	height: 50px;
	background: transparent url(images/menu.gif) 0 0 no-repeat;
	margin: 2em auto 1em auto;
	z-index: 10;
	overflow: hidden;
}

#menu ul {
	margin: 0; 
	padding: 0;
}

#menu li {
	list-style-type: none; 
	display: inline; 
	width: 100px;
	height: 50px;
}

#menu a {
	display: block; 
	width: 100px; 
	padding-top: 50px; 
	height: 0; 
	text-decoration: none; 
	float: left; 
	background: transparent url(images/menuhover.gif) -110px -60px no-repeat; 
	overflow: hidden;
	outline: none;
}

* html #menu a:link, * html #menu a:visited {height:50px; he\ight:0;}

#menu a:hover {
	background-position: top right;  
	z-index: 50;
}

* html #menu a:hover {height:50px; he\ight:0;}

#lbox {
	width: 605px;
}

/* ------Main Content Box----- */

#content {
	width: 680px;
	margin-left : auto;
	margin-right : auto;
	padding:0 0 2.5em 0;
	background: #E4BBFD;
	
}
#content p {
   padding: 10px;
   margin:5px;
   clear:both;
   
}

/* -----Content Header----- */

#content span.content_title {
	padding-left: 1em;
	font-family: Times, serif;
	font-size: 2.0em;
	font-style: italic;
	font-weight:bold;
	color:#663366;
	margin-left: 1em;
}



.roundcont {
	width: 100%;
	background-color: #EFDBFF;
}

.roundcont p {
	margin: 1em 2em;
}


.roundtop { 
	background: url(images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   	width: 19px;
   	height: 19px;
   	border: none;
   	display: block !important;
}

ul {margin-left: 2em;}

li {
	list-style: url(img/li.gif);
	line-height: 1.5em;
	text-decoration: none;
	border-bottom:#999999;
	color: #663366;
	font-size:14px;
	font-weight:bold;
}



/* ----- Label -----*/
label
{
width: 250px;
float: left;
text-align: left;
margin-left: 0.5em;
display: block;
clear:left;
}

.submit input
{
margin-left: 4.5em;
clear:left;
} 
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
clear:left;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
clear:left;
} 
fieldset
{
border: 1px solid #781351;
width: 400px;
clear: left;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
} 

 
/* -----Float Images----- */

.floatright {
	margin: 0 2em 0 0;
	float: right;
	clear:right;
	padding:5px;
}

.floatleft {
	float:left;
	clear:left;
	padding:5px;
}
.floatcentre {
	clear:both;
	padding:10px;
	margin:5px 5px 5px 5px;
	text-align:center;
}
.floatcentre p {
	text-align:center;
}
/* -----List----- */

.list {
	margin: 0 0 0 2.5em;
	padding: 0 0 0 2.5em;
}

/* -----Links----- */

a {
	color: #3C035A;
	outline: none;
	text-decoration:none;
}

a:hover {
	background-color: #3C035A;
	color: #EFDBFF;
	outline: none;
	text-decoration:none;
}

/* -----Footer----- */

#footer {
	clear: both;
}
