
body {
	background-color:#dadbdc;
	margin:0;
}


p { 
    font-family:verdana,arial;
    font-size:10px;
    color:#333333;
    text-align:left;
}


h1 { 
    font-family:arial, verdana;
    font-size:18px;
    color:#999999;
    text-align:left;
}

/*nav bar text*/
h2 { 
    font-family:verdana,arial;
    font-size:12px;
    color:#ffffff;
    text-align:left;
	padding:0 0 0 40px;
	margin:0;
}

h3 { 
    font-family:verdana,arial;
    font-size:10px;
    color:#333333;
    text-align:left;
}



#copyright p {
	font-family:Verdana, Arial;
	color:#76797b;
	font-size:10px;
	border:none;
	vertical-align:top;
	text-align:right;
}

#names p {
	font-size:9px;
	font-weight:bold;
	color: #444444;
}

#line {
	background-image:url(pics/line.gif);
	background-repeat:repeat-y;
}

#navbar {
	background-color:#72BBF0;
	padding:2px 0 2px 0;
}



#padding20pxtop {
	padding:20px 0 0 0;
}

#texthome {
	padding:20px 0 0 15px;
}


/*for hyperlinks*/


a:link {
	color: #444444;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #444444;
	font-weight:bold;
	text-decoration: none;
}
a:hover { 
	color:#111111;
	font-weight:bold;
	text-decoration:underline; 
}

a:active {	
	color: #444444;
	font-weight:bold;
	text-decoration: none;

}

