/* CSS Document */

/* Eric Meyer's universal resets */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}*/
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
*//* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
*/
/* end Meyer */
body {
	margin: 0px;
	padding: 0px;
	background-color: #AAAAAA;
}
#container {
	width: 760px;
	height: 450px;
	margin: 5px auto 0px -380px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;
	padding: 0px;
}
#main {
	background-color: #FFFFFF;
	height: 410px;
	width: 100%;
	border: 2px solid #999999;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
#heading {
	background-color: #B71029;
	height: 24px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#heading h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	margin: 0px;
	padding: 2px 0px 0px;
}
#main #content {
	height: 338px;
	width: 100%;
	background-image: url(images/introimage.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
}
#main #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 15px;
	padding: 210px 0px 0px;
	display: block;
	clear: both;
	float: left;
	height: 44px;
	width: 100%;
}
#main #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	height: 60px;
}
#foot {
	background-color: #3E1353;
	height: 44px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EDA531;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	background-image: url(images/arblogo.gif);
	background-repeat: no-repeat;
	background-position: 620px;
}
#main #foot ul {
	text-align: center;
	margin: 10px;
	padding: 0px;
}
#main #foot li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: inline;
	color: #80818F;
	margin: 0px 4px;
	padding: 0px;
	vertical-align:middle;
}
#main #foot .arrow {
	margin-top: -4px;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align:middle;
}
.titlesuper {
	font-size: 24px;
}
#container #copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 6px 0px 0px;
	padding: 0px;
}
.hide {
	visibility: hidden;
}
#container #main #foot a {
	text-decoration: none;
	color: #80818F;
}
#container #main #foot a:hover {
	text-decoration: none;
	color: #FFF;
}
#container #main #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
}
