html,body,table,form {
	font-family: helvetica;
	font-size: 11pt;
}

a:link, a:visited {
	color: #37338a;
}

a:hover, a:active {
	color: #524f9a;
}

.container_main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/repeat-right.jpg) repeat-x;
}

tr.container_header {
	height: 107px;
	width: 1000px;
	background: url(images/top.jpg) no-repeat;
}

.container_content {
	background: white;
	padding: 10px;
	border: 2px solid #37338a;
}

#first-time { }

table.table_main {
    width: 1000px;
    height: 100%;
    background: url(images/repeat-vertical.jpg) repeat-y;
}

h1.title {
	margin: 0px;
	color: #37338a;
	font-size: 20pt;
}

h2 {
	color: #37338a;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #37338a;
	font-size: 13pt;
	font-weight: bold;
}

ul.links-menu {
	list-style: none;
	margin-left: 5px;
	padding: 0px;
}

.container_secondarylinks ul.links-menu a:link, .container_secondarylinks ul.links-menu a:visited {
	display: block;
	width: 115px;
	height: 30px;
	padding-top: 8px;
	margin-bottom: 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: url(images/button.gif) no-repeat;
}

.container_secondarylinks ul.links-menu a:hover {
	background: url(images/button2.gif) no-repeat;
}

.container_toplinks ul a:link {
	color: #ffffff;
}

.container_toplinks ul a:visited {
	color: #ffffff;
}

.container_toplinks ul a:hover {
	color: #cccccc;
}

.container_toplinks ul {
	display: inline;
	color: #ffffff;
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}

.container_toplinks ul li {
	display: inline;
}

.container_toplinks {
	position: absolute;
	top: 50px;
	left: 200px;
}

.splash_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(images/bg.gif) repeat;
}

.container_splash {
	height: 535px;
	width: 800px;
	background: url(images/splash.gif) no-repeat;
}

.container_splash_navigation {
	text-align: left;
	float: left;
	margin-left: 25px;
	margin-top: 85px;
}

.splash_content {
	float: left;
	margin-left: 100px;
	margin-top: 45px;
	width: 250px;
	text-align: center;
	font-size: 10pt;
}

a.splash_navigation:link,a.splash_navigation:visited {
	display: block;
	width: 115px;
	height: 30px;
	padding-top: 8px;
	margin-bottom: 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: url(images/button.gif) no-repeat;
}

a.splash_navigation:hover,a.splash_navigation:active {
	background: url(images/button2.gif) no-repeat;
}

a.splash_registerlink:link,a.splash_registerlink:visited,a.splash_registerlink:hover,a.splash_registerlink:active {
	position: relative;
	display: block;
	height: 40px;
	width: 215px;
	top: 10px;
	left: 260px;
}

.container_loginlinks {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

a.loginlinks:link,a.loginlinks:visited {
	color: white;
}

a.loginlinks:hover,a.loginlinks:active {
	color: #cccccc;
}

.container_footer ul a:link {
	color: #37338a;
}

.container_footer ul a:visited {
	color: #37338a;
}

.container_footer ul a:hover {
	color: 524F9A;
}

.container_footer ul {
	display: inline;
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}

.container_footer ul li {
	display: inline;
}

.container_footer {
	margin-left: 200px;
	text-align: center;
}

.copyright {
	text-align: center;
	font-size: 9pt;
}

a.link-home:link,a.link-home:visited,a.link-home:hover,a.link-home:active {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 175px;
}