/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background:#FFF url(images/sicobody.jpg) repeat-x left top scroll;
	
}

body sup{
font-size: 12px;
}


#siteInfo {
/* line-height: 25px; */
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Extra Styles Not Used                       */
/***********************************************/

/*

#contentContainer {
float:left; width:500px; padding:7px;
}

#contentContainer h2{
background:#efefef; font-size:14px; width:500px; padding:2px; margin-top:2px; border: 1px solid #cccccc;
}

#contentContainer img{
border:#fff thin solid; margin:10px;
}

#contentContainer a:link{
color:#CC0000;
}

*/				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#rightnav ul a:link, #rightnav ul a:visited {display: block;}
#rightnav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightnav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #rightnav li {border-bottom: none;}


#onediv {
width:820px; 
background:transparent url(images/navbg.jpg) repeat-y;  
padding-left:10px; 
padding-right:10px; 
margin-left: auto; 
margin-right: auto;
text-align: left;
}

#twodiv {
width:800px; 
margin-left: auto; 
margin-right: auto;
width: 50em;
text-align: left;
}

/*  HEADER BEGIN  */

#logotop {
padding-top:10px;
}

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
padding-top:10px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#headerInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the rightnav in cases where they "touch" */

#headerInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*  HEADER BEGIN  */


/*  BREADCRUMG BEGIN  */
#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	/* width:500px; */
	line-height:20px;
}
/*  BREADCRUMG END  */

/*  FOOTER BEGIN  */
#meta * {
	margin:0;
	padding:0;
	color:#000;
	font-size:10px;
}
#meta {
	height:30px;
	background:#FFF url(images/footer.gif) no-repeat left top scroll;
margin-left: auto; 
margin-right: auto;
width: 50em;
width:820px; 
padding-left:10px; 
padding-right:10px; 
}

#footerInfo {
clear: both;
margin-top:5px; margin-bottom:5px; color: #cccccc;
}

#footerInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/*  FOOTER END  */








