/* Body, img and text classes */

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

img {
	border: 0px none;
	}

ul{
	padding: 5px 140px;
	text-align: justify;
	line-height: 120%;
}

li {
	padding-bottom: 3px;
    font: 12px Trebuchet MS;
    color: #ff6c00;
	text-align: justify;
	margin: 5px;
}

p {
	font: 12px Trebuchet MS;  
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin: 8px 0px;
	line-height: 18px;
    }

.navblack {
	font-color: #000000;
	}

.right {
	text-align: right;
	}

.left {
	margin: 0px 10px 0px 0px;
	float: left;
	}

.center {
	text-transform: uppercase;
	text-size: 80%;
	text-align: center;
	}

/* Links */

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

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

/* Universal stylistics (<strong>, <em>, etc */

blockquote {
	text-align: justify;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	font-family: Times New Roman;}

strong {
    text-decoration: none;
	font-size: 12px;
	color: #000066;
	font-family: Times;
	text-transform: uppercase;}

em {
 	color: #ff6c00;
	font-size: 12px; }

/* Main header classes */

h1 {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	color: #000000;
	font-family: Times New Roman, serif;
	font-size: 28px;
    font-style: italic;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	border-left: #ff0000 8px solid;
}

h2 {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color: #F63F3F;
	font-family: Trebuchet MS, sans-serif;
	font-size: 15px;
    font-style: italic;
	height: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	margin: 0px 0px 15px 15px;
	color: #ff0000;
	font-family: Times New Roman, serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

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


/* Table Classes */

table a {
	color: #FFFFFF;	font: 14px Trebuchet MS;
	text-transform: uppercase;	}

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

.archive {	width: 65%; 	margin: 10px auto;	}

.subject {
	width: 5%;
	height: 20px;
	padding: 1px 5px;
	background-color: #ff0000;
	font-weight: bold;	font: 14px Trebuchet MS;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

.detail {	background-color: #e5e5e5; 	color: #000000;
	width: 95%;	font: 14px Tahoma, sans-serif;
	font-variant: small-caps;
	height: 20px;	padding: 1px 5px;
	text-transform: lowercase;	}

.sidenav {	width: 28%; 	margin: 0px 0px 15px 25px;
	float: right;	}

.num {
	width: 5%;
	height: 20px;
	padding: 1px 5px;
	background-color: #ff0000;
	color: #000000;
	font-weight: bold;	font: 14px Trebuchet MS;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

.desc {	background-color: #e5e5e5; 	color: #000000;
	width: 95%;	font: 14px Tahoma, sans-serif;
	font-variant: small-caps;
	height: 20px;	padding: 1px 5px;
	text-transform: lowercase;	}

.breakout {	width: 32%; 	margin: 20px 0px 10px 25px;
	float: right;	}

.heading {
	width: 100%;
	height: 20px;
	padding: 1px 5px;
	background-color: #ff0000;
	color: #FFFFFF;
	font-weight: bold;	font: 14px Trebuchet MS;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

.info {	background-color: #e5e5e5; 	color: #000000;
	width: 100%;	font: 14px Tahoma, sans-serif;
	height: 20px;	padding: 1px 5px;	}

/* Structural ids */

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

#left {
	width: 62%;
	}

#header {
    background: url(topv02.png);
	height: 345px; 
	margin: 0px; 
	padding: 0px;
	border-bottom: 10px #ff0000 solid;
	}

#header p {
	margin: 0px;
    text-align: right;
	padding: 215px 0px 0px 0px;
    width: 745px;
    text-decoration: none;
    letter-spacing: 1px;
    font: 17px Trebuchet MS;
	color: #000000;
    text-transform: uppercase;
}

#header A {
    text-decoration: none;
    letter-spacing: 1px;
    font: 17px Trebuchet MS;
	color: #FFFFFF;
    text-transform: uppercase;
    }

#header A:hover {
	font-variant: none;
	color: #DF6100;
	}

#content {
    padding: 25px 25px 25px 25px;
	}
 
#footer {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background: url(footer.png);
	border-top: 10px #ff0000 solid;
    height: 70px;
	clear: both;
	}

#footer p {
	text-decoration: none;
    font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 16px;
	text-transform: smallcaps;
    text-align: center;
	color: #000000; 
	margin: 0px;
	padding: 10px;
    }

#footer A  {
	text-decoration : none;
	color: #FFFFFF; 
    }

#footer A:hover {
	text-decoration: underline;
	font-weight: none;
	color: #FFFFFF;
	}