/* Structural ids */

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

#headertop {
	width: 655px;
	height: 256px; 
	margin: 0px auto;
	padding: 0px; 
}

#headerbottom {
	background: url(images/mainlayout_02.png) repeat-x;
	width: 655px;
	height: 240px; 
	margin: 0px auto;
	padding: 0px; 
}

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

#left { 
	text-align: center;
	width: 350px;
	padding: 165px 0px 0px 10px;
	margin: 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: #0099cb; 
    }

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

/* Universal stylistics */

blockquote {
	float: right;
	text-align: justify;
	width: 250px;
	background-color: #E5E5E5;
	color: #333333;
	margin: 10px 20px;
	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: #B70023;
}

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

/* Main header classes */

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

h2 {
	margin: 5px 0px 5px 0px;
	color: #007fa9;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 20px;
	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;
}

/* Body text classes */

p, body{
	text-align: justify;
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin-bottom: 15px;
	margin-left: 0px;
	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: #a5002e;
	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-left: 35px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 110%;}

li {
	padding-bottom: 5px;
    color: #A90030;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;}

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;}

/* Table Classes */

table a {
	color: #FFFFFF;
	text-transform: uppercase;	}

table a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
}

.archive {	width: 55%; 	margin: 10px 0px;	}

.subject {
	width: 25%;
	height: 20px;
	padding: 1px 5px;
	background-color: #ff9600;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

.info {	background-color: #e5e5e5; 	color: #000000;
	width: 75%;
	height: 20px;	padding: 1px 5px;
	text-transform: lowercase;	}


/* Misc */

img {
	border: 0px;}

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

div#qTip {
 padding: 3px;
 border: 1px solid #0051a7;
 display: none;
 background: #0051a7;
 color: #FFFFFF;
 font: 9px Century Gothic, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

.right {
	margin: 0px 30px 10px 25px;
	float: right;
