body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/page-bg.jpg) repeat-y center top;
	color: #000000;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for WinIE5.x */
	}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves Links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes Links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves Links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#header {
	width: 750px;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	height: 125px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	}

#site-nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: url(none) none;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid;
	}
#site-nav a {
	background: none;
	}
#sidebar {
	float: left;
	width: 160px;
	padding: 5px;
	background-color: #000000;
	}
#sidebar h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 33px;
	font-size: 100%;
	}
#content-nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-nav a {
	display: block;
	margin: 0 0 3px 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #2B2C6D;
	background: url(../images/page-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}
#content-nav a:hover {
	border: 1px solid #FFFF33;
	color: #FFFF33;
	}
#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 3px solid #000000;
	text-align: right;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	

#main-content {
	float: right;
	width: 550px;
	clear: none;
	margin-right: 10px;
	border: none;
	
	}
#feature {
	width: 190px;
	margin-left: 295px;
	}
#feature h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 3px 3px 3px 3px;
	font-size: 100%;
	}
	
#subcontent {
margin: 25px 0 0 0;  /*adds a 25px margin to the top of the div*/
}

/*The selector below defines the left column in the lower content area*/
#subcontent #left {
	float: left;
	width: 270px;
	margin-bottom: 20px;
	background-image: url(../images/efc.gif);
	background-repeat: no-repeat;
	background-position: 50% 50px;
	background-color: #F4F4F4;
	margin-left: 10px;
}

/*The selector below defines the right column in the lower content area*/
#subcontent #right {
	float: right;
	width: 270px;
	margin-bottom: 20px;
	background-image: url(../images/lfc.gif);
	background-repeat: no-repeat;
	background-position: 50% 50px;
	background-color: #F4F4F4;
	margin-left: 10px;
}

/*provides the titles for the columns in the lower content area*/
#subcontent h2 {
font-size: 115%;  /*increase the Default font size*/
color: #625757;  /*set a colour for the font*/
font-family: Arial, Verdana, Helvetica, sans-serif;  /*change the Default font face*/
margin: 0;  /*zero off the Default margins*/
background-color: transparent;  /*declare transparent as the background to prevent inheritance*/
text-align: center;  /*align the heading to the center of the div*/
}

#subcontent p {
margin: 10px;  /*set a 10px all around margin on the p element within the columns*/
}
	
	

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container {
	float: left; /* makes it contain children floats */
	width: 750px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	
	}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	}
h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	margin: 0 0 .6em 0;
	font-size: 120%;
	}
h3 {
	margin: 0;
	font-size: 100%;
	}
	
/* Links --------------------------------------------------- */
/* --------------------------------------------------------- */
a {
	padding: 1px 3px;
	color: #F38025;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.image-link {
	background: transparent;
	}
	
/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */
table {
	margin: 0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 3px;
	width: 525px;
	}
th, td {
	padding: 3px;
	border: 1px solid #000000;
	}
th {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	}

right {
	text-align: right;
}

img
{
	padding: 10px;
}
/* Accordion Starts Here -------------------------------------------------- */
.accordionHeader
{
    border: 1px solid #F38025;
    color: white;
    background-color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
	background-color: #FFFFFF;
	border-top: 1px none #F38025;
	padding: 5px;
	padding-top: 10px;
	border-right: 1px solid #F38025;
	border-bottom: 1px solid #F38025;
	border-left: 1px solid #F38025;
}

.accordionLink
{
    color: #FFFFFF;
}
/* Accordion Starts Ends -------------------------------------------------- */
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
