/* 
Colors:
dark gray: 44494D
text gray: 575852;
body bg gray: eeeff1;
lt. blue (content links): 43bcd9;
dark blue (menu links): 072a5e; 
red: ee0d00;
h2 orange: d47b36;
*/


@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { 
	margin: 0px; 
	padding: 0px; 
}

html, body { 
	background-color: #eeeff1; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}

body, div, table, tr, th, td, form, p {
	color: #575852; 
	font-family: Tahoma; 
}

a { 
	border: none; 
	border-width: 0px; 
	outline: none; 
	-moz-outline: 0; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}

img { 
	border: none; 
	border-width: 0px; 
}

.clear { 
	clear: both; 
	font-size: 0pt; 
	height: 0px; 
	line-height: 0px; 
}

#webdevelopment {
	font-size: x-small;
	text-align: right;
	width: 700px;
}
#webdevelopment a {
	text-decoration: none;
}