
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: White;
	background-image: url(background.gif);
	 background-position: center;
	 background-repeat: repeat-y;
}

#ElementLink{
	margin-left: 10px
}
a:link, a:active, a:visited {
	font-family: Helvetica, Arial, Verdana;
	color: #E22C83;
	letter-spacing: 1.5px;
	font-style: normal;
	line-height: 150%;
	font-size: 12px;
	text-decoration: none;
}
	
a:Hover {
	font-family: Helvetica, Arial, Verdana;
	color: #DB7093;
	letter-spacing: 1.5px;
	font-style: normal;
	line-height: 150%;
	font-size: 12px;
	text-decoration: underline;
}

#menuimage{
margin: 0 auto; /*Center container on page*/
margin-top: 20px;
	height: 0px;
	margin-bottom: 0px;
}

p{
	margin-top: 10px;
	margin-right: 20px;
	line-height: 150%;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 0px;
	color: #993366;
	background-color: transparent;
}

p .img{
 padding-left: 30px;
}



h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: -10px;
	font-size: 16px;
	font-weight: bold;
	color: Purple;
	margin-bottom: 0px;
} 
h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: -10px;
	font-size: 12px;
	font-weight: bold;
	color: Purple;
	margin-bottom: -10px;
} 



#maincontainer{
	overflow: hidden;
	margin: 0 auto; /*Center container on page*/
	width: 900px; /*Width of main container*/
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: transparent;
}
#Header {
float: right;
background-image: url(header.gif); background-repeat: no-repeat; 
	height: 200px;
	width: 900px;
	text-align: left;
	padding-top: 0px;

}
#HeaderMenu{
width: 820px;
	margin-top: 150px;
	margin-left: 30px;
	border-top-style: solid; /*border-top-style: solid;*/
	border-bottom-style: solid;
	border-color: #993399;
	border-width: 1px;
	padding-top: 5px;
		padding-bottom: 5px;
			padding-left: 15px;
}
#LcolumnMenu{
position: relative;	
 height:   auto;
 float:  left;
	width: 21%; /*Width of left column in pixel*/
	height: auto;
	margin-top: -10px;
	margin-left: 40px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	margin-RIGHT: 10px;
	padding-left: 0px;
	padding: 0px; 
	
	
}

#LeftColnav
{
position: relative;	
  float: left;
  list-style: none;
margin-top: -5px;
margin-left: 10px;
padding-top: 5px;

}

#Rcolumn{
position: relative;
 text-align: left;
	margin: 0px;
	margin-top: -10px;
	float: right;
	width: 70%; /*Width of left column in pixel*/
	margin-left: 0px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
	margin-RIGHT: 5px;
	padding-right: 10px;
	padding-left: 10px; /*border-top-style: solid;*/
	border-left-style: solid; /*border-top-style: solid;*/
	border-color: #800080;
	border-width: 1px;
	min-height: 600px;
}
#LeftColnav
{
position: relative;	
  float: left;
  list-style: none;
margin-top: -5px;
margin-left: 10px;
padding-top: 5px;

}
#LeftColnav  ul{
	margin-top: -5px;
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#LeftColnav  li a {
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}

#LeftColnav a:link, #LeftColnav a:active, #LeftColnav a:visited 
{
	font-size: 9pt;
	color: #993366;
	text-decoration: none;
}
	
#LeftColnav a:Hover {
	font-size: 9pt;
	text-decoration: underline;
	color: #cc6699;
} 
#footer{
	position: relative;
	margin: 0 auto; /*Center container on page*/
	width: 850px; /*Width of main container*/
	overflow: auto;
	background-color: transparent;
	margin-top: 0px;
	padding-top: 0px;
	height: 50px;
	font-size: 10px;
	text-align: center;
	border-top-style: solid;
	border-top-color: #800080;
	border-top-width: 2px;
} 

#ftext{
	margin-top: 10px;
}
	
#footerM{
margin-top: 30px;
padding-top:0x;
 text-align: center;
 height: 30px;
} 

#footer a:link, #footer a:visited {
font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #5F7DA0;
	text-decoration: none;
}
#footer a:hover{
	font-weight: bold;
	color: #FFA500;
	text-decoration: underline;
}
/*
#footerimage{
margin: 0 auto; /*Center container on page*/
	/*background-image: url(footer.gif);
	background-position:  top;
	background-position: center;
	background-repeat: no-repeat;
	height: 191px;
	padding-left: -22px;
}
/* end footer */