
/* Main layout classes */

body { 
	margin: 0px;
	background: url(efbg.png) no-repeat;
	background-color: #000000;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
    }

img {
	border: 0px;
	}

img.sprite {
	margin: 0px 0px 0px 10px;
	float: right;
}

img.codes {
	border: #FFFFFF 1px solid;
	margin: 2px;
}

input, textarea, select, option{
	background-color: #CCCCCC;
	border: 1px #CCCCCC solid;
	color: #000000;
	letter-spacing: 0px;
	padding: 2px; 
	font-family: Arial;
	font-size: 11px;
}

blockquote {
	text-align: justify;
	background-color: #1c1c1c;
	font-size: 11px;
	color: #888888;
	font-weight: normal; 
	width: 400px;
	margin: 25px auto;
	padding: 10px;
	line-height: 17px;
	text-transform: none;
}


/* Main header classes */

h1 {
	margin: 10px 0px 5px 0px;
	color: #FFFFFF;
	font-family: Times New Roman, sans-serif;
	font-size: 16px;
	padding: 0px;
	letter-spacing: 2px;
	height: 16px;
	text-transform: uppercase;}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #990033;
	font-family: Times New Roman, Georgia, sans-serif;
	font-size: 15px;
    font-style: italic;
	height: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	margin: 10px 0px 10px 10px;
	color: #0061B7;
    font: 10px Georgia;
    font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 10px;
	text-transform: uppercase;
}

/* Table classes */

table {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	border: 0px;
}

tr {valign:top;
}

/* Body text classes */

p {
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 20px;
	text-transform: none;
	font-weight: normal; 
	margin-bottom: 15px;
	margin-left: 0px;
	width: 100%;
	letter-spacing: 1px;
}

p.footer {
	font-size: 8px;
	line-height: 10px;
	text-align: center;
}

strong {
    text-decoration: none;
	color: #254477;
	font-family: Times New Roman;
	text-transform: uppercase;
}

em {
 	color: #ff4e00;
}

pre {
	color: #263670;
	font-size: 11px;
	text-align: center;
	margin: 20px 30px;
	padding: 5px;
}

ul {
	padding-left: 35px;
	text-align: justify;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	line-height: 145%;}

li {
	padding-bottom: 3px;
    font: 11px Trebuchet MS;
    color: #999999;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 8px;
}

A  {
	text-decoration: none;
    font-weight: bold;
	color: #ff9061; 
    }

A:hover {
	text-decoration: none;
	color: #254477;
}

.frontline {
	margin: 30px 0px 0px 0px;
	font-size: 12px;
	font-family: Century Gothic, serif;
    font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.frontline a {
	color: #496881;
	text-transform: uppercase;	}

.frontline a:hover {
	color: #254477;
	text-decoration: line-through;
}

/* Structural ids */

#layout{
	width: 570px;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: 330px;
}

#left { 
	text-align: left;
	padding: 0px;
	margin: 245px 0px 0px 485px;
	}

#left a {
	padding: 2px;
	margin: 2px;
    text-decoration: none;
    letter-spacing: 2px;
    font: 11px Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #496881;
    text-transform: uppercase;
	}
#left a:link {color:#496881;}
#left a:visited {color:#666666;}
#left a:hover {color:#B70023;}

#content{
    padding: 20px 40px 10px 40px;}

#footer {
	width: 100%;
	margin: 5px 0px;
	padding: 0px;
}