/*Common styles*/
html, body, form
{
	margin: 0px;
	color: #525252;
	width: 100%;
	height: 100%;
}
* {font-family:Tahoma;font-size:13px}
a {color: blue; text-decoration: none;}
a:Hover {color:black;	text-decoration:underline}
a:Hover {color: cornflowerblue;}
span.pageTitle { font-size:14pt;padding-left:5px;color: mediumblue; }
.textBox {border-right: silver 1px solid;padding-right: 2px;border-top: silver 1px solid;padding-left: 2px;font-size: 9pt;border-left: silver 1px solid;color: mediumblue;border-bottom: silver 1px solid;background-color: whitesmoke;}
.button {padding-right: 2px;padding-left: 2px;font-size: 8pt;padding-bottom: 2px;color: black;padding-top: 2px;font-family: Tahoma;background-color: whitesmoke;font-weight:800;}
ul {list-style-image: url(Images/Bullet.jpg);}
.error {text-align:center; color:Red;font-weight:800;}

/*Footer/Header*/
.application {width:100%;height:100%;}
#top {border-bottom: black 1px solid;height: 10%;background-color: black;}
#bottom {height: 10%;background-color:black;border-top:1px solid black;}
#left {background-color:black;width: 14%;}
#right {background-color:black; width: 14%;}
#middle {background-color:White;height:79%;}
.applicationBody {width:100%;height:100%;}
.applicationBody thead {height:30px;}
.applicationBodyHeader {width:100%;height:100%;border-bottom:1px solid black;text-align:center;background-color:royalblue;color:Red;}
.applicationBodyHeader a {color:White;font-weight:800;}
.content {padding:20px;vertical-align:top;font-family:verdana;font-size:8pt;}
.pageContent {vertical-align:top;text-align:justify;margin-top:10px;width:100%;}
.pageImage {margin-left:20px;margin-bottom:20px;float:right;}
.applicationBody tfoot td {text-align:right;font-size:8pt;padding-right:10px;padding-bottom:5px;vertical-align:bottom;color:Gray;	}
.applicationBody tfoot a {font-size:8pt;}

/*intro*/
#introPage {	text-align:center;background-color:Black;width:100%;height:100%;}
#introPage a {color:White;text-align:center;	font-weight:800;}

/*Services*/
#servicesPage {	padding-bottom:25px;}
#servicesPage .serviceTitle {font-weight:bold; color:Blue;}

/*contact*/
#contactPage .textBox {	width:97%;	}
#contactPage img {float:right;}