/* main page values */

html, form {
	height: 100%;
    margin:0px;
    padding:0px;
    font-size: 11px;
}

p, h1, h2, h3, h4, h5, h6, li {
	font-family:  tahoma, tahoma, Helvetica, sans-serif;
}

body {
    padding:0px;
	font-family:  tahoma, tahoma, Helvetica, sans-serif;
	font-size: 11px;
    margin: 5 auto;  
}

#holder {
    border:1px solid #cccccc;
    padding:2px;
    height: 100%; 
    min-height: 100%; 
    margin: 0 auto;
}

#midLeft 
{
    float: left;
    padding:25px;
    width:500px;
}

#midRight
{
width: 170px; 
padding-left: 20px;
float: right;
clear:left;
}

#border {
    border:1px solid #B9C2C8;
    height: 100%;
}

input {
	font-family:  tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
}

select {
	font-family:  tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
}

textarea {
	font-family:  tahoma, Helvetica, sans-serif;
	font-size: 1.0em;
}


/* end of main page values */


/* header section */

#header {
	width:100%;	
	text-align:left;
	margin-bottom:5px;
	clear: both;
}

td.topMenuItem {
    color:White;
    background-color:#663399;
   	font-size: 1.0em; 
   	font-weight: bold;
}

.topMenuItem a {
    color:White;
    text-decoration: none;
}

#textBreadCrumb 
{
    padding-left:15px;   
}

/* end of header section */



/* centre content */

.seperator {
	display: none;
}

#contentDiv {
	line-height:150%;
	color:#663399;
}

#contentDiv td {
	border:1px solid #2096C6;
	margin:0px;
	vertical-align: top;
}

#contentDiv table {
	border-collapse: collapse;
	margin:0px;
}

#contentDiv a {
    font-weight: bold;
	color:#663399;
}

#contentDiv .datagrid td
{
    border:0px;
}

hr {
    color:#2096C6;
    height:1px;
    clear: both;
}

.title 
{
    font-size:1.6em;   
    font-weight: bold;
    color:#085C9C;
}

.textHeader {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bolder;
	color:#085C9C;
}

.textsubHeader {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bolder;
	color:#085C9C;

}
#textBreadCrumb {
	color: #72609F;
	margin-left:10px;
}

#textBreadCrumb a {
	text-decoration: none;
	color: #72609F;
	font-weight: bold;
}

#contentDiv .propButton {
    background-color:#2096C6;
    color:White;
    padding:5px;  
    text-decoration:none;
}

#contentDiv .pageLink 
{
 color:White;   
}

#tblForm td 
{
 border: 1px solid    
}

/* end of centre content */




/* right hand column */



.secTitle {
    font-size:1.0em;   
    font-weight: bold;
    color:#2096C6;
}

.MenuItem, .MenuItemSelected {   
    padding-top: 5px;
    padding-bottom:5px;   
    color:#00428c;
    background-image:url('/images/menu/arrowBlueSmall.gif');
    background-repeat:no-repeat;
    padding-left:10px;

}

.MenuItem a {
    text-decoration: none;
    color:#00428c;
    font-weight: normal;
    
}

.MenuItemSelected a {
    text-decoration: none;
    color:#00428c;
    font-weight: bold;
}

.featureCell {
    background-color:#993399;
    padding:10px;
}

.featureTitle {
    font-size:12px;
    font-weight: bold;
    color:#085C9C;
    text-decoration:none;
}

.featureText{
    font-size:1.2em;
    font-weight: bold;
    color: White;
}

.featHeadPurple {
    border-left:1px solid purple;
    border-right:1px solid purple;
    font-weight: bold;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
    width:166px;
    font-size:1.2em;
    color: #00428C;
    padding-bottom:5px;
}

.featHeadBlue {
    border-left:1px solid #2096C6;
    border-right:1px solid #2096C6;  
    font-weight: bold;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
    width:166px;
    font-size:1.2em;
    color: #00428C;
    padding-bottom:5px;
}

.featMidPurple {
    border-left:1px solid purple;
    border-right:1px solid purple;
    font-weight: bold;
    margin:0px;
    padding:0px;
    width:166px;
    padding-left:10px;
    padding-right:10px;
    color:#663399;
    padding-bottom:5px;
}

.featMidBlue {
    border-left:1px solid #2096C6;
    border-right:1px solid #2096C6;  
    font-weight: bold;
    margin:0px;
    padding:0px;
    width:166px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
}

.featBtmBlue {
    border-left:1px solid #2096C6;
    border-right:1px solid #2096C6;  
    font-weight: bold;
    margin:0px;
    padding:0px;
    width:166px;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
}

.featBtmPurple {
    border-left:1px solid purple;
    border-right:1px solid purple;
    font-weight: bold;
    margin:0px;
    padding:0px;
    width:166px;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
}

/*  end of right hand column */


/* news items */

.pager td {
	padding:2px;
	color:#796DA6;
	padding-bottom:15px;
}
	
div.dataRow {
	width: 400px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

div.dataRow span.Left {
	float: left;
	width: 200px;
	text-align: left;
}

div.dataRow span.Right {
	float: right;
	clear:both;
	width: 200px;
	text-align: right;
	vertical-align: top;
}

div.areaRow {
	clear: both;
}

div.areaRow span.Left {
    float: left;
    width: 10px;
    text-align: right;
}

div.areaRow span.Right {
    float: left;
    width: 350px;
    padding-left: 5px;
    text-align: left;
}

div.areaRow span.LeftImg {
    float: left;
    width: 80px;
    text-align: right;
}

div.areaRow span.RightImg {
    float: left;
    width: 460px;
    padding-left: 20px;
    text-align: left;
}

/* end of news items */


#footer {
    clear: both;
    color: white;
    font-size:11px;
}

#footer a {
    color: white;
}

.error 
{
    color:#FF0000;
    font-weight:bold;
}

.feature
{
    color:purple;
    font-weight:bold;
    text-decoration:none;
}


#dvWhatWouldYouLike 
{
font-size:13px;
font-weight:bold;
background-color:#2096c6;
padding:10px;
color: white;
background-image:url('images/dropdowndrop.gif');
background-position:bottom;
background-repeat:repeat-x;
}

#dvWhatWouldYouLike select 
{
font-size:12px;
width:300px;
}