* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img, a, acronym {
	border: 0 none;
}

body {
	background: #ffffff url(/images/layout/body_tile.png) repeat-x 0 0;
	color: #000000;
}

div#container {
	width: 980px;
	min-height: 850px;
	background: url(/images/layout/left_tile.png) repeat-y 0 0;
	margin: 0 auto;
}

div#header {
	width: 980px;
	height: 261px;
	white-space: nowrap;
	background: url(/images/layout/header_lion.png) no-repeat 0 0;
}
div#header h1 {
	width: 609px;
	height: 261px;
	overflow: hidden;
	background: url(/images/layout/header_title.png) no-repeat 0 0;
	margin-left: 371px;
}
div#header h1 a {
	width: 609px;
	height: 261px;
	overflow: hidden;
	text-indent: 1000px;
	display: block;
}

div#nav {
	background: url(/images/layout/nav_lion.png) no-repeat 0 0;
	width: 609px;
	height: 38px;
	padding-left: 371px;
}
div#nav ul {
	display: block;
	width: 606px;
	height: 38px;
	list-style: none;
	clear: right;
}
div#nav ul li {
	display: block;
	height: 28px;
	text-align: center;
	width: 101px;
	float: left;
	padding-top: 10px;
	position:relative;
}
div#nav ul li a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0 none;
	font-size: 7pt;
}
div#nav ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid #b04040;
}
div#nav ul ul {
	display: none;
	z-index: 99;
	width: 101px;
	height: auto;
	background: #960000 url(/images/layout/dropdown.png) repeat;
	padding-bottom: 2px;
}
div#nav ul li:hover ul {
	display:block;
	position: absolute;
	left: 0;
	top: 28px;
	text-indent: 0;
	border-bottom: 2px solid #0a0403;
}
div#nav ul li ul li {
	clear:both;
	display:block;
	min-width: 100%;
	width: 100%;
	text-indent: 0!important;
	background: #960000 url(/images/layout/dropdown.png) repeat;
	height: 16px;
	padding: 3px 0;
}
div#nav ul li ul li a, div#nav ul li ul li a:hover {
	text-transform: none;
}

div#banner {
	width: 980px;
	height: 139px;
	white-space: nowrap;
}

div#tagbanner {
	background: url(/images/layout/tagbanner_left.png) no-repeat 0 0;
	width: 609px;
	height: 61px;
	padding-left: 371px;
}

div#left {
	width: 371px;
	float: left;
}
div#left p {
	margin: 5px 10px;
}
div#left p.tagline, div#left p.tagline a {
	color: #960000;
	text-align: center;
	border: 0 none;
	text-decoration: none;
	font-size: 11pt;
	margin-top: 20px;
}
div#left ul {
	display: block;
	width: 371px;
	list-style: none;
	margin: 17px 0 0;
}
div#left ul li {
	display: block;
	width: 351px;
	padding: 7px 30px 7px;
}
div#left ul li a {
	font-size: 11pt;
	border: 0 none;
	text-decoration: none;
	color: #002157;
}
div#left ul li a:link {
	color: #003798;
}
div#left ul li a:visited {
	color: #002157;
}
div#left ul li a:hover {
	color: #960000;
}
div#left ul li a:active {
	color: #960000;
}

div#content {
	margin-left: 371px;
	min-height: 300px;
	width: 609px;
	padding-bottom: 10px;
}
div#content h2 {
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 20px 30px;
	font-family: "Times New Roman", Times, serif;
}
div#content h3 {
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 20px 30px 10px;
	font-family: "Times New Roman", Times, serif;
}
div#content p {
	font-size: 10pt;
	text-align: left;
	margin: 0 30px 10px;
}
div#content p.center {
	text-align: center;
}
div#content p span {
	font-size: 10pt;
	color: #960000;
}
div#content p img {
	width: 200px;
	height: 200px;
	padding: 7px 20px;
	background: url(/images/layout/backdrop.gif) 20px 7px no-repeat;
}
div#content p img.large {
	width: 560px;
	height: 263px;
	padding:  0 7px 7px 0;
	background: url(/images/layout/large_backdrop.gif) -1px -1px no-repeat;
}
div#content a {
	font-size: 10pt;
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #002157;
}
div#content a:link {
	color: #003798;
}
div#content a:visited {
	color: #002157;
}
div#content a:hover {
	color: #960000;
}
div#content a:active {
	color: #960000;
}
div#content ul {
	list-style: circle;
	margin-left: 50px;
}
div#content ul li {
	margin: 0 30px 10px 0;
	font-size: 10pt;
	font-weight: normal;
}
div#content p strong, div#content ul li strong {
	font-weight: 700;
	font-size: 10pt;
}
div#content table {
	margin: 0 30px 20px;
}
div#content table th, div#content table td {
	padding: 5px 10px 0 0;
}


div#footer {
	background: url(/images/layout/bottom_tile.png) repeat-x 0 0;
	width: 100%;
	height: 35px;
	padding-top: 6px;
	text-align: center;
	color: #ffffff;
	font-size: 9pt;
}