/*
Author:		Donny Burnside
Website:	http://www.ginger-ninja.net/
*/

/* Misc. */

* {
	margin:5;
	padding:0;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#393999;
	background-image:url(image/tlo_x.gif);
	background-repeat:repeat;
	margin:5px 0 4px 0;
	color:#222222;
	}
img {
	border:0;
	}
p {
	line-height:2em;
 }
pre {
font-family:"Times New Roman", Times, serif;
color:#000066;
font-weight:bold;
line-height:1em
}
pre p {
font-family:"Times New Roman", Times, serif;
color:#000066;
font-weight:bold;
line-height:1em
}
pre h1 {
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
text-align:center;
}

/* Structure */

#wrapper {
	width:900px;
	margin:0 auto;
	}
#header1 {
	height:100px;
	line-height:100px;
	}
#content {
	background-color:#E1F1FE;
	line-height:1.5em;
	padding:10px 5px;
	}

/* Headings */

h1 {
	font-size:40px;
	font-weight:normal;
	letter-spacing:-1px;
	}

/* Link Colors */

h1 a {
	color:#fff;
	text-decoration:none;
	}
h1 a:hover {
	color:#fff;
	}

#content a {
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
	}
#content h1 {
	font-size:24px;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#FF0000;
	text-decoration:underline;
	}

/* Navigation */

#styletwo{
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(image/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#styletwo ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#styletwo ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	}

#styletwo ul li a{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:6px 56px 0 20px;
	height:24px;
	}

#styletwo ul li a:hover,#styletwo ul li a.current{
	color:#fff;
	background:transparent url(image/bgON.gif) repeat-x top left;
	}