/**Author: Robert Kologe
	Created using Notepad++
	Validated using http://validator.w3.org/
**/

body {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em
} 

td.leftcolumn {
width: 150px;
vertical-align: top;

}

td.menu {		
background: url(./images/menu2.gif);
background-repeat: no-repeat;
height: 40px;
width: 800px;
}

div.navbutton1  A:link {text-decoration: none; color:#920707}
div.navbutton1 A:visited {text-decoration: none; color:#920707}
div.navbutton1 A:active {text-decoration: none; color:#3B5D69}
div.navbutton1 A:hover {font-size: 12px; font-weight:bold; color:#3B5D69}

div.navbutton2  A:link {text-decoration: none; color:#920707}
div.navbutton2 A:visited {text-decoration: none; color:#920707}
div.navbutton2 A:active {text-decoration: none; color:#3B5D69}
div.navbutton2 A:hover {font-size: 12px; font-weight:bold; color:#3B5D69}


div.navbutton1 {
	width: 80px;
	height: 28px;
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	/**margin-bottom:10px;**/
	border-style: inset;
	border-width: 1px;
	border-color: #920707;
	text-align: center;
	line-height: 25px;
	color: #920707;	
	/**background-color: #A0A0A0;**/
}

div.navbutton2 {
	width: 80px;
	height: 28px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 30px;
	border-style: inset;
	border-width: 1px;
	border-color: #920707;
	text-align: center;
	line-height: 25px;
	color: #920707;	
	
}


table.maintable {
padding: 0px;
width:800px;
}

td.header {
background-image: url(./images/header5.gif);
 height: 100px; 
 width: 800px;
 background-repeat: no-repeat;
}

td.outline {
border-style: solid;
border-left-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-top-width: 2px;
border-color: #3B5D69;
}

p.leftcolparagraph {
margin-right: 5px;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
font-size: .8em;
color: #920707;
font-family: Arial, Geneva, Hevetica;
text-align: left;

}

p.mainparagraph {
margin-right: 30px;
margin-left: 30px;
margin-top: 20px;
margin-bottom: 20px;
text-align: justify;
color:#816C05;
font-family: Arial, Geneva, Hevetica;
}

p.services {
font-size: .8em;
color: #3B5D69;
margin-right: 30px;
margin-left: 30px;
}

span.urls {
font-size: .7em;
color: #3B5D69;
font-style: italic;
}

span.servtitle {
color: #920707;
font-weight: bold;
font-size:1.2em;
}

span.servprice {
font-weight: bold;
text-align:right;
color: #920707;
}

td.footer {
width:800px;
height: 40px;
background: url(./images/footer2.gif);
background-repeat: no-repeat;'
}


