/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {

}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}

h1 {
	margin:0;
	padding:0;
}



/* =Typography (Global)
-----------------------------------------------------------------------------*/

body {
	/*background-color: #DCDCDC;*/
	background-color: #FFFFFF;
}


/* =Main Nav
-----------------------------------------------------------------------------*/
#navigationContainer {
	position:relative;
	clear:both;
	top:0;
	left:0;
	z-index:0;
	background:url(../images/TabBar_Back.jpg) repeat-x left bottom;
	padding-bottom:0px;
}

#navigationContainer ul {
	background:url(../images/TabBar_Back.jpg) repeat-x left center;
	float:right;
	width:800;
	margin:0em 0px 0em 0px;
}
#navigationContainer li {
	float:right;
	background:url(../images/blackVDots.gif) repeat-y top left;
	margin:0em 0px 0em 0px;
}

#navigationContainer li a {
	text-decoration: underline;
	color:#FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	display:block;
	float:left;
	padding:0.3em 1em;
}

#navigationContainer li a:hover {
	background:url(../images/Maintenance_Back.jpg) repeat-x left center;
	color:#FFFFFF;
}


.tabon
{
	background: url(../images/Maintenance_Back.jpg) repeat-x left center;

}
/*
a.tabon:link, 
a.tabon:visited	{color:#FFF; font:8pt Arial; text-transform:none; text-decoration:none;}
*/

.tabontext
{
	text-decoration: underline;
	color:#000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	display:block;
	float:left;	
}

.footer
{
	background: url(../images/TabBar_Back.jpg) repeat-x left center;	
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;	
	padding:0.3em 1em;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	/*text-align: left;*/
	font-size:12px;
	color: black;
	font-family:  Vardana, Arial, Helvetica, sans-serif;
}
.footnote
{
	
	color:#FFCC66;
}
.divider
{
	background:url(../images/blackVDots.gif) repeat-y top left;
	
}

a {
	color: #3300FF;
	text-decoration: underline;
}
a:visited {
	color: #3300FF;
	text-decoration: underline;
}
a:hover {
	color: #C11B17;
	text-decoration: underline;
}

a:active { 
	color: #C11B17;
	text-decoration: underline;
} /* when link is clicked */
.Pic 
{
	border-width: 1px; 
	border-color: rgb(0,0,0);
	border-style:solid;
} 
