
/* Links */

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

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

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

blockquote {
	text-align: justify;
	background-color: #FEFDE3;
	color: #755A41;
	margin: 10px 80px;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
	text-transform: none;
}

blockquote a {
	color: #FF9E42;
}

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

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

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

/* Main header classes */

h1 {
	margin: 10px 0px 5px 0px;
	color: #FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	padding: 10px;
	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 */

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

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


/* Misc. */	

body { 
	margin: 0px;
	background: url(bg.jpg) repeat-x;
	background-color: #3B82F7;
    }

img {
	border: 0px;
}

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

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


/* Structural ids */

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

#header {
    background: url(layout.jpg) no-repeat;
	height: 414px; 
	margin: 0px; 
	padding: 10px 0px 0px 0px;}


#content{
    padding: 10px 10px 0px 30px;
}


#left { 
text-align: left;
padding: 0px;
margin: 389px 0px 0px 320px;
}

#left a {
	padding: 3px;
	background-color: #FFFFFF;
	margin: 3px;
    text-decoration: none;
    letter-spacing: 2px;
    font: 12px Century Gothic;
    font-style: none;
	color: #996666;
    text-transform: uppercase;
	line-height: 16px; 
	}
#left a:link {color:#666666;}
#left a:visited {color:#666666;}
#left a:hover {color:#B70023;
background-color: #FFD3A9;}

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

#footer p {
	width: 700px;
	text-decoration: none;
	font-size: 10px;
    font-family: Trebuchet MS;
    font-style: italic;
    text-align: center;
	color: #000033;
    }

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

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