body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bgrnd_black_blue_500.jpg) repeat-x;
	margin-top: 20px 0 0 0;
	background-color: #000099;
	overflow:scroll;
}

/* ADDS SCROLLBAR TO PAGE */
html {
	height:100%;
	margin-bottom:1px;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a.top:link, a.top:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	letter-spacing: .3em;
}
a.top:hover {
	text-decoration:none;
	color: #990000;
}

/*********  LAYOUT DIVS  *********/

#banner {
	display:block;
	clear:both;
	width: 800px;
	height: 95px;
	background-image: url(images/tkd_banner_800.jpg) ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* * * * *   Hide The Header   * * * * */

#banner h1 {
	display:none;
}

#container {
	display:block;
	clear:both;
	background-image: url(images/106px_red.gif);
	background-color:#FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	font-size: 0.75em;
}

#content {
	display: block;
	clear: none;
	background-color:#FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #000033;
	height: auto;
	margin:0 0 0 175px;
	padding: 5px 10px 3px 5px;
	width: 609px;
}

#footer {
	display:block;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
	background-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	color: #FF9900;
}

#nav {
	float: left;
	clear: none;
	background: url(images/logo_bottom_175.gif) top left no-repeat;
	width: 175px;
	display: block;
}

/******** NAVIGATION  **********/



/********* BUTTON STYLE   *********/	



#nav ul, #nav li {
	list-style: none;
	margin:0;
	padding:0;
	}

.button a:link, .button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing:.1em;
	display: block;
	margin:4px 0 0 20px;
	padding:1px 10px;
	color: #FFFFFF;
	white-space:nowrap;
/*	font-weight: bold;*/
	width: 90px;
/*	border: solid #FFFFFF 1px;*/
	background-color: #314294;
	}

.button a:hover {
	color: #CCCCFF;
	background-color: #3F007D;
	}
	
.button a:active {
	color: #FFCC00;
	}


/*********  BASIC STYLES  *********/

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
	padding-left: 10px;
}

#content h2 {
	margin: 0 0 .3em 0;
	color: #990000;
}

.floatRIGHT {
	padding: 2px;
	float: right;
	position: relative;
	margin-left: 10px;
	border: 1px solid #000066;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	width:auto;
}


.smaller {
	font-size: .6em;
}

.liteBOLD {
	color:#666666;
	font-weight:bold;
}

.small {
	font-size:.8em;
}
p {
	padding-left: 15px;
}

p a {
	font-weight:bold;
}

.clear {
	clear: both;
}
.paddingLeft20 {
	padding-left: 20px;
}

.indent20px {
	margin-left: 20px;
}
.red {
	color: #CC0000;
}
.purple {
	color: #660099;
}

