@charset "utf-8";
body  {
	background: url(../images/bg.jpg) repeat fixed left top;
	margin: 0;
	padding: 30px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#wrapper {
	width: 800px;
	background: #296CB3;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	border: 20px solid #D0DEAD;
}

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: thin dotted #b8a000;
	color: #EC4A3F;
}

#header {
	margin-top: 12px;
	margin-bottom: 12px;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 71px;
	padding-bottom: 12px;
}

td img {display: block;}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0093D1;
	color: #FFDD4A;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
}

#leftColumn {
	float: left;
	width: 365px;
}

#rightColumn {
	float: right;
	width: 365px;
}

#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: left;
}

h1 {
	color: #D0DEAD;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #A7A37E;
}

h3 {
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0293D1;
	border-bottom: 1px dotted #444444;
}

h4 {
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0293D1;
	border-bottom: 1px dotted #444444;
}


h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	background: url(../images/bg_dot.gif) repeat-x bottom;
	color: #D0DEAD;
	font-size: 1.3em;
}

p {
	line-height: 1.5;
	color: #FFF;
	text-align: left;
}

p.content {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 11px;
}

h6 {
	color: #3CF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.more {
	text-align: right;
}


.content2 {
    font-family: font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #fffad8;
	text-decoration: none;
	}

.sep {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}

.sep2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bab27c;
}

p.footbar {
	border-bottom: 1px solid #333333;
}

a:link.external {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #ffde00;
    }
	
a:hover.external {
	border-bottom: none;
    }

a:link.link-external {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #ffde00;
    }
	
a:hover.link-external {
	border-bottom: none;
    }

a:link.team {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #ffde00;
    }
	
a:hover.team {
	color: #F6D600;
	border-bottom: 1px solid #ffde00;
	text-decoration: none;
    }

a:link.dmg {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #fff;
    }
	
a:hover.dmg {
	color: #fff;
	border-bottom: none;
	text-decoration: underline;
    }
