/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#ffffff url(../images/bg_blue.gif) repeat-x;
	font-family:Times New Roman, Times, serif;
}
#nav {
	margin-top:40px;
}
#homenav {
	margin-top:58px;
}
#subnavAbout {
	margin-top:23px;
}
#subnavPractice {
	margin-top:14px;
}
#subnavProfiles {
	margin-top:90px;
}
#subnavResults {
	margin-top:14px;
}
#dbmsLogo {
	margin-top:52px;
}
#gutterImage {
	margin-top:29px;
	margin-bottom:10px;
}
#mainTable {
	margin-bottom:30px;
}
#footerDiv {
	margin-top:40px;
}

/* Main Styles */
p {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
}
li {
	font-family:Times New Roman, Times, serif;
	font-size:12px;
}
h3 {
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	margin-bottom:0px;
	color:#000066;
}
h3 + p {margin-top:0px;}
a { color:#000000;}
a:visted { color:#666666;}
a:hover { color:#003f82;}
a:active { color:#003f82;}

/* Classes */
p.gutterText {
	margin:0px 29px 15px 139px;
}
p.gutterProfileText {
	margin:0px 10px 15px 10px;
}
p.firstParagraph {
	margin-top:0px;
}
.blue { color:#003f82;}

a.blue { color:#003f82;text-decoration:none;}
a:visted.blue { color:#003f82;text-decoration:none;}
a:hover.blue { color:#003f82;text-decoration:underline;}
a:active.blue { color:003f82;text-decoration:underline;}


/* Netscape 4 workarounds */
/*/*/
p.gutterText, p.gutterProfileText { line-height:18px;}
/* Netscape Fix End */
.nsFix { display:none;}