body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: url(images/smallpaleLogo.gif) repeat;
}

a:link, a:visited, a:hover {
	color: #003366;
	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: #006699;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #006699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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 0 0 0;
	padding: 0px 0px;
	width: 750px;
}

#navBar{
	position:absolute;
	width: 175px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #0099CC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	left: 1px;
	top: 172px;
}

#content{
  float:left;
	width: 570px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0 183px;
	background-color: #ccffff;
}

#oOrder{
	float:left;
	width: 540px;
	height: 540px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}
#oForm{
	text-align: left;
	float:left;
	width: 340px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#oInfo{
	text-align: left;
	float:left;
	width: 175px;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #E0E0E0;
	border: 1px dashed gray;
	color: gray;
}
#oLog{
	text-align: left;
	float:left;
	width: 536px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E0E0E0;
	color: gray;
}

blockquote {
  background: transparent url(images/quote_left.gif) left top no-repeat;
  }
blockquote div {
	font-family: arial; 
	font-style: italic;
	padding: 0 65px;
	background: transparent url(images/quote_right.gif) right bottom no-repeat;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#content a:link, a:visited, a:hover{
	text-decoration: none;
}

#content a:hover {
	color: #036;
	text-decoration: underline;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story1{
	background-color:#fff;
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
}

.story1 p{
	padding: 0px 0px 10px 0px;
}

.story{
	
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	background-color:#fff;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/
	



#siteInfo{
	
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin-bottom: 0px;
	float:left;
	width: 570px;
	padding: 10px 10px 0px 183px;
	background-color: #003366;
	/*
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #333333;
	background-attachment: fixed;
	background-position: bottom;
	vertical-align: baseline;
	position: fixed;
	bottom: 0px;
	z-index: 4;
	*/
}

#siteInfo a:link, a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#siteInfo a:hover {
	text-decoration: underline;
}
/* 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: 5px 5px 5px 5px;
	margin-bottom: 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
text-align:center;
font-size:large;
}


/*********** #navBar link styles ***********/

#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 */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/* nested lists */



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color:#FFFFFF;
	text-align:center;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #ffffff;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks ul li a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #ffffff;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-color: #99CCFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks ul li a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	background-color: #99CCFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #003366;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color:#003366;
}

.relatedLinks h3{
color: #FFFFFF;
text-align:center;
font-size:large;
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link{
	text-decoration:none;
	color:#036;
	font-weight:bold;
	
	}
	
.relatedLinks a:visited{
	color:#036;
	font-style:italic;
	}
	
.relatedLinks a:hover{
	color: #fff;
	text-decoration:underline;
	}
/************** #advert styles **************/

#advert{
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #cccccc;
	color:#FFFFFF;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#headlines h3{
color: #FFFFFF;
text-align:center;
font-size:large;

}

#headlines p{
	padding: 5px 0px 5px 0px;
	color:#003366;
	font-weight:bold;
}

#headlines a:link{
	color:#ffffff;
	}

#headlines a:hover{
	text-decoration:underline;
	}

/*************** # My table doovers ****************/

.tablehead {
	font-size: 0.9em;
	font-weight: bold;
}

.tableheadblue {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #92B6DA;
}

.tableheadgreen {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #B8DB6F;
}

.tableheadgreenC {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #B8DB6F;
	text-align: center;
}

.tableheadC {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.sm_title {
	font-size: small;
	font-weight: bold;
	text-align: right;
}

.sm_text {
	font-size: 0.8em;
	text-align: right;
}

.obviate {
	font-size: 1.1em;
	font-weight: bold;
}

.centreit {
	text-align: center;
}

.leftit {
	text-align: left;
}

.rightit {
	text-align: right;
}


.rightred {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 2em;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}


.bgwhite {
background-color: white;}

.tinyred {
font-size: 50%;
color: red;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {color: #CCCCCC}
.style3 {color: #0099CC}
.style5 {font-size: 100%}
#Layer1 {
	position:absolute;
	left:228px;
	top:230px;
	width:295px;
	height:216px;
	z-index:1;
}
.style6 {
	color: #000066;
	font-size: x-large;
}
.style7 {
	font-size: xx-large;
	color: #FFFFFF;
}
.style14 {font-size: 80%}
.style17 {font-size: 70%; font-weight: bold; }
.style18 {	font-size: 100%;
	font-weight: bold;
}
.style19 {
	font-weight: bold;
	color:#FFFFFF;
}
.style20 {
text-align:center;
	font-weight: bold;
	color:#000;
}
.style8 {font-size: 70%}
.nb {font-size: 80%;
color:#FF0000;
}
