/* Style for general paragraphs */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
}

.small_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}

/* Set Margins */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Style for page headers */

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

/* Nav Dropdown Placement */

#nav_1 {
	position:absolute;
	width:132;
	height:68px;
	z-index:1;
	left: 248px;
	top: 120px;
	visibility: hidden;
}

#nav_2 {
	position:absolute;
	width:130px;
	height:65px;
	z-index:2;
	left: 376px;
	top: 120px;
	visibility: hidden;
}

#nav_3 {
	position:absolute;
	width:160px;
	height:22px;
	z-index:3;
	left: 503px;
	top: 120px;
	visibility: hidden;
}

#nav_4 {
	position:absolute;
	width:141px;
	height:64px;
	z-index:4;
	left: 660px;
	top: 120px;
	visibility: hidden;
}


/* Remove bullets from lists */

ul {
	list-style: none;
	}

/* Add bullets to lists */

.ul2 {
	list-style: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	

/* Link styles */

a {
	color: #000099;
}

a[href^="http:"] {
	background: url(images/icon_window.gif) no-repeat right top;
	padding-right: 12px;
	}
	
a[href^="mailto:"] {
	background: url(images/icon_email.gif) no-repeat right top;
	padding-right: 12px;
	}

a:link {
	text-decoration: none;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}

a:active {
	text-decoration: none;
	color: #000099;
}
