* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 100px;
	background: white;
	font-family: Georgia, Times New Roman, Serif;
}

p {
	line-height: 120%;
	color: #333333;
	font-size: 13px;
}

h1 {
	display: block;
	position: absolute;
	top: 100px;
	left: 272px;
	width: 280px;
	background: #002266 url('../img/name-gradient.gif') left top no-repeat;
	font-size: 48px;
	color: white;
	padding-right: 20px;
	text-align: right;
	font-variant: small-caps;
	line-height: 60px;
	height: 224px;
}

h2 {
	color: #990000;
	font-size: 24px;
	font-weight: bold;
}

h1 span {
	font-variant: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, Mono;
	font-size: 20px;
	color: #CCCCCC;
	font-weight: normal;
	display: block;
	line-height: 40px;
}
h1 a {
	margin-top: 40px;
	color: white;
	text-decoration: none;
}

div.tagline {
	position: absolute;
	top: 326px;
	left: 272px;
	display: block;
	float: left;
	margin-top: 8px;
	width: 280px;
	line-height: 16px;
	padding: 30px 8px 4px 12px;
	background: #454545;
	color: white;
	font-family: Verdana, Arial, Helvetica, Mono;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.header {
	display: block;
	float: left;
}

.header ul {
	position: absolute;
	left: 10px;
	top: 100px;
	display: block;
	width: 250px;
	text-indent: 0px;
	text-align: right;
	list-style: none;
	line-height: 180%;
}

.header ul li {
	position: relative;
}

.header ul li a {
	position: relative;
	padding-right: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Mono;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.header ul li a:hover {
	color: #990000;
	background: white url(../img/tic-gray.gif) right center no-repeat;
}

.header ul li ul {
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 120%;
	margin-left: 0px;
	margin-top: -4px;
}

.header ul li ul li a {
	font-weight: normal;
	font-size: 11px;
	color: #777777;
}

.header ul li ul li a:hover {
	color: #003366;
}

.content {
	position: absolute;
	top: 100px;
	left: 582px;
	display: block;
	width: 400px;
}


.footer {
	position: absolute;
	top: 600px;
	left: 0px;
	clear: both;
	width: 990px;
	font-size: 9px;
	padding: 0px 0px 0px 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, Mono;
}

.footer p {
	text-align: justify;
	color: #CCCCCC;
	font-size: 9px;
	margin: 8px 0px;
	font-family: Verdana, Arial, Helvetica, Mono;
}

.footer address {
	color: #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Mono;
}

.footer .copyright {
	float: right;
	color: #666666;
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, Mono;
}

.language-selector {
	position: absolute;
	top: 0px;
	right: 0px;
}

.language-selector ul {
	list-style: none;
}
.language-selector ul li {
	display: block;
	float: right;
}
.language-selector ul li a {
	font-family: Verdana, Arial, Helvetica, Mono;
	font-size: 10px;
	color: #CCDDEE;
	padding: 2px 8px;
	background: #F3F6F9;
	margin: 1px;
	display: block;
	text-decoration: none;
}
.language-selector ul li.current a,
.language-selector ul li a:hover {
	background: #EEEFFF;
	color: #6699CC;
}
