/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #560089;
	font-size:12px;
	color:#560089;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

H1{
	font-size:19px;
	color:#560089;
	margin-bottom:10px;
}

h3#leftNavHeading {
	font-size:12px;
	color:#560089;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
a{
	color:#560089;
	text-decoration:underline;
	font-weight:bold;
}
a:HOVER{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:VISTED{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

img
{
    border: none;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 100%;
	margin: none;
}

#header
{
	width: 995px;
	height: 108px;
	border: 0px;
	padding: 0px;
}

#content img{}
#content img.noborder{border:none;padding:0px;}

#bar{
	background-image: url(images/hd-bg-20pix.jpg);
	background-color: #E1ED21;
	height:px;
	border-bottom:3px solid white;
	padding-left:20px;
}

#atTop{
	width:100%;
	color:#560089;
	padding:10px 0;
	height:37px;

}
#atTop p,#atTop h4{
	margin-top:0px;font-size:12px;
}
#atTop a{
	color:#560089;
	font-weight:normal;
}

td.menu{
	width:205px;
}
#leftNavForm td{
	color:#560089;
	font-size:10px;
}

#leftNavForm input{
	color:#000000
}

td#heading {
	font-size:12px
}

p#contact {color:#560089;font-size:10px;}

#leftNavContact table{
padding-left:2px;
}

.item a
{
font-size: 13px;
padding-left:8px;
padding-right:8px;
padding-top: 10px;
color: #560089;
vertical-align:middle;
text-decoration:none;
}

.content
{
	width: 839px;
	border: none;
	overflow:auto;
	height:auto;
}
	
.main
{
    width:600px;
    float: left;
    text-align: left;
	margin: 10px 10px 10px 0px;
}

.sidebar
{
    width: 190px;
    float: right;
    background: #EFF672;
    text-align: left;
	margin:10px 0px 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
	border: solid 2px #fff;
}

.footer
{
	width: 839px;
    text-align: left;
    font-size: 9pt;
    margin: 0px 0px 10px 0px;
    padding-top: 10px;
    border-top: dotted 2px #ccc;
}
.footer a{
color: #EFF672;
}
.left 
{
float: left;
}

.right 
{
float: right;
}

/*-- menu styles --*/
#menuJS {
	width:185px;
	display: block;
	float: left;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:185px;
}

#menuJS ul li{
	display: block;
}

#menuJS ul li:HOVER, #menuJS ul li.currentpage {
	display: block;
	color:#DDE46A;
}
#menuJS ul li a{
	font: bold 11px arial, helvetica, sans-serif;
	text-align:left;
	padding:7px;
	padding-left:20px;
	color: #560089;
	text-decoration: none;
	display: block;
	border-bottom:solid #FFFFFF ;
	border-bottom-width:1px;
	
}

#menuJS ul li a:hover, #menuJS ul li a.currentpage { background:#E1ED21 ;color: #000000; }
#menuJS ul li:hover ul a{ color: #560089; }
#menuJS ul li:hover a, #menuJS ul li:hover {color: #000000; }



#menuJS ul ul li a{
	text-align:left;
	padding-left:5px;
	display: block;
	padding-left:5;
}



#menuJS ul ul li a:hover, #menuJS ul ul li a.CSStoHighLink { color: #000000;background-color:#E1ED21; }
#menuJS ul ul li:hover ul li a{ color: #560089; }
#menuJS ul ul li:hover a{ color: #000000; }

/*-- Arrow --*/
ul li span.arrow,
ul ul li span.arrow{
	position:		absolute; 
	display:		block; 
	right:			5px; 
	top:			10px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #E1ED21; 
	border-bottom:	5px solid #E1ED21; 
	border-left:	5px solid #560089;/*arrow colour*/
	font-size:		1px; 
	line-height:	0;
}

ul li:hover span,
ul ul li:hover span{
	position:		absolute; 
	display:		block; 
	right:			5px; 
	top:			10px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #E1ED21; 
	border-bottom:	5px solid #E1ED21; 
	border-left:	5px solid #560089;/*hover arrow colour*/
	font-size:		1px; 
	line-height:	0;
}

/*--menu positioning--*/

#menuJS ul ul {
	position: absolute;
	top: 0px;
	left: 185px;
	width: 150px;
	background-color: #EFF672;
}

#menuJS ul ul ul {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 150px;
	background-color: #EFF672;
}

#menuJS li {position: relative;}/*Add margins here to get separate menu effect*/

/*-- menu display --*/
#menuJS ul ul,
#menuJS ul li:hover ul ul
{display: none;
}

#menuJS ul li:hover ul,
#menuJS ul ul li:hover ul
{
	display:block;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
	padding: 0px;
    color:#EFF672;
   	/*background:  #EFF672;
	opacity: .5;
	filter: alpha(opacity=50);
	border: solid 2px #fff;*/
}
.postTitle
{
    font-weight: bold;
    font-size: 12pt;
    color:#EFF672;
	padding: 10px;
	/*background:  #EFF672;
	opacity: .7;
	filter: alpha(opacity=70);
	border: solid 2px #fff;*/
}
.postMessage
{
    padding: 10px;
	background:  #EFF672;
	color: #560089;
	border: solid 2px #fff;
}
.postFooter
{
    color:#EFF672;
    font-size: 8pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
	padding: 10px;
}
.postFooter a{
color: #EFF672;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
	color:#560089;
    border-bottom: dotted 1px #ccc;
    background:  #EFF672;
    margin-bottom: 10px;
}
.commentMessage
{
	color:#560089;
    font-size: 8pt;
    padding: 10px;
}
.commentMessage BLOCKQUOTE
{
	color:#560089;
    font-size: 9pt;
    padding: 10px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color:#560089;
	padding: 10px;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 8pt;
    background:  #EFF672;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
	color: #560089;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #560089;
    border-top: dotted 1px #ccc;
}
.sidebarText
{
    padding-bottom: 10px;
}

.sidebarText a
{
	color: #560089;
	text-decoration:none;
}

.sidebarText a:hover
{
text-decoration:underline;
}
/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
	color: #560089;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
	color: #560089;
    font-size: 8pt;
    background:  #EFF672;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 2px #fff;
}
.forms a
{
color: #560089;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #fff;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 9pt;
   	color: #560089;
    margin-top: 2px;
    margin-bottom: 2px;
}
.forms label
{
color: #560089;
}
/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffffff;
}

#ctlMain_ctl01_TplCommentPanel a {color: #EFF672;}
