/*#container {
	margin: 0px 0px 0px 0px; /*t r b l/
	padding: 0px;
	border: 1px solid #ff0000;
	background: #666;
	height: 700px;
	height:auto;
	width:650px;
	}*/
	
#container {
	border:#999999 thin solid;
	background-color:#000000;
	width:750px;
	padding:0px;
	/*height:500px;*/
	z-index:1;
}


#header {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0px;
	padding: 0px;
	/*border: 1px solid #00ff00;
	background: #000000;*/
	height: 100px;
	/*height:auto;*/
	width:648px;
	/*background:  url(images/repusIntro.jpg);/*#839CA9 top fixed no-repeat;*/
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	}

#mainNav {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px;
	padding: 5px 0px 5px 5px;
	/*border: 1px solid #0000ff;
	background: #aa0000;*/
	height:23px;
	/*height:auto;
	width:523px;*/
    width:643px;
	/*background-image:url(images/333menu.jpg);*/
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	}
	
#subNav {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	/*border: 1px solid #f0000f;
	background: #00aa00;*/
	height:23px;
	/*height:auto;*/
	width:643px;
	/*background-image:url(images/333smenu.jpg);*/
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px;
	padding: 0px;
	border: 1px solid #333333;
	background: #000000;
	/*height: 200px;*/
	height:auto;
	width:648px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	}

#contentT {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px;
	padding: 5px;
	/*border: 1px solid #333333;
	background: #000000;
	height: 200px;
	width:648px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;*/
	height:auto;
	width:auto;
}
	
#footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0px;
	padding: 0px;
	/*border: 1px solid #00ff00;
	background: #000000;
	height: 100px;*/
	height:auto;
	width:648px;
	color:#333333;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	}


a:link.bw {
	color:#000000;
	text-decoration:none;
}

a:visited.bw {
	color:#000000;
	text-decoration:none;
}

a:active.bw {
	text-decoration:none;
	color:#000000;
}

a:hover.bw {
	text-decoration:none;
	color:#FFFFFF;
}

a:link.by {
	color:#333333;
	text-decoration:none;
}

a:visited.by {
	color:#333333;
	text-decoration:none;
}

a:active.by {
	text-decoration:none;
	color:#333333;
}

a:hover.by {
	text-decoration:none;
	color:#FFFF00;
}


/*submenu items here*/
a:link.bg {
	color:#00FF00;
	text-decoration:none;
}

a:visited.bg {
	color:#00FF00;
	text-decoration:none;
}

a:active.bg {
	text-decoration:none;
	color:#00FF00;
}

a:hover.bg {
	/*text-decoration:none;*/
	color:#FFA500;
	text-decoration:blink;
}

body {
	background: #000000 url(images/corner.jpg) bottom left fixed no-repeat;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
    color:#cccccc;
}

table {
	/*background-color:#bbc2bb;*/
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
    color:#cccccc;
}

a:link {
	color:#99aadd;
	text-decoration:none;
}

a:visited {
	color:#99aadd;
	text-decoration:none;
}

a:active {
	color:#99aadd;
	text-decoration:none;
	
}

a:hover {
	text-decoration:underline;
	color:#FFA500;
}

/*td.main {
	background-color:#88938d;	
}

td.sub {
	background-color:#a8ada8;	
}*/

p.repus {
	color:#999999;
}

hr.yellow {
	color: #ffff00;
	border: 0;
	background-color: #ffff00;
	height: 1px;
	width: 80%;
	/*text-align: left;*/
}

td.headY {
	color: #000000; 
	background-color:#333333; 
	padding: 0px 0px 0px 5px; 
	border: 1px solid #333333;
	border-collapse:collapse;
}

td.bodyY {
	/*border: 1px solid #ffff00;*/
	border-left: 1px solid #333333;
	border-collapse:collapse; 
	padding: 5px;
}

h2 {
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	font-size:16px;
	color:#aadd99;
}

hr {
	color: #333333;
	border: 0;
	background-color: #333333;
	height: 1px;
	width: 90%;
}

input, textarea {
   	color:#cccccc;
   	font-family:"trebuchet MS", verdana, arial, sans-serif;
	font-size:12px;
	/*font-size:84%;
   	font-weight:bold;*/
   	background-color:#333333;
	border: 1px solid #333333;
}

label {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size:12px;
    color:#cccccc;
}

img.border {
	border: 1px solid #333333;
}