html, body, * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

/* blody tag included in a seperate css file
this is done so that when you view an individual template for a specific content item, the content is seen with a white
background, and not the default darkblue so you cant read it */

#mainframe {
	width:97%;
}

#header {
	display:none;
}

#middle {
	background-repeat:repeat-y;
}

#middle .content #inner {
	padding:5px;
	overflow:visible;
}

#middle .content p {
	margin-bottom:20px 0px;
}

#middle .content ul li {
	margin-bottom:5px;
	margin-right:0;
}

#footer {
	display:none;
}

#footersite {
	display:none;
}

/* content alignment */
.left {
	display:none;
}

.content {
	width:100%;
	margin-left:20px;
}



/* content footer elements, ticker and footerlogos */
#footer .content #TICKER {
	display:none;
}

#footer .content #footerlogos {
	display:none;
}


/* font size control */
#accessibility {
	display:none;
}

#accessibility div {
	display:none;
}


/* style control */
#style {
	display:none;
}

#style area {
	display:none;
}

#style img {
	display:none;
}

/* masthead div */
#masthead {
	display:none;
}

/* content block presentation */
.content ul {
	margin:4px;
	margin-left:30px;
}

.content table {
	width:97%;
}




/* END */



ul.navfooter {
	list-style-type:disc;
	margin-left:10px;
}
ul.navmiddle {
	margin-left:20px;
}

ul.navmiddle li {
	margin:5px;
}

#footer  .content ul li {
	display:inline;
	margin:0 10px;
}

.nav a {
	text-decoration:none;
}

/* footer block presentation */
ul.navfooter {
	margin-top:40px;
}

ul.navfooter li {
	margin:5px 0;
}

.left ul {
	position:relative;
	
}


/* individual content blocks */
p.tiny {
	font-size:10px;
}

/* headers */
h1 {
	font-size:2em;
}

h2 {
	font-size:20px;
	font-weight:normal;
	margin:10px 0;
}

h3 {
	font-size:1.4em;
	margin-bottom:14px;
}

h4 {
	font-size:1.1em;
	margin:5px 5px 5px 0;
}

h2, h3, h4 {
	margin-top:20px;
}

#bodyText h1, #bodyText h2, #bodyText h3, #bodyText h4, #bodyText h5, #bodyText h6 {
	margin-top:20px;
	font-size:1.3em;
}

small {
	font-size:10px;
}


/* generic supliemnt classes to add to others */
.center {
	text-align:center;
}

/* inline elements */
p {
	line-height:1.35em;
	margin:5px 0 10px 0;
}

.middle .content li {
	line-height:4em;
}

.breadcrumbs {
	font-size:.8em;
	margin-bottom:10px;
	padding-top:5px;
}

#navTop ul {
	position:absolute;
	margin-top:122px;
	margin-left:168px;
	list-style-type:none;
	height:20px;
}
#navTop ul li {
	display:block;
	float:left;
	text-align:center;
}
#navTop a {
	display:block;
}
#navTop ul li a {
	text-decoration: none;
	padding:4px 10px;
	width:76px;
	height:12px;
}

.borderbottom {
	background-position:bottom;
	background-repeat:repeat-x;
}



/* base footer (links below the main footer) */
#basefooter {
	margin:10px 0 30px 0;
	padding-left:230px;
	text-align:center;
	display:none;
}



#basefooter a {
	color:white;
	text-decoration:none;
	font-size:11px;
}

#basefooter a:hover {
	text-decoration:underline;

/* table */


table td {
	/*border:1px solid #aaa;
	padding:10px;*/
}


/* search field */

/* specific print options */
a {
	text-decoration:none;
}