*{
	margin:0px;
	padding:0px;
}
/* mac hide \*/
html,body{
height:100%;
width:100%;
min-height:688px;/* for good browser*/
min-width:767px;
}
/* end hide */

body {
	text-align: center;
	background-image:url(../images/logobg.gif);
	background-repeat: repeat;
	background-color: #222d3a;
}

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 688px;
}

#wrapper {
	width: 767px;
	background: #ccc;
	height: 688px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma;
	font-size:12px;
}

#logo {
	height: 82px;
	background-color: #f46c21;
	padding:0px;
	font-size: 0px;
}

#logo img {
	float: right;
	border:0px;
}

#menu{
	float:left;
	width: 767px;
	height: 39px;
	background-image:url(../images/menu_bg.jpg);
	font-size: 15px;
	font-weight: bold;
	font-family:Tahoma;
	margin:0px;
	border-top: 5px solid #a5abb1;
	border-bottom: 5px solid #a5abb1;
	padding:0px;
}

#menu2{
float:left;
width: 767px;
}

#menu2 ul {
	float:left; 
	margin-left:20px;
	margin-top:13px;
	list-style-type:none;
}

#menu2 li{
display:inline;
padding-right:15px;
}


#menu2 a {
	text-decoration:none;
	color: #221e1f;
}

#menu2 a:hover {
	color: #f46c21;
}

#scroll {
	float:left;
	height: 149px;
	width: 767px;
	background-color:#000;
}

#uderscrollline {
	float:left;
	border-top: 5px solid #a5abb1;
	border-bottom: 5px solid #a5abb1;
	font-size:0px;
	padding:0px;
	margin:0px;
}


iframe {
	float:left;
	width: 444px;
	height: 385px;
	background-color:#555e67;
}

#leftcolumn{
	float:left;
	width: 444px;
	height: 385px;
	background-image:url(../images/leftcolumn.jpg);	
}

#blocktext {
	padding-top: 20px;
	padding-left:20px;
	width: 390px;
	height: 385px;
	font-family: Tahoma;
	font-size:12px;
	color: #FFF;
	text-align: left;
	line-height:18px;
}

#blocktext_clients {
	padding-top: 20px;
	padding-left: 20px;
	width: 400px;
	height: 385px;
	font-family: Tahoma;
	font-size:12px;
	color: #FFF;
	text-align: left;
	line-height:15px;
}

#clientwrap {
	padding-top: 20px;
	padding-left:0px;
	width: 390px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: Tahoma;
	font-size:12px;
	color: #FFF;
	text-align: left;
	line-height:18px;
	margin: 0 auto -4em;
}

.footer, .push {
	height: 4em;
	font-family: Tahoma;
	font-size:12px;
 }

#logout {
}

#clientlogin {
	font-family: Tahoma;
	font-size:12px;
color:#fff;
text-align: left;
padding:10px;
width:320px;
margin-left:10px;
margin-top:10px;
}

#clientlogin input{
	padding: 5px;
	width: 150px;
	
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}

#clientlogin input:focus {
	border: 1px solid #900;
	
}

#clientlogin input.submit-button {
	width: 100px;
	
}


label {
	
	text-align: left;
	float:left;
	width: 110px;
	padding-top: 5px;
	
}

#lefttext{
	float:left;	
	width: 200px;
	line-height:14px;
}


#righttext{
	float:left;	
	width: 150px;
	line-height:14px;
	margin-left:50px;
	
}
p.strong{
	font-weight:bold;
}

#rightcolumn{
	float:left;
	width: 323px;
	height: 385px;
	background-image:url(../images/rightcolumn.jpg);
}

span.bold{
	font-weight:bold;
}

span.stuname{
	font-size: 13px;
	font-weight: bold;
}

a {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	color:#f46c21;
	text-decoration: underline;
	}

a.nounderline {
	color:#fff;
	text-decoration: none;
}

a:hover {
	color:#f46c21;
	text-decoration: none;
	}