body {
	background:#12214a url(../gfx/bg.gif) left bottom no-repeat;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	width: 1024px;
	border: 0px solid #1f3a7f;
	min-height: 800px;
}
body #topBanner {
	position:absolute;
	margin: 30px 0 0 0;
	padding: 0;
}
body #topBanner a{
	display: block;
	height: 75px;
	width: 450px;
	text-indent: -100000px;
}
a:link, a:visited {
	color: #12214a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#menu {
	height: 150px;
	background: url( ../gfx/logo.gif) no-repeat;
	margin-bottom: 40px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 500px;
	padding-top: 90px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	background: url( ../gfx/but.gif) no-repeat;
	width: 112px;
	height: 29px;
	color: #12214a;
	font: normal 16px Verdana;
	text-decoration: none;
	text-align: right;
	margin-right: 2px;
	padding-top: 5px;
	padding-right: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#menu ul li a:hover {
	background-position: bottom left;
}

#menu ul li.selected a {
	color: #fff;
	text-decoration: underline;
}
#menu ul li.selected a:hover{
	color: #12214a;
}

#left {
	width: 200px;
	float: left;
}
#matrixClock {
	position: fixed;
	width: 70px;
	float: left;
	margin: 150px 0 0 60px;
	font-size: 12px;
	font-family: Verdana;
}

#matrixClock p {
	margin: 0;
	padding: 0 5px;
	position: relative;
	z-index: 10;
	color: #fff;
	background: #085A94;
}
#matrixClock .vContainer {
	position: relative;
	margin-left: 5px;
}

#matrixClock .vContainer div {
	position: absolute;
	width: 12px;
	color: #0056a6;
}
#content {
	background: #fff url( ../gfx/content.gif) no-repeat;
	min-height: 503px;
	width: 776px;
	margin-left: 225px;
	border: 1px solid #12214a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .inner {
	text-align: justify;
	margin: 50px 30px 20px 90px;
	padding: 0 5px;
	min-height: 370px;
	font: normal 12px Verdana;
}
body:after {
	display: block;
	margin: 0 22px 0 226px;
	height: 20px;
	content: ".";
	font-size: 0;
	background: url(../gfx/browsers1.jpg) no-repeat top right;
	opacity: .5;
}
.boxBorder {
	background-color:#fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxShadow {
	box-shadow: 10px 10px 5px #C9C9C9;
	-moz-box-shadow: 10px 10px 5px #C9C9C9;
	-webkit-box-shadow: 10px 10px 5px #C9C9C9;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C9C9C9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C9C9C9');

}

.boxGradient {
	background-image: linear-gradient(bottom, rgb(255,255,255) 4%, rgb(240,240,240) 52%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 4%, rgb(240,240,240) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 4%, rgb(240,240,240) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 4%, rgb(240,240,240) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 4%, rgb(240,240,240) 52%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.04, rgb(255,255,255)),
		color-stop(0.52, rgb(240,240,240))
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#0affffff',GradientType=0 );
}
.nobr {
	white-space: nowrap;
}

.ball {
	fill: rgb(0,103,146);
}

