body      { color: #FFFFFF; font: small Arial, Helvetica, sans-serif; background-color: black; margin: 11px 0 0; padding: 0 }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #9ED738;
}
p1  { font-style: italic; text-decoration: none }

a:hover {
	text-decoration: underline;
}

/* Header */

#header    { background: url(images/word.jpg) no-repeat; margin: 0 auto; width: 614px; height: 382px }
#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1   { color: #c0c0c0; font-size: 14px; padding-top: 85px; padding-right: 5px }

#header h2 {
	font-size: 1.2em;
}

/* Menu */
#menu     { margin: 0 auto; width: 650px; height: 30px }
#menu li  { font-size: 12px; display: inline }
#menu li a        { color: #ccc; background: black url(images/tab.gif) no-repeat right bottom; margin: auto; padding: 7px 5px 0px 0px }
#menu li a:hover   { color: #feffb8; text-decoration: none; background: black url(images/tabhover.gif) no-repeat right bottom }
/* Top */
#Top {
	height: 40px;
	padding: 7px 0 0 0;
	background: url(images/img713.gif) repeat-x;
}
/* TopHeader */
#TopHeader {
	height: 40px;
	padding: 7px 0 0 0;
	background: url(images/img714.gif) repeat-x;
}
/* TopHeader Elements */
#TopHeader h2  { color: silver; font-size: 14px; margin-bottom: 20px; padding: 9px 0 0 10px; height: 14px }

/* Content */
#content {
	width: 720px;
	margin: 0 auto;
}

#colOne   { background-repeat: repeat; float: left; width: 160px }
		#colOne    { }

#colTwo {
	float: left;
	width: 360px;
	padding: 0 20px;
}

#colTwoA {
	float: left;
	width: 510px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 160px;
}
#colFour {
	float: left;
	width: 700px;
}
/* colFour Elements */
#colFour h1  { color: silver; font-size: 12px; margin-bottom: 20px; padding:0px 0 0 0px; height: 14px }
/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img512.gif);
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img51.gif) repeat-x;
}
#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}


/* Extras */
#notice  { color: #808080; background: url(images/bg.gif) no-repeat right bottom; padding: 12px 14px 1px }
fieldset  { border: #cccc66 }
legend { color: #000066; font-style: normal; font-variant: normal; font-weight: normal }
