BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial;
    FONT-SIZE:  12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    table-layout:auto;
    color: #000000;
}

P
{
	font-size: 12px;
	font-family: Arial;
	text-decoration:none;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{
	font-family: Arial;
	font-size: 20px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
	}	
		
H2	{	
	font-family: "Arial Black";
	font-size:	18px;
	font-weight:	normal;
	font-style: normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
	}	
		
H3	{	
	font-family: Arial;
	font-size:	16px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	'underline';
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
	}	
		
H4	{	
	font-family: Arial;
	font-size:	13px;
	font-weight:	bold;
	text-decoration:	none;
	font-style:	italic;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
	}	
		
H5, DT	{	
	font-family: Arial;
	font-size:	11px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
	}	
		
H6	{	
	font-family: Arial;
	font-size:	8px;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
	}	
		
TFOOT, THEAD	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#215115;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#215115;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#215115;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#215115;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Arial;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-family: Arial;
	font-size:	 12px;
	}

UL LI LI	{	
	list-style-type:	disc;
	font-family: Arial;
	font-size:	 12px;
	}

UL LI LI LI	{	
	list-style-type:	circle;
	font-family: Arial;
	font-size:	 12px;
	}
	
OL LI	{	
	list-style-type:	decimal;
	font-family: Arial;
	font-size:	 12px;
	}

OL OL LI	{	
	list-style-type:	upper-roman;
	font-family: Arial;
	font-size:	 12px;
	}

OL OL OL LI	{	
	list-style-type:	lower-roman;
	font-family: Arial;
	font-size:	 12px;
	}

OL LI UL LI	{	
	list-style-type:	square;
	font-family: Arial;
	font-size:	 12px;
	}

UL LI OL LI	{	
	list-style-type:	square ;
	font-family: Arial;
	font-size:	 12px;
	}

/* Used in the /about/about_dept.aspx file. */
.AboutDeptName 
{
	font-family: Arial;
	font-size:	15px;
	font-weight:	bold;
	text-decoration:	none;
	font-style:	italic;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
}

/* Used for the news scroller on the main page */
.NewsScrollerHeading
{
	font-family: Arial;
	font-size:	15px;
	font-weight:	bold;
	text-decoration:	none;
	font-style:	italic;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #491486;
}
.Back 
{
	background: #F5F5F5;
}

/* Used for the What's On box on the main page. */
.WhatsOn
{
	font-family: Arial;
	font-size: 12px;
	color: #491486;	
}

/* Used in the panel bar */
.panelheader { 		
	FONT-SIZE: 14px; 
	COLOR: White;
	padding-left: 4px;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	height:16px;
	padding-bottom: 6px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.panelheaderselected {
	FONT-SIZE: 14px; 
	COLOR: White;
	padding-left: 4px;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	cursor: hand;
	height:16px;
	padding-bottom: 6px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

/* Used for accessibility to disabled users */
#skip a, #skip a:hover, #skip a:visited
{
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

#skip a:active, #skip a:focus
{
    position:static;
    width:auto;
    height:auto;
} 

/* Used for gradient fades */
.gradientV{
    /* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    color:White;
    /* fallback (Opera) */
    background: #3C9F2B;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #337F26, #3C9F2B);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#337F26), to(#3C9F2B));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#337F26', EndColorStr='#3C9F2B', GradientType=0);
}
   .gradientH{
    /* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    color:White;
    /* fallback (Opera) */
    background: #3C9F2B;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #337F26, #3C9F2B);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, right top, from(#337F26), to(#3C9F2B));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#337F26', EndColorStr='#3C9F2B', GradientType=1);
}
