@import url("/css/defaultNavigation.css");
@import url("/css/defaultFooter.css");
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#2893FF;
}
a.external {
	padding-right:8px;
	background-image:url(/images/externalLink.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.external:hover {
	background-image:url(/images/externalLink-over.gif);
}
#wrapper {
	width:915px;
	position:relative;
	left:50%;
	margin-left:-457px;
	border: 1px dotted #0A2641;
	margin-top:25px;
	z-index:0;
}
#wrapper .padding {
	padding:10px;
}
#header {
	width:895px;
	height:111px;
	margin-bottom:2px;
	background-color: #191A1A;
	background-image:  url("/images/header/header.gif");
	background-position: right;
	background-repeat: no-repeat;
}
#headerLogo {
	position:absolute;
	top:10px;
	left:10px;
}
#headerEmail {
	position:absolute;
	top:57px;
	right:155px;
}
#navigation {
	float: left;
	display: inline;
	width: 115px;
	height: 482px;
	overflow:hidden;
	background-color: #1A1A1A;
	background-image:  url(/images/backgrounds/navigationBack.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	background-image:url(/images/backgrounds/home.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 482px;
	width: 779px;
	float: right;
	margin-bottom:2px;
}
#content a {
	color:#1843FF;
	font-weight:bold;
	border-bottom: 1px dotted #1843FF;
	text-decoration:none;
}
#content a:hover {
	background-color:#1843FF;
	color:#000000;
}
#content h1 {
	font-size:13px;
}
#content h2 {
	font-size:12px;
}
#content p {
	margin-top:12px;
	margin-bottom:12px;
	line-height:18px;
}
#content ul {
	margin-left:20px;
	margin-top:5px;
}
#content li {
	line-height:14px;
	margin-top:5px;
	margin-bottom:5px;
}
.firstLine {
	padding-top:98px;
}
/* Scrollbar stuff */
.scrollbar-vert {
	background-color: #4E749C;
	width: 20px;
	float:right;
	display:inline;
}
.handle-vert {
	height: 200px;
	width: 20px;
	background: url(/images/handle.gif) no-repeat;
}
#content .close {
	float: right;
	display: inline;
	background-image: url(/images/closeBtn.gif);
	background-repeat: no-repeat;
	width:57px;
	height:18px;
	overflow:hidden;
	border:0;
}
#content a.close:hover {
	background-image: url(/images/closeBtn-over.gif);
	background-color: transparent;
}
abbr {
	border-bottom-width: 3px;
	border-bottom-style:double;
	border-bottom-color: #1843FF;
	color:#1843FF;
	font-weight:bold;
	cursor:help;
}
span.title {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;	
}
#colophon {
	width:885px;
	position:relative;
	left:50%;
	margin-left:-442px;
	margin-top:5px;
	color:#666;
	text-align:center;
	padding-bottom:10px;
}
#colophon a {
	color:#1843FF;
	font-weight:bold;
	border-bottom: 1px dotted #1843FF;
	text-decoration:none;
}
#colophon a:hover {
	background-color:#1843FF;
	color:#000000;
}
#avatarDiv {
	position:absolute;
	top:10px;
	left:10px;
	width:895px;
	height:595px;
	z-index:-1;
}
.noHeight {
	height:0px;
	overflow:hidden;
	display:block;
}