body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.gif) repeat-x #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

.hide {
	display: none;
}


/** FONTS 
------------------------------ **/

p, li, td, th {
	font-size: 70%;
	line-height: 160%;
	color: #4A4A4A;
}

li ul li {
	font-size: 100%;
}

h1, h3, h4, h5 {
	color: #4A4A4A;
}

h2 {
	display: block;
	color: #fff;
	background: url(../img/h2_bg.gif) repeat-x #30498F;
	width: 563px;
	height: 68px;
	margin: 0;
	text-align: right;
	padding: 40px 20px 0 0;
	line-height: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 542px;
	height: 27px;
}

html>body h2 {
	width: 542px;
	height: 27px;
} 

a:hover {
	text-decoration: none;
}



/** SITE LAYOUT
------------------------------ **/

#wrap {
	display: block;
	margin: 0 auto;
	width: 744px;
	text-align: left;
}

#head {
	height: 79px;
	padding: 0;
}

#nav {
	float: left;
	margin: 0;
	padding: 0 1px;
	width: 179px;
	background: #fff;
}

#body {
	display: block;
	background: #fff;
	padding-right: 1px;
	float: right;
	width: 562px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 562px;
}

#content {
	display: block;
	background: url(../img/content_bg.gif) repeat-x #F7F7F7;
	padding: 20px;
	width: 563px;
	margin: 0;
	margin-top: 1px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 522px;
}

/* Little hack because IE/Win is being a pain in the %#$ \*/
 
* html #content {
	margin-top: -7px;
  }
 
/* End hide from IE5/mac */


/** NAVIGATION
---------------------------------------- */

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../img/nav_bg.gif) repeat-y #FFB200;
}

#nav li { 
	margin: 0; 
	border-bottom: 1px solid #EC9200;
}

#nav a {
	display: block;
	padding: 8px 3px 0 20px;
	height: 33px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #C90000;
	width: 178px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 25px;
	width: 156px;
}

html>body #nav a {
	height: 25px;
	width: 156px;
} 

#nav a:link, #nav a:visited {
	color: #C90000;
	text-decoration: none;
}

#nav a:hover {
	background: #C90000;
	color: #fff;
}

#nav #select {
	font-weight: bold;
}

#nav  #select a:hover {
	font-weight: bold;
}



/* Third Level Navigation
----------------------------------------------- */

#navlist ul#subnav li {
	display: inline;
	border: 0;
	font-weight: normal;
	/* for IE5 and IE6 */
}

#navlist ul#subnav {
	background: transparent url(../img/transparent.gif);
	font-weight: normal;
	width: 178px;
	/* to display the list horizontaly */
	margin: 0;
	padding: 0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 156px;
}

html>#navlist #subnav	{
	width: 156px;
}

#navlist ul#subnav li a {
	text-decoration: none;
	border-bottom: 0;
	color: #C90000;
	font-weight: normal;
	font-size: 100%;
	height: 26px;
	padding: 3px 0 3px 30px;
	background: url(../img/sub_arrow.gif) no-repeat 12px 8px;
	width: 178px;
	/* extend the sensible area to the maximum with IE5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 149px;
	height: 20px;
}

html>#navlist #subnav a {
	width: 149px;
}

#navlist #subnav a#select {
	font-weight: bold;
}

#navlist #subnav a:hover { 
	font-weight: normal;
	text-decoration: underline;
}

#navlist #subnav a:visited { 
	color: #C90000; 
}




/** TOP NAVIGATION
---------------------------------------- */

#head ul {
	position: relative;
	float: right;
	margin-top: -27px;
	height: 14px;
}

#head li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-left: solid 1px #666;
	color: #666;
	font-size: 65%;
}

#head li.home {
	border-left: 0;
}

#head li a {
	color: #666;
	text-decoration: none;
}

#head li a:hover {
	text-decoration: underline;
}