body{
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	font-size: 12px;
	background-color: #F2F2F2;
}
.contentpaneopen{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
}
.contentpaneopen td,
.contentpaneopen th{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body,p,div,td,th,h1,h2,h3,h4,h5,li{
	font-family: Arial, Helvetica, sans-serif;
}
td{
	vertical-align: top;
}
#ie-container{
	text-align: center;
	width: 100%;
}
#container{
	position: relative;
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 2px solid rgb(115,115,115);
}
#menu{
	width: 100%;
	height: 75px;
	background-image: url(../images/bg_top_red.gif);
	background-repeat: repeat-y;
}
#logo{
	position: absolute;
	width: 240px;
	height: 75px;
	left: 34px;
	top: 10px;
	z-index: 10;
}
#mainmenu{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 450px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#masthead{
	position: relative;
	width: 100%;
	height: 299px;
	background-image: url(../images/bg_top_grey.gif);
	background-repeat: repeat-y;
	background-color: rgb(153,102,204);
}
#masthead-menu{
	position: absolute;
	width: 240px;
	top: 40px;
	left: 60px;
	margin: 0px;
	padding: 0px;
}
#masthead-graphic{
	position: absolute;
	width: 450px;
	height: 299px;
	overflow: hidden;
	left: 274px;
	top: 0px;	
}
#component{
	width: 100%;
	min-height: 300px;
	background-color: #023B58;
	border-bottom: 10px solid #6B6B6B;
	color: #b5d6e6;
}
#footer{
	background-color: #929292;
	color: #B2B2B2;
	padding: 10px;
}
#footer p{
	margin: 0px;
	padding: 0px;
}
#footer a{
	color: #2279a6;
}
/* Masthead Menu */
#masthead-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#masthead-menu li{
	list-style-type: none;
	margin-top: 4px;
	font-size: 12px;
	font-family: Verdana, sans;
}
#masthead-menu li a{
	background-image: url(../images/bg_masthead_link.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #2279a6;
}
#masthead-menu li a:hover{
	background-image: url(../images/bg_masthead_link_over.gif);
	background-repeat: no-repeat;
	color: #2279a6;
}
#masthead-menu li a:visited{
	color: #2279a6;
}
/* Main Menu */
ul#menulist_root{
   margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	height: 80px;
}
ul#menulist_root li{
	display: inline;
	float: left;
	margin-left: 10px;
}
ul#menulist_root a.mainlevel{
	display: block;
	float: left;
	width: 76px;
	height: 35px;
	overflow: hidden;
   padding: 30px 2px 10px 2px;
   background-color: #9d080c;
   color: white;
   font-weight: bold;
   font-family: arial, tahoma, verdana;
   font-size: 12pt;
   text-transform: lowercase;
   text-decoration: none;
   text-align: center;
}
ul#menulist_root a.mainlevel:hover{
	background-color: white;
	color: #2279a6;
}
/* END MAIN MENU */

/* SHARED WITH EDITOR.CSS */
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h1,
.contentheading,
.componentheading{
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;	
}
h2{
	font-size: 13pt;
}
h3{
	font-size: 12pt;
}
h4{
	font-size: 11pt;
}
h5{
	font-size: 10pt;
	font-weight: bold;
}
h1,h2,h3,h4,h5{
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.table-content{
	width: 690px;
	margin-top: 0px;
	margin-left: 34px;
	border-collapse: collapse;
	border: 0px;
}
.table-content p{
	margin: 10px;
}
.table-content h1{
	background-image: url(../images/cross-blue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.table-content ul{
	list-style-image: url(../images/arrow_2.gif);
}
.table-content li{
	list-style-image: url(../images/arrow_2.gif);
}
.table-content-left-column{
	width: 240px;
}
.table-content-gray-background{
	background-color: #F2F2F2;
	color: #333333;
}
.table-content-white-background{
	background-color: #FFFFFF;
	color: #333333;
}
.table-content-black-background{
	background-color: #000000;
	color: #A9A9A9;
}
.table-content a,
.table-content a:visited{
	color: #ffffff;
}
.table-content a:hover{
	color: rgb(212,212,212);
}
.table-content h1{
	background-image: url(../images/cross-blue.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-left: 20px;
	line-height: 102%;
}
.table-content h5{
	background-image: url(../images/cross-red.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* END OF SHARED WITH EDITOR.CSS */

