/* Structural ids */

body { 
	margin: 0px;
	line-height: 100%;
	background: url(bg.png) repeat-x;
	background-color: #FFFFFF;
    }

#header {
	background-color: #63a9e6;
	height: 297px; 
	margin: 0px auto;
	padding: 0px; 
}

#content {
	width: 580px;
	margin: 0px auto;
    padding: 20px 0px 0px 0px;
}

#footer {
	color: #000033;
    height: 80px;
	width: 100%;
	margin: 10px 0px;
	padding: 1px 0px 0px 0px;
}

/* Links */

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

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

/* Universal stylistics */

blockquote {
	text-align: justify;
	background-color: #E5E5E5;
	color: #333333;
	margin: 20px 80px;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
	text-transform: none;
}

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

em {
 	color: #d93c05;
}

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

/* Main header classes */

h1 {
	margin: 5px 0px 5px 0px;
	color: #3b8cca;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 21px;
	padding: 0px;
	letter-spacing: 2px;
	height: 20px;
	font-weight: normal;
	text-transform: uppercase;}

h2 {
	margin: 5px 0px 5px 0px;
	color: #1c96ff;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 18px;
	padding: 0px;
	letter-spacing: 2px;
	height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 5px 0px 10px 5px;
	color: #ce7400;
    font: 14px Arial;
    font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: uppercase;
}


/* Table classes */

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

tr {
	valign:top;
}

.sidenav {
	width: 100px; 	margin: 20px 0px 15px 25px;
	float: right;	}

.sidenav a, .sidenav a:visited {
	display: block;
	background-color: #e5e5e5; 
	color: #0099cb;
	border-right: 10px #a2c300 solid;
	width: 100%;
	font-size: 15px;	font: Century Gothic, sans-serif;
	font-variant: small-caps;
	height: 20px;	padding: 2px 5px;
	margin: 3px;
	text-transform: lowercase;
}

.sidenav a:hover {
	border-right: 10px #f28e00 solid;
}

/* Body text classes */

body, p {
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin-bottom: 15px;
	width: 100%;
	letter-spacing: 1px;
}

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

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

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


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

ul {
	padding: 10px 10px 0px 50px;
	text-align: justify;
	line-height: 120%;
}

li {
	padding-bottom: 10px;
    color: #555555;
	text-align: justify;
}

input, textarea, select, option{
	background-color: #FFFFFF;
	border: 1px #003D8F solid;
	color: #444444;
	letter-spacing: 0px;
	padding: 3px; 
}

#left a {
	padding: 3px;
	margin: 3px;
    text-decoration: none;
    letter-spacing: 2px;
    font: 15px Century Gothic;
    font-style: none;
	color: #96212b;
    text-transform: uppercase;
	}
#left a:link {color:#96212b;}
#left a:visited {color:#96212b;}
#left a:hover {color:#00879b;}


/* Misc */

img {
	border: 0px;}

img.codes {
	border: 3px #FFFFFF solid;
	padding: 1px;
}