body{
	background-color: White;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
p{
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
	text-decoration: none;
}
a:hover{
}
.lines{
	background-image: url(images/repeater.jpg);
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
	color: #003366;
}
.banner{
	background-image: url(images/banner.jpg);
	height: 123px;
	width: 925px;
	background-repeat: no-repeat;
}


.topBar{
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 924px;
}
.bottomBar{
	vertical-align: top;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	height: 15px;
	width: 924px;
	color: White;
}
.livearea{
	background-color: White;
	width: 924px;
	border-top-width: 5px;	
	border-bottom-width: 5px;
}
.menuArea{
	vertical-align: top;
	background-color: #336699;
}
.barArea1{
	width: 25%;
	height: 25px;
	float: left;
	text-align: left;
	vertical-align: left;
	margin-top: 8px;
	margin-left: 5px;
	color: White; 
}
.barArea2{
	width: 25%;
	height: 25px;
	float: right;
	text-align: right;
	vertical-align: left;
	margin-top: 8px;
	margin-right: 5px;
	color: White;
}
.dynamicArea2{
	width: 54px; 
	background-color: #DDEBF9;
}
.dynamicArea1{
	width: 11px;
	background-image: url(images/repeater2.jpg);
	background-repeat: repeat;
}
.ContentPane{
	text-align: left;
	vertical-align: top;
	background-color: white;
}
.SkinObject {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
A.SkinObject:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
   color: white;
}
A.SkinObject:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
   color: white;
}
A.SkinObject:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
   color: #ff1222;
}
.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

/* Vertical Menu */
#HouseMenuNav{
	align: left;
	width: 100%;
}
#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 3px;
    margin: 0;
    list-style: none;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
	 /* added for opera browser to remove bullets on lists */
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a
{
	/* main colour of the menu */
	margin-top: 3px;
	padding: 0;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc;
	border-left: 12px solid #6699cc;
    	border-right: 1px solid #6699cc;
	background-color: #336699;
	color: #FFF;
	text-decoration: none; /* added for opera */
	font-size: 11px;
}

#HouseMenuNav li li a:link, #HouseMenuNav li li a
{
	/* main colour of the menu */
	margin-top: 3px;
	margin-left: 12px;
	padding: 0;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 12px solid #cccccc;
    	border-right: 1px solid #cccccc;
	background-color: #336699;
	color: #FFF;
	text-decoration: none; /* added for opera */
	font-size: 9px;
}

#HouseMenuNav li a:hover
{
   	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	border-left: 12px solid #ffcc00;
    	border-right: 1px solid #ffcc00;
    background-color: #6699cc;
    color: #003366;
}
#HouseMenuNav li li a:hover
{
   	border-top: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
	border-left: 12px solid #ffcc00;
    	border-right: 1px solid #ffcc00;
    background-color: #cccccc;
    color: #003366;
}

#caznetMenu{
	width: 100%;
	align: left;
	color: white;
}
#caznetMenu li{
	margin: 0;
	background-color: #003366;
	color: white;
	border-bottom: 2px solid #006699; /* added for opera browser to remove bullets on lists */
    	border-top: 2px solid #6699cc;
	list-style: none;
}
#caznetMenu li a{
	background-color: #336699;
	color: white;
}
#caznetMenu li a:hover{
	background-color: #yellow;
	color: yellow;
}
