/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color:#660033;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #660033;
}

h2{
 font-size: 114%;
 color:  #660033;
}

h3{
 font-size: 100%;
 color:  #660033;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color:  #660033;
}

h5{
 font-size: 100%;
 color:  #660033;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 2px solid  #660033;
	border-top: 2px solid  #660033;
	width: 100%;
	background-color: #ffffff;
	/*background-image:url(../images/logo_on_background.gif); background-repeat:no-repeat; padding: 0px 350px 20px 10px;*/
	background-image:url(../images/banner.gif); background-repeat:no-repeat; padding: 47px 0px 20px 0px;


	
}

#navBar{
	margin: 0 82% 60% 0;
	padding: 0px;
	background-color: #E8E8E8;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	/*border-top: 1px solid #003399;*/
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 7% 0 0;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.content img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 3px 0;
}

#breadCrumb{
	font-size: 75%;
	padding: 0px 0px 0px 10px;
}


#fotName{
	margin: 0px;
	padding: 0px 5px 0px 220px;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 220px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 9px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.feature h3{
	padding:0px 0px 0px 0px;
	text-align: left;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles for left hand navigation ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*used to change border colour inbetween section links */
#navBar li {border-bottom: 1px solid #eee;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 84%;
	border-bottom: 1px solid #ffffff;
	top: -2px;
}

#sectionLinks h3{
	padding: 1px 0px 0px 10px;
	/*background-image:url(../images/grid_image.gif);background-repeat:no-repeat;padding:2px 2px 2px 20px;*/
	background-color:#660033;
	color: #FFFFFF;
}
/* Controls the link sections */
#sectionLinks a:link{
	padding: 0px 0px 0px 26px;
	/*background-image:url(../images/bg_nav_light_blue.jpg);*/
	background-color: #E8E8E8;
	/*border-top: 1px solid #cccccc;*/
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	/*border-top: 1px solid #cccccc;*/
	padding: 0px 0px 0px 26px;
	/*background-image:url(../images/bg_nav_light_blue.jpg);*/
}

#sectionLinks a:hover{
/*when rolling over which colour;*/
	/*border-top: 1px solid #cccccc;*/
	background-color: #D6D6D6;
	padding: 0px 0px 0px 26px;
	/*background-image:url(../images/bg_nav_light_blue.jpg);*/
}

.sectionLinks h3{
	padding: 2px 2px 2px 20px;
	background-image:url(../images/bg_nav_light_blue.jpg);

}

.tableLinks a:hover{
	background-color:#D6D6D6; }
	
