/* FORMATTING STUFF */
body {
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	padding:0px;
	margin:0px;
	}
	
a {
	text-decoration:none;
	color:#F78F1E;
	}
a:hover {
	color:#000000;
}
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
/* FORMATTING OVER */
	
#content {
	width: 600px ;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 540px;
	font-size:.8em;
scrollbar-face-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;

	}

#content a {
	color: blue;
}
	
/* IMAGE ALIGNMENT STYLES */
.imgleft {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgright {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imgcenter {
	margin: 5px;
	padding: 0px;
}


/* BOX OUT STYLES - SECTION SIDE SUMMARY */

.sectionWithSummaryContainer {
	border: ;
	width: 98%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.sectionWithSummaryContainer p {
	margin: 0px;
	color: ;
	background-color: ;
	padding-left: 7px;
	}
	
.sectionWithSummaryContainer a {
	color: #F78F1E ;
	}

.sectionWithSummary {
	font-size: .8em;
	color: #000000;
		margin-bottom: 2px;
}
.sectionWithSummary p {
	color: ;
	background-color: ;
}
.sectionWithSummary a {
	background-color: ;
	color: #F78F1E;
}


.breadcrumbs {
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: .8em;
	font-weight: bold;
	color: #666666;
	padding-left: 0px;
}
.breadcrumbs a {
	color: #666666;
}

#siteMenu {
	font-size: 1.1em;
	font-weight: bold;
	color: #CCCCCC;
}


#pagefooter {
	background-color: #CCCCFF;
	font-size: .8em;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	background-image: url(/images/bluebottom1.jpg);
}
#pagefooter a {
	color:#000000;
	font-weight: normal;
}



#contactUSForm {
	font-size: 1em;
}

#contactUSForm input {
	border: 1px solid #666666;
	font-size: 1em;
}

#contactUSForm textarea {
	border: 1px solid #666666;
	font-size: 1em;
}






#menufooter  {

	}
	
#menusitelinks {

	}


.menus {

	}

#menu {

	}





html>body #menu {
	margin-right:-6px;
	}
	
p,h1,h2,h3 {
	margin-top:0px;
	margin-bottom:10px;padding:0px 20px 0px 20px;
	}
/* this is to move in stuff like tables that conatin forms and tab data */
 .margined{
	margin-top:0px;
	margin-bottom:10px;padding:0px 20px 0px 20px;
	}
	
h2 {
	font-size:16px;
	padding-top:0px;
	margin-bottom:0px;
	}
h3 {
	font-size:14px;
	padding-top:0px;
	margin-bottom:0px;
	}
	
#title h1 {
	font-size:18px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:10px solid #000000;
	border-left:10px solid #000000;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#title {
	background:#ccccff;
	padding:0px;
	margin-right:-6px;
	margin-left:-6px;
	width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
	}
html>body #title {
	width:auto;
	}

#location {

	}
	
		
a.sitelinksred { color:#c00; }
a.sitelinksredorange { color:#f60; }
a.sitelinksorange { color:#f90; }
a.sitelinksyellow { color:#fc0; }
	
a.anchor {
	font-size:10px;
	font-weight:normal;
	}
	
p.anchor {
	text-align:right;
	}

.links {
	margin-left:50px;
	margin-right:30px;
	}

#layouts {
	font-size:10px;
	margin-left:10px;
	}
#logo {
	z-index: 10;
	right: 10px;
	top: 66px;
	position: absolute;
}

.homeContainer {
	width: 98%;
}
.homeLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 49%;
}
.homeRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
}


/* Just in case everIS tables get included */
/* Table Styles */
.tableBox{
	border: 1px solid #E6E5D1;
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;

}
.tableBoxPlain{
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
}

.tableHeading{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}

.tableHeading a{
	color: #FFFFFF;
}

.tableSubHeading{
	background-color: #000000;
}

.tableSubHeading select {
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}

/* Publisher Stuff */

.ipDocumentList {
	font-size: .9em;
}
.ipDocumentListTitle {}

.ipDocumentListDescription {
	font-style: italic;
}

.ipDocumentListInfo {
	background-color: #BFC098;
	width: 100%;
	text-align: center;
	font-size: .8em;
}

.imgLeft {
margin-right: 10px;
}
.imgRight {
margin-left: 10px;
}
