/***********************************************/
/* mainSite.css                                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body{
	font-family: Arial,Helvetica, sans-serif;
	color: #777777;
	/*line-height: 1.166;*/
	background: #71828a url("../images/bg_grad.jpg") fixed; 
	top: 0px; 
	background-repeat: repeat-x;
	margin-top: 0px; 
	font-size: x-small;
}

/* Font size for browsers other than IE */
html>body {
	font-size: small;
	
}

h1 {
	font-size: medium;
}

/* Font size for browsers other than IE */
html>body h1{
	font-size: large;
}

h2 {
	font-size: small;
}

.subtitle {
font-size: 10px;
}

/* Font size for browsers other than IE */
html>body h2{
	font-size: medium;
}

h3 {
	font-size: x-small;
	font-weight: bold;
}

/* Font size for browsers other than IE */
html>body h3{
	font-size: small;
	font-weight:bold;
}

/******* hyperlink and anchor tag styles *******/

a {
	/* turn off this color color: black;*/
	color: blue;
	text-decoration: none;
}
}
a:hover{
	text-decoration: underline;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}
.hyphen {
	color: #777777;
	list-style-position: inside;
	list-style-image: url(../images/hyphen.png);
	height: auto;
	vertical-align: middle;
	
}
li{
	list-style-type:square;
	}
ul:left{
	
	list-style-type: square;
	padding: 5px 0 7px 0; 
}
li:left{
	list-style-type:square;
	padding: 5px 0 7px 0; 
}
/**************** table styles *****************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.mainContent {
	/*position:relative;*/
	width:800px;
	background-color: #FFFFFF;
	z-index: 2;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: left;
	/*border: 1px red solid;*/
}

.masthead{
	position: relative;
	top: 3px;
	height: 150px;
	width: 800px;
	text-align: left;
}

/************ table styles *********************/

table.descriptions {
	margin-left: 50px;
	margin-right: 50px;
}

table.descriptions td{
	vertical-align: top;
}

table.descriptions a {	
/* turn off this color for the normal blue use in all links	color: #777777;*/
	color: blue;
	font-weight: bold;
}

table.boxed {
	border: 1px solid #777777;
	width: 100%;
}

table.boxed th{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

table.boxed td {
	vertical-align: top;
	padding: 5px;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

.utility {
	font-size: xx-small;
	position: absolute;
	top: 65px;
	right: 15px;
	color: #777777;
}

/* Font size for browsers other than IE */
html>body .utility {
	font-size: x-small;
}

.utility a:link, .utility a:visited{
	 color: #777777;
	margin: 2px;
	
}

/************* globalNav styles ****************/

.globalNav{
	position: absolute;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/glbnav_background.gif");
	top: 100px;
	z-index:2;
	left: 0px;
}

#globalNavLeftCurve {
	position: absolute;
	top: 0px;
	left:0px;
	width: 4px;
}

#globalNavRightCurve {
	position: absolute;
	top: 0px;
	right:0px;
	left: 796px;
	width: 4px;
}

.globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 7px;
	z-index: 100;
	width: 800px;
	text-align:left;
}


a.glink, a.glink:visited{
  	font-size: x-small;
  	color: #000000;
	margin: 0px;
	padding: 2px 2px 2px 2px;
}

a.glink:hover{
	background-image: url(../images/glblnav_selected.gif);
	text-decoration: none;
}

/* Font size for browsers other than IE */
html>body a.glink, html>body a.glink:visited{
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 2px 2px 2px 2px;
}



/************ subglobalNav styles **************/

.subglobalNav{
	padding-top: 8px;
	text-align: left;
	position: absolute;
	top: 130px;
	left: 0px;
	min-width: 640px;
	visibility: hidden;
	color: #ffffff;
	z-index: 100;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #ffffff;
}

/************** 'More' links *******************/
.more {	
	/* turn off this color: #777777; changed for standard blue used in any other web site*/
	color:blue;
	font-size: xx-small;
	font-weight: bold;
}

/* Font size for browsers other than IE */

html>body .more {
	font-size: x-small;
}

/************** siteInfo styles ****************/

.siteInfo{
	/*border: 1px green solid;*/
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px 10px 10px 50px;
	margin-top: 0px;
	text-align:left;
}

/**************** general styles ****************/
.black {
	color: black;
}

.gray {
	color: #888888;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #980303;
}

.emphasise {
	font-weight: bold;
	}

.colorName {
	color: #777777;
}

.rightAligned {
	text-align: right;
}

.halfHeight {
	line-height: 4px;
};
.5pxHeight {
	line-height: 5px;
};

.lightBlue {
	color: #8FB8BC;
};

.italic {
	font-style: italic;
};
.noColor {
	color: none;
};
.boxwidth {
	width:350px;
};
.boxheight {
	height:150px;
};
.boxmediumheight{
	height:80px;
}

/********************* end **********************/

