/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
}

body {
	background: #0c0c0c url(../images/bgshort.jpg) no-repeat center top;
	margin: 0;
}

a:link {
	color: #6C9CF4;
	text-decoration: none;
}
a:visited {
	color: #6C9CF4;
	text-decoration: none;
}
a:hover {
	color: #003899;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#container {
	width:  970px;
	height: auto;
	margin: 0 auto;
	background: url(../images/bgcontainershort.jpg) no-repeat center top;
}

#nav {
	width:  970px;
	height: 120px;
	margin: 0;
}

#mid {
	width:  970px;
	height: 270px;
	margin: 0;
	background-image:url(../images/mid/midchaos.jpg);
}

#submenu {
	width:  970px;
	height: 70px;
	margin: 0;
	background-image:url(../images/bgprograms.png);
}

#content {
	width:  970px;
	height: 208px;
	margin: 0;
}

#ctop {
	width:  970px;
	height: 208px;
	margin: 0;
	float: left;
	background-image:url(../images/lc/chaos.png);
	overflow:hidden;
	line-height: 110%;
}

#ctoptxt {
	margin: 75px 25px 25px 32px;
}

.style3 {
	font-size:14px;
}


