/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:25px;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p{
	font-size:14px;		text-align:left;
}
a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:bold;
	font-style:italic;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 16px;
	color:#006666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;		text-align:left;		margin-right:3px;
}

h5 {
	font-size: 12px;
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

#top_nav a span{
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
/* IDs
----------------------------------------------------------------------------------------------------*/
#footer {
	font-size:11px;

}
#footer a{
	font-weight:bold;
	color:#58B59C;
	text-decoration:none;
}

/* Classes
----------------------------------------------------------------------------------------------------*/
.baseline{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#333;
}
.baseline_sub{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#333;
}
p.p_link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	color:#333;

}
p.p_link a:hover{
	text-decoration:none;
	font-style:italic;
	font-size:14px;
	color:#009199;
}