@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}

body {
font-family:"Times New Roman", Times, serif; font-size:14px; background-color:#000033; color:#000033; 
}

table#maintable {
	margin-left:auto;
	margin-right:auto;
	height:550px;
	width:800px;
}

td#banner {
	height:200px;
}

td#maintdhome {
background-image:url(images/white.gif); background-repeat:repeat-y; background-position:center;
height:350px;	
border-top-width:medium;
border-top-style:solid; 
border-top-color:#000033; 
font-size:18px;
}

td#maintdprofile {
background-image:url(images/white.gif); background-repeat:repeat-y; background-position:center;
height:273px;	
border-top-width:medium;
border-top-style:solid; 
border-top-color:#000033;
padding-left:100px; padding-right:100px;
text-align:justify;
}

td#maintdservices {
background-image:url(images/white.gif); background-repeat:repeat-y; background-position:center;
height:273px;	
border-top-width:medium;
border-top-style:solid; 
border-top-color:#000033;
padding-left:100px; padding-right:100px;
text-align:left;
}

td#maintdcontact {
background-image:url(images/white.gif); background-repeat:repeat-y; background-position:center;
height:273px;	
border-top-width:medium;
border-top-style:solid; 
border-top-color:#000033;
}

td#contact {
	background-image:url(images/bottombg.gif);
	background-repeat:no-repeat;
	height:47px;
	font-size:18px;
}

td#bottom {
	height:30px;
	color:#FFF; 
	font-size:12px; }
	
table#contacttable {
	border-style:solid;
	border-color:#003;
	border-width:thin;
}

td#tophalf {
	border-bottom-style:solid;
	border-bottom-color:#003;
	border-bottom-width:thin;
}
	
td#contactform {
	border-left-style:solid;
	border-left-color:#003;
	border-left-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#003;
	border-bottom-width:thin;
}

div#mainhome {
	width:400px;
}

ul#serviceslist {
	padding-left:20px;
}

A.CONTACTLINK:LINK {color:#F00; text-decoration:none; }
A.CONTACTLINK:HOVER {background-color:#000033; color:#FFFFFF; text-decoration:none; }
A.CONTACTLINK:ACTIVE {background-color:#000033; color:#FFFFFF; text-decoration:none; font-size:20px; }
A.CONTACTLINK:VISITED { color:#F00; text-decoration:none; }

A.EMAILLINK:LINK {color:#F00; text-decoration:none; }
A.EMAILLINK:HOVER {background-color:#000033; color:#FFFFFF; text-decoration:none; }
A.EMAILLINK:ACTIVE {background-color:#000033; color:#FFFFFF; text-decoration:none; font-size:16px; }
A.EMAILLINK:VISITED { color:#F00; text-decoration:none; }
