html {
height: 101%; margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin: 0px;
	padding: 0px;
	background-color: #cecece;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;
	min-height: 100%; margin-bottom: 1px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:18px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

.mediumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	font-weight:bold;
}


.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:18px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:18px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.textCell {
	background-image:url(imgs/bg-text.gif);
	background-repeat:no-repeat;
}
		
.srvCell {
	background-image:url(imgs/bg_services.jpg);
	background-repeat:no-repeat;
}
.srvHome {
	background-image:url(imgs/services-homepage.gif);
	background-repeat:no-repeat;
}

.subscribeCell {
	background-image:url(imgs/bg_subscribe.jpg);
	background-repeat:no-repeat;
}

#nav {
	text-align:left;
	margin:0px;
	float:left;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:white;
	padding: 0px;
	height: 50px;
}

#nav a:link { color:white; text-decoration:none;}
#nav a:hover { color:#000000; text-decoration:underline; }
#nav a:visited { color:white; text-decoration:none; }
#nav a:visited:hover { color:#000000; text-decoration:underline; } 

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	}

#nav ul li {
	float:left;
	position: relative;
	display: inline;
	}
	
/*#nav ul li a:link { color:white; text-decoration:none;}
#nav ul li a:hover { color:#555555; text-decoration:underline; }
#nav ul li a:visited { color:white; text-decoration:none; }
#nav ul li a:visited:hover { color:#555555; text-decoration:underline; } */

#nav ul li ul {
	display: none;
	position: absolute;
	top:0px; left:15px;
	border-bottom: 1px solid #cecece;
	padding-top:48px;
	}

	
#nav li:hover ul { display: block; }
#nav li.over ul { display: block; }

#nav ul li ul li a:link { color:#FFFFFF; text-decoration:none;}
#nav ul li ul li a:hover { color:#45c3d3; text-decoration:underline; }
#nav ul li ul li a:visited { color:#FFFFFF; text-decoration:none; }
#nav ul li ul li a:visited:hover { color:#45c3d3; text-decoration:underline; } 

#nav ul li ul li {
	float:none;
	display:block;
	width:150px;
	background-color: #000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	size:11px;
	margin:0px;
	padding:7px;
	border-top: 1px solid #cecece;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: 1px solid #000000;
}

/* Fix IE. Hide from IE Mac 
* html ul li { float: left; }
* html ul li a { height: 1%; }
 End */

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:22px;
	color: black;
	list-style:disc;
}

li a:link {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
li a:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
li a:visited {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
li a:visited:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}

a:link {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
a:visited:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color:white;
}

label {
    width: 200px; 
    }
    
.homeDiv {
    margin:0px;
    padding:0px;
    background-image:url("imgs/bg-homepage.gif");
    background-repeat:no-repeat;
    width:427px;
    height:204px;
    }
    
