/*********** #main background and link style ***********/

body {
	background-color: #FFFFCC;
	
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #940200;
}
a:link {
	color: #9C0608;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0608;
}
a:hover {
	text-decoration: underline;
	color: #9C0608;
}
a:active {
	text-decoration: none;
	color: #9C0608;
}
.style6 {font-size: 14px; font-weight: bold; color: #940200; font-family: Arial, Helvetica, sans-serif; }
.style7 {color: #6699FF}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFCC;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFCC;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFFCC;
	background-color: #FFFF99;
	padding: 2px 0px 2px 10px;
}

/**************************************Frames*********************************************/

.wrapper{
	width:975px;
	height:600px;
	background-color: #FFFFCC;
	border: 1px;
	border-color: #6699FF;
	border-style: solid;
	float: inherit;
	margin: auto;	
}

.topFrame{
	width:100%;
	height:70px;
	border-bottom: 1px;
	border-bottom-color: #6699FF;
	border-bottom-style: solid;
	background-color: #FFFF99;
}

.sideFrame{
	width:180px;
	height:529px;
	float:left;
	border-right: 1px;
	border-right-color: #6699FF;
	border-right-style: solid;
	overflow: auto;
	background-color: #FFFF66;
}
.mainFrame{
	width:794px;
	height:529px;
	display:block;
	overflow: auto;
	position: inherit;
	float:left;
	margin-right: 0px;
	padding: 0 px;		
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 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; 
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 110%;
	color: #990000;
}

h2{
	font-size: 100%;
	color: #990000;
	text-align: inherit;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 2px;
	padding: 0px;		
}

h3{
 font-size: 100%;
 color: #990000;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #990000;
	text-align: inherit;
}

h5{
 font-size: 100%;
 color: #990000;
 font-weight:bold;
}

h6{
	font-family: Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #990000;
	text-align: inherit;
	margin: 5px;
	padding: 0px;	
}

h7{
	font-family: Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #990000;
	text-align: inherit;
	margin: 5px;
	padding: 0px;	
}

#tstyle1{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}

#tstyle2{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}


#tstyle3{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	color: #990000;
	text-align: inherit;
	font-weight: bold;
}

#tstyle4{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 1px;
	font-size: 13px;
	color: #990000;
	text-align: inherit;	
	padding-left: 4px;
}

#tstyle5{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #990000;
	text-align: inherit;
}

i1{
	height: 50%;
	width: 50%;
}

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;
}		
