/* Structural ids */

body { 
	margin: 0px;
	line-height: 100%;
	background-color: #FFFFFF;
    }

#layout {
	width: 650px;
	background-color: #FFFFFF;	
	margin: 0px auto;
	}

#header {
	background-color: #FFFFFF;	
	margin: 0px auto;
	padding: 0px; 
}

#content {
	width: 630px;
	margin: 0px auto;
    padding: 0px 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: #ff7278; 
    }

A:hover {
	text-decoration: underline;
	color: #ff8b7a;}

/* Universal stylistics */

blockquote {
	text-align: justify;
	background-color: #ECECEC;
	color: #777777;
	margin: 20px 50px;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
	text-transform: none;
}

strong {
    text-decoration: none;
	color: #6fae00;
	font-variant: small-caps;
}

em {
 	color: #4a83c7;
}

pre {
	color: #222222;
	font-size: 12px;
	text-align: center;
	margin: 5px 30px;
	padding: 5px;
}

/* Main header classes */

h1 {
	color: #ff2222;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 22px;
	margin: 0px;
	letter-spacing: 2px;
	height: 24px;
	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: 0px;
	padding-bottom: 5px;
	color: #ce7400;
    font-size: 16px;
	font-family: Times New Roman, serif;
    font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 0px;
}


/* Table classes */

table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}

tr {
	valign:top;
}

#sidenav {
	width: 100px; 	margin: 0px 0px 10px 0px;
	float: right;	}

#sidenav a, #sidenav a:visited {
	color: #0e315a;
	display: block;
	background: #FFFFFF;
	border-left: 10px #5c9de1 solid;
	width: 100px;
	font-size: 17px;	font: Century Gothic, sans-serif;
	font-variant: small-caps;	padding: 3px 5px;
	margin: 5px;
}

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

/* Body text classes */

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

.blurb {
	text-align: justify;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	text-transform: none;
	font-weight: normal; 
	padding-top: 8px;
	padding-left: 17px;
	width: 80%;
	height: 80%;
	letter-spacing: 1px;
}

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

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

.frontline a:hover {
	color: #0fa2d9;
	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-left: 10px #5c9de1 solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	color: #444444;
	letter-spacing: 0px;
	padding: 3px; 
}

#left {
	width: 500px;
}


/* Misc */

img {
	border: 0px;}

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