/* CSS Document */

/* Generic Styles forall portions of the Document*/
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	}
	
h1	{
	font-size: 1.8em;
	font-weight:bold;
	line-height: 0.9em;
	
	}
	
h2	{
	font-size: 1.4em;
	font-weight:bold;
	line-height: 0.9em;
	}

h3	{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 0.9em;
	color: #660066;
	}
	
p	{
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	}
	
li	{
    list-style-position:outside
	padding-left: 0;
	margin-left: 0;
	list-style-type: disc;
	}

ul	{
	margin-top: 0;
	padding-top: 2px;
	margin-left: 0;
	padding-left: 0;
	}
/* Continer centres the page*/
#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
/*Banner Styles*/	
#banner {
	background:url(/i/DEVFP1.jpg) no-repeat;
	display:block;
	width: 850px;
	height: 70px;
	margin-top: 36px;
	color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: 6px;
	float: left;
	margin-bottom: 10px;
	}
#banner address 
	{
	font-size:medium;
	text-align:left;
	font-style:normal;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	}
#welcome {
	font-size: medium;
	font-style: normal;
	color: #660066;
	margin-top: 20px;
}

/* Logo Header Styles */

#toplogo {
	width: 150;
	height: 81px;
	float: left;
	}

/*Left Menu Styles*/
#lmenu {
	width: 150px;
	float: left;
	padding-left: 5px;
	}
	
#lmenu ul {
	margin: 0;
	padding:0;
	font-size:0.9em;
	font-weight: bold;
	}
	
#lmenu li {
	margin: 0;
	padding:3px 0 0;
	list-style-type: none;
	}
	
#lmenu ul.sub {
	padding-left: 15px;
	font-size: 0.9em;
	}
	
#lmenu a:link, #lmenu a:visited {
	text-decoration: none;
	color: #000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 1px;
	}

#lmenu a:hover {
	color:#FFFFFF;
	background-color: #660066;
	}
#lmenu a.here {
	background-color: #660066;
	color: #FFFFFF;
	}
/*Left-hand content in styles in all pages beyond home*/
#leftcontent {
	float: left;
	width: 500px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
 
 /*Front Page content pane and styles*/
#frontcontent {
	width:600px;
	float: left;
	margin-left: 2px;
	margin-top: 8px;
	}

#frontcontent h1 {
	color: #660066;
	}

/*LHSection float - contains Left Menu and LHContent*/	
#lhsection {
	width:760px;
	float: left;
	padding-top: 5px;
}


/*RHSection Float and styles*/
#rhsection {
	width:200px;
	float: right;
	padding-top: 10px;
	}
	
#rhsection h2, #rhsection p, #rhsection ul{
	padding-left: 50px;
	}

#rhsection ul {
	list-style-position: outside;
	list-style-type: circle #660066;
	}

/*Footer styles*/
#footer {
	clear:both;
	background:url(i/footer.gif) no-repeat center center;
	display:block;
	width: 910px;
	height: 55px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
	}

#footer address {
	font-size:small;
	text-align:center;
	font-style:normal;
	color: #FFFFFF;
	padding-top: 6px;
	}
	
#footer right {
	font-size:small;
	text-align:center;
	font-style:normal;
	color: #333333;
	padding: 2px 3px 0 0;
	margin-left: 30px;
}

#footer a:link, #footer a:visited
{
color: #FFFFFF;
text-decoration: underline;
}

#subfooter {
	float: left;
	height: 20px;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 50px 25px;
	color: #660066;
}

/*Top main menu Styles*/
#topmenu ul{
	font-weight:bold;
	color:#660066;
	line-height: 0.95;
	list-style-type:none;
	height: 37px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	float: left;
	font-size: medium;
	margin-bottom: 5px;
	}
 
#topmenu li	{
	margin: 2 0;
	padding: 0;
	list-style-type: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid black;
	float: left;
	}

#topmenu li.home {
	border-left: 1px solid white;
	}

#topmenu a { 
	padding: 3px 5px; 
	display: block;
	width: auto;
	height: auto;
	}

#topmenu a:link, #topmenu a:visited
{
color: #660066;
text-decoration: none;
}

#topmenu a:hover
{
color: #fff;
background-color: #660066;
text-decoration: none;
}

#topmenu a.here {
	background-color: #660066;
	color: #FFFFFF;
	}

#topmenu a.here:link, #topmenu a.here:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}

/*Individual content styles.  New Styles must be indentified as for RH or LH sections within tag*/
h2.rh-magenta {
	color: #E2007A;
	background: url(i/pink-bfly.gif) top left no-repeat;
	padding-bottom: 30px;
	}

h2.rh-orange {
	color: #FF9900;
	background: url(i/orange-bfly.gif) top left no-repeat;
	padding-bottom: 30px;
	}

h2.rh-blue {
	color: #009EE0;
	background: url(i/blue-bfly.gif) top left no-repeat;
	padding-bottom: 30px;
	}

h1.lh-blue, h2.lh-blue {color: #009EE0;}
h1.lh-orange, h2.lh-orange{color: #FF9900;}
h1.lh-magenta, h2.lh-magenta {color: #E2007A;}
h1.lh-purple, h2.lh-purple {color: #660066;}
h1.lh-green, h2.lh-green {color: #CCCC00;}
h1.lh-dblue, h2.lh-dblue {color: #003366;}


p.rh-first {
	margin-top: -40px;
	}
	
p.right {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	}
	
td.month {
	font-weight: bold;
	font-size: 1.2em;
	color: #E2007A;
	}
	
td.eventtitle {
	font-weight: bold;
	color: #660066;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.list {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
.subadd {
	font-size: small;
	color: #666666;
	text-align: center;
	margin-top: -40px;
}

 fieldset
{
border: 1px solid #781351;
width: 20em
}

 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
#forml {

	width:250px;
	float: left;
	padding-top: 5px;
}
#formr {
	width:250px;
	float: right;
	padding-top: 5px;
}
#formc {

	width:400px;
	float: left;
	padding-top: 5px;
}

right text	{
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	}
