html {
		background: #1a133b;
		height: 100%;
		overflow: hidden;
}
#flashcontent {
	height: 100%;
}
#footer {
	position: relative;
	margin: 0 auto 30px;
	width: 627px;
	min-height: 20px;
	padding: 6px 0;
	text-align: center;
	background: #473989 url(../html/img/bg_submenu.gif) no-repeat 0% 100%;
}
body {
	height: 100%;
	color: #ffffff;
	background: #1a133b;
	margin:0;	
	padding: 0;
	text-align: center;
}
/*
	dark blue: 		#250a71
	medium blue:	#473989
	light blue:		#9f98c1
*/
img {
	border: 0px;
}
#top {
	margin: 25px 0 13px;
	text-align: center;
}

#menu {
	position: relative;
	margin: 0 auto;
	width: 627px;
	min-height: 20px;
	padding: 9px 0 5px;
	text-align: center;
	background: #473989 url(../html/img/bg_menu.gif) no-repeat 100% 0%;
}

#mainarea {
	position: relative;
	width: 820px;
	min-height: 347px;
	margin: 0 auto;
	background: #fff url(../html/img/bg.gif) repeat-y 0% 100%;
}

	#content {
		position: relative;
		width: 720px;
		min-height: 335px;
		margin: 0;
		padding: 0 50px;
		background: url(../html/img/bg_top.jpg) no-repeat;
	}

	#text {
		position: relative;
		width: 610px;
		padding: 20px 55px 30px;
		color: #250a71;
		z-index: 100;
	}

/* Menu */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#menu ul {
	list-style: none;
	margin: 0;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 0 10px;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #250a71 0 0 3px;
	white-space: nowrap;
}

#menu li a:hover {
	color: #9f98c1;
}
/* Typography */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body, input, select, textarea {
	font: 80%/1.36em verdana, arial, sans-serif;
}

a				{ background: transparent; }
a:link 			{ color: #250a71; }
a:visited 		{ color: #250a71; }
a:hover 		{ color: #473989; }
a:active 		{ color: #9f98c1; }

#leave a:link, #leave a:visited {
	color: #fff;
}

#leave a:hover {
	color: #9f98c1;
}

h1 {
	font-size: 160%;
	margin: 0 0 20px;
}

h2 {
	font-size: 130%;
	margin: 0 0 20px;
}

h3 {
	font-size: 110%;
	margin: 0 0 12px;
}

p { 
	margin: 0 0 12px;
}

p.intro {
	font-size: 120%;
	line-height: 135%;
}

ul, ol {
	margin: 0 0 16px;
}
h1, h1 span { 
	width: 610px;
	height: 32px;
	overflow: hidden;
	position: relative;
}

h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* Footer */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer ul {
	list-style: none;
	margin: 0;
}

#footer li {
	display: inline;
}

#footer li a {
	padding: 0 10px;
	color: #9f98c1;
	font-size: 70%;
	text-transform: uppercase;
	text-shadow: #250a71 0 0 3px;
	white-space: nowrap;
}

#footer li a:hover {
	color: #fff;
}

#h1_welcome, #h1_welcome span { 
	background: url(../html/img/welcome.gif) no-repeat 50% 0%;
}
/* Box with border */

.border {
	width: 601px;
	margin: 0 0 12px;
	padding: 0 0 16px;
	background: url(../html/img/border.gif) no-repeat 0% 100%;
}

.bordercontent {
	width: 561px;
	padding: 10px 20px 0;
	background: url(../html/img/border.gif) no-repeat;
}
/* Flash message */

.flashicon {
	float: left;
	width: 93px;
	padding: 10px 0 0;
}

.flashmess {
	float: left;
	width: 466px;
	font-size: 93%;
	z-index: 9000;
	margin-top: 24px;
}
.external { 
	background: url(../html/img/external.gif) no-repeat left 50%; 
	padding: 1px 0 3px 22px;
	text-transform: uppercase;
}
.clr {
	clear: both;
}