@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	height: 100%; 
	border:none;
}

body {
	background-image:url(../images/layout/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


.fullheight{height:100%}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#table1 {
	background-image:url(../images/layout/bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	vertical-align: top;
	width:100%;
	height:100%;
}

#table2 {
	background-image:url(../images/layout/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	vertical-align: top;
	width:100%;
	height:100%;
}


#menu {
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;	
}

.footer {
	background-image:url(../images/layout/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:9px;
	color:#666666;
	text-align:center;
	padding-top:15px;
}

.footer a{
	color:#999999;
	text-decoration: none;
}

html, body, p, li, td, th {
	font-family: Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}

.menu {
	height: 62px;
}

input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}


h2 {
	height: 30px;
	width:210px;
	text-align: left;
	background-image:url(../images/layout/header.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 14px;
}

td.left {
	vertical-align:top;
	padding-top:21px;
}


td.content {
	padding:15px;
}

.link1 {
	color:#FFFFFF;
	text-decoration:none;
}


div.leftbox {
	height: 120px;
	width:160px;
	text-align: center;
	background-image:url(../images/layout/leftbox.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	margin-left: 16px;
}

.vdiv {
	height:100%;
	background-image:url(../images/layout/dotsv.gif); 
	background-position:top;
}