body {
	background-color:#ffffff;  /* ffffff = white; 000000 = black */
	color: #000;
	margin: 0 auto 0 auto; /* center everything in the page */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a link {
	color:#3333FF;
	text-decoration:underline;
}
a hover {
	color:#3333ff;
	font-weight:bold;
	text-decoration:underline;
}
a visited {
	color:#00FFFF;
	text-decoration:underline;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
	font-weight:bold;
	color: #333333;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.bullet { 
   list-style-type: square; 
   list-style-image: url(images/black_square_small.gif); 
   text-decoration: none; 
   /* line-height: 14px */
} 
div#header {
	background-image: url(../images/top_banner.gif);
	width: 912px;
	height: 199px;
	margin: 0 auto 0 auto;
}
div#header a {
	text-decoration:none;
	color:#000000;
}
div#header a:hover {
	text-decoration:underline;
	color:#000000;
}
div#contact_link a {
	position: absolute;
  	height: 50px;
  	width: 130px;
  	top: 5px;
	margin-left: 30px;
	text-decoration:none;
}
div#projects {
	background-image: url("../images/recent_projects.gif");
	background-repeat:no-repeat;	
	margin:20px 0px 0px 0px;
	height:240px; 
	width:300px;
}
.highlight img {
	border: 1px solid white;
	padding: 3px;
}
.highlight:hover img {
	border: 1px solid black;
}

.nav_links {
	float:right; 
	padding-right:10px;	
}
#body_contents {
	width: 890px;
	padding-top:5px;
	margin: 0 auto 0 auto;
}
#body_container {
	width: 890px;
	padding-top:5px;
	margin: 0 auto 0 auto;
}
.column {
	float: left;
	color:#594D44;
	width: 340px;
	height: 420px;
	margin: 0px 5px;
}
.vline {
	float:left;
	background-image: url("../images/tiny.gif");	 
	border-right:#eae4e0 1px solid;
}
#vline {
	height: 410px;
}
.check { 
   list-style-image: url("../images/checkmark.gif"); 
}
.arrow { 
   list-style-image: url("../images/arrow.png"); 
}
.login {
	float: left;
	background-image: url("../images/login.jpg");
	background-repeat:no-repeat;	
	width: 168px;
	height: 215px;
	margin-left: 10px;
}
#footer { 
clear:both;
	background-image: url("../images/footer.gif");
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
    width: 890px;
	height: 42px;
	margin: 0 auto 0 auto;
}
.footer_info {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	color:#999999;
   	font-size:11px;
	text-align:center;
}
.smallText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	color:#000000;
   	font-size:11px;
}
.tinyText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	color:#000000;
   	font-size:9px;
}
/*.mediumText {
	font-size: 9pt;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}*/
.mediumText {
	font-family: "segoe UI",tahoma,verdana,sans-serif,arial,helvetica;
	font-size: 11px;
	font-weight: 400;
}
/* Form */
.form_row {
	clear: both;
	line-height: 22px;
	width: 100%;
}
.form_col {
	float: left;
	margin: 0px;
	padding: 0px;
}
.form_col_left {
	width: 40%;
	text-align: right;
	padding-right: 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.form_col_right {
	width: auto;
	text-align: left;
}
.shadeform	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	WIDTH: 200px;
	BORDER: #000000 1px solid;
}
.button 	{
	background-image: url("../images/button.gif");
	background-color:#FFFFFF;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;
	BORDER: #000000 1px solid;
}
.buttonon 	{
	background-image: url("../images/buttonon.gif");
	background-color:#FFFFFF;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor:pointer;
	BORDER: #000000 1px solid;
}
.formFieldText {
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
}
.formFieldTitle {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.submit_buttons {
	padding-top: 15px;
	width:100%; 
	text-align:center;
}
.borders	{ BORDER: #000000 1px solid; }
.error {
	font-family: Arial;
	font-size: 8.6pt;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 3px 0px 0px;
	letter-spacing: 0px;
	word-spacing: 2px;
	color: #FF0000;
	text-align:center;
}
.info {
	font-family: Arial;
	font-size: 8.6pt;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	letter-spacing: 0px;
	word-spacing: 2px;
	color:blue;
	text-align:center;
}
.warning {
	font-family: Arial;
	font-size: 8.6pt;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 3px 0px 0px;
	letter-spacing: 0px;
	word-spacing: 2px;
	color: #666666;
	text-align:center;
}
/* Tool Tip */
a.tooltip {
    position:relative;
    z-index:24; /*background-color:#ccc; */
    /*color:#000; */
    text-decoration:none
}
a.tooltip:hover{z-index:25}
a.tooltip span{display: none}
a.tooltip:hover span {
    display:block;
    position:absolute;
    top:15px; left:5em; width:20em;
    border:1px solid #999;
    color:#000;
	background:#eef2f9 url('../images/marble.gif');
    text-align: left;
	padding-left:5px;
	padding-right:5px;
}
/* User Account Management */
#user_management {
	background-image: url("../images/marble.gif");
	height: 270px;
	width: 610px;
	border-color: #666666;
	border-width: 4px;
	border-style: double;
	margin: 0 auto 0 auto;
}
.heading {
	padding-left: 50px; 
	padding-right:40px; 
	margin-top:10px;
}
.user_options {
	background-image: url("../images/footer.gif");
	margin: 0 auto 0 auto;
	width: 500px;
	height: 30px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding-top:10px;
	padding-left: 20px;
	text-align:center;
}
label.disabled{color: gray;}

/* TABLE-BOX */
.boxTitleHeader {
	padding-left: 10px; padding-right: 10px;
	padding-top: 4px; padding-bottom:4px;
	background-color: #FFFFCC;
	text-transform: uppercase;
	font-family:Arial;
 	font-size:9pt;
 	font-weight:bold;
 	color:black;
}
.boxCorner{width: 10px; height: 10px;}
.boxSides{padding-left: 10px; padding-right: 10px;}
.boxBgColor{background-color: #F8F8F8;}
