/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

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

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}

a:focus {
	outline: 1px dotted invert;
}

hr {

}

a {
color:#FFF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

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

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 110%;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin:0 5px 10px 5px;
	line-height:1.75em;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	line-height:normal;
}

p {
	line-height:1.45em;
	margin-bottom:15px;
}


.first_level_links li, .first_level_links ul {
	display:inline;
	margin-right:2px;
	
}

.second_level_links li {
	display:inline;
	margin-right:2px;
}
.second_nav {
	text-align:center;	
}
.second_nav li, .second_nav li {
	display:inline;
	margin-right:5px;
	text-align:center;
	font-size:1.25em;
}

.second_level_links ul {
	display:block;
}

p.small {
	font-size:9px;
	line-height:10px;
	font-family:Verdana, Geneva, sans-serif;
}

.more-link {
	text-align:right;
}