td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999966;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #999966;
	font-size: 12px;
	margin: 0 auto;
	background-image: url(images/intranet.jpg);
	background-repeat: no-repeat;

}

a:link {
	color: #999933;
	text-decoration: none;
}
a:visited {
	color: #999933;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #999933;
	text-decoration: none;
}

div.main {
	background: #99FF99;
	font-family: Arial;
	font-size: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height:800px;
}
div.welcome {
	text-align: center;
	font-size: 24px;
	font-family:Helvetica, sans-serif;
}
div#container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
div.login {
	margin-left:680px;
	font-family: Arial;
	font-size: 11px;
}
div.register {
	background: #99FF99;
	font-family: Arial;
	font-size: 8px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	width: 300px;
	height:200px;
}
div#content{
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
/*
td {
	font-family: Arial;
	font-size: 10px;
	float:left;
	display:inline;
	width:100px;
	line-height:16px;
	margin: 3px 10px;
	text-align:center;
}
*/
label{
	float:left;
	width:60px;
	font-size: 12px;
	margin: 3px 10px;
	text-align:left;
}
div.regtext{
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	margin-left:10px;
}
div.finacc{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
div.save {
	font-family: Arial;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}




/***************/
/* Added by CR */
/***************/

.webpagebox #menubar{/* menubar div: should be used when displaying the menu bar */

	text-align:right;
}


.webpagebox #content{/* content should be used to encase the webpage: will center the page and limit it to 1000px width */
	margin: 0 auto;
	width:1000px;
}

.webpagebox #html_text{/* box to display the html part */
	float:left;
	width:550px;	
	

}
.webpagebox #flash1{/*box to display flash animation */
	float:right;
	width:420px;
}

.clearfloat { /* clear float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.webpagebox #contentbox{
	width:995px;
	/* height:400px; */
	overflow:auto;
	padding:0 5px 0 0;
	
}

.butt1 {
	border: 2px solid #555555;
	color: #000000;
	background-color:#DDDDDD;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	padding: 0px;
	text-align: center;
	
	vertical-align: top;
}

.butt1:hover {
    background: #EEEEEE;
}


html{
scrollbar-face-color: #cccccc;
scrollbar-shadow-color: #cccccc;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #cccccc;
scrollbar-track-color: #e9e9e2;
scrollbar-arrow-color: #e9e9e2; 

}

.title2 {
	font-size: 14px;
	font-weight: bold;
}
.title3 {
	font-size: 13px;
	font-weight: bold;
}

table {
	table-layout:auto;
}

.style1_large{
	font-size: 14px;
	
}
.style_medium{
	font-size: 12px;
}

.style_small{
	font-size: 9px;
}

.top_blackwhite{
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;	
	width: 100%;
	text-align: center;
}

.text_blackwhite{
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	text-align: center;
}