/* CSS Document */


/* TYPE */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}

.sub_p {
	font-size: 10px;
	line-height: 11px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	color: #333333;
	text-decoration: bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	text-decoration: bold;
}

li {
 line-height: 14.4px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14.4px;
	color: #333333;
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14.4px;
	color: #333333;
	list-style-type: none;
	list-style-position: outside;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* DIV-Specific Type & Specialty Type */

#header ul li {
	font-size: 11px;
}

#links ul {
	list-style-type: none;
	margin: 3px 0px 0px 0px;
}

#links li {
	margin-left: 5px;
	color: #995555;
	display: inline;
}

#links a {
	color: #995555;
	text-decoration: none;
}

#links a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}

#caption b {
	text-decoration: underline;
}

#caption p {
	font-size: 9px;
	line-height: 11.2px;
}

#left_col li {
	list-style-type: none;
	margin-bottom: 0.8em;
}

#footer p {
	text-align: right;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

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

body.index #right_col a {
	color: #333333;
	text-decoration: none;
}

body.index #right_col a:visited {
	color: #555555;
}

body.index #right_col a:hover {
	color: #111111;
	text-decoration: underline;
}

body.single_col #left_col a {
	color: #333333;
	text-decoration: none;
}

body.single_col #left_col a:visited {
	color: #888888;
}

body.single_col #left_col a:hover {
	color: #000000;
	text-decoration: underline;
}

body.single_col #center_col li {
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
}

body.no_image #left_col a {
	color: #333333;
	text-decoration: none;
}

body.no_image #left_col a:visited {
	color: #888888;
}

body.no_image #left_col a:hover {
	color: #000000;
	text-decoration: underline;
}

body.no_image #center_col li {
	margin-bottom: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

body.no_image #project {
	margin-left: 60px;
}

body.no_image #project li{
	margin-left: 40px;
	margin-bottom: 10px;
}

body.contributor #left_col a {
	color: #333333;
	text-decoration: none;
}

body.contributor #left_col a:visited {
	color: #888888;
}

body.contributor #left_col a:hover {
	color: #000000;
	text-decoration: underline;
}

body.contributor #center_col li {
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
}
