BODY  {
	background: #ddd url(../images/offwhitestripes.gif) top left repeat;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 5px solid #bbb;
	text-align: center;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	cursor: default;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: 	Avenir, "Gill Sans", Myriad, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	line-height: 2em;
	letter-spacing: 1px;
	color : #000000;
	background-color: #cccccc;

	}
	
hr {
	color : #cccccc;
}

TD  {
	font-family : "Lucida Grande","Lucida Sans Unicode",sans-serif, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : white;
}

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #c2c2c2;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #c69c6d;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}
	



.formelements  {
	font-size : 9px;
	border-colour : #999999;
	background-color : #CCCCCC;
	color: black;
}


 /* Form Elements */
 

input
{
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	background-image: url(../images/textbox_bg.gif);
	background-repeat: repeat-x;
	}

select, textarea
{
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	background-image: url(../images/textbox_bg.gif);
	background-repeat: repeat-x;
}

input.button
{
	border: 1px solid #666666;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	color: #555555;
	height: 19px;
	width: 80px;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	} 

input.radio
{ 
	background : transparent;
	color: #333333;
} 

 /* General */ 
 
.contentbox  {
	border: 1px dashed #999999;
	background-color: #B5CDDF;
}

.border {
	border-top: 1px solid #E1E0D4;
	border-right: 1px solid #818073;
	border-bottom: 1px solid #55544C;
	border-left: 1px solid #D6D4C4;
}
.invborder {
	border-top: 1px solid #55544C;
	border-right: 1px solid #D6D4C4;
	border-bottom: 1px solid #E1E0D4;
	border-left: 1px solid #818073;
}
.blackborder {
	border: 1px solid #000000;
}

.grey {
	color : #7c7c7c;
}
.dottedborder {
	border: 1px dotted #CCCCCC;
}

.quicklinksborder {
	border: 1px solid #797979;
}

TR.selected TD {
	FONT-WEIGHT: bold; BACKGROUND-COLOR: #D29392
}

table.zebraTable { border:1px solid #CCCCCC; }

	/*  Horizontal nav */

#menu {
	margin: 0;
	padding: 0;
	font-size : 8px;
	text-decoration : none;
	color : #c2c2c2;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #fff;
	width: 90px;
	height: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 4px 0;
	color: #c30;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 2em;
	font-size : 8px;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	}

html>#menu ul li a  {
	font-size: 8px;   
	} 

#menu ul li#one a	{
	width: 64px;
	}

#menu ul li#two a	{
	width: 82px;
	}

#menu ul li#three a	{
	width: 123px;
	}

#menu ul li#four a	{
	width: 123px;
	}

#menu ul li#five a	{
	width: 100px;
	}

#menu ul li#six a	{
	width: 141px;
	}

#menu ul li#seven a	{
	width: 83px;
	border-right: 1px solid #ccc;
	}

#resources a:link, #resources a:visited {
	border-right: 1px solid #ccc;
	}

#menu ul li a:hover {
	color: #000;
	background: #ccc;
	}

#menu a:active	{
	background: #c60;
	color: #fff;
	}

body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a,
body#sectionsix #menu li#six a,
body#sectionseven #menu li#seven a {
	background: #c30;
	border: 1px solid #c30;
	color: #fff;
	font-weight: none;
	}
