a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #0078E6;
	text-decoration: underline;
}

a.logos:link {
	color: #B72623;
	text-decoration: underline;
}

a.logos:visited {
	color: #B72623;
	text-decoration: underline;
}

a.logos:hover {
	color: #0078E6;
	text-decoration: underline;
}

a.content:link {
	color: #FF6C00;
	text-decoration: none;
	font-weight: 700;
}

a.content:visited {
	color: #FF6C00;
	text-decoration: none;
	font-weight: 700;
}

a.content:hover {
	color: #FFD700;
	text-decoration: underline;
	font-weight: 700;
}

a.subnav:link {
	color: white;
	text-decoration: none;
	font-weight: 700;
}

a.subnav:visited {
	color: white;
	text-decoration: none;
	font-weight: 700;
}

a.subnav:hover {
	color: #FFD700;
	text-decoration: underline;
	font-weight: 700;
}

body {
	font-family: Tahoma, Verdana, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y repeat-x;
}

#content {
	font-size: 12px;
}

#header {
	background-color: #FFDE01;
}

#nav {
	padding: 10px;
}

#sub_nav {
	background-color: #B72623;
	font-size: 11px;
	padding: 5px;
}

#sub_nav_over {
	font-weight: 700;
	background-color: #FF9800;
	font-size: 11px;
	padding: 5px;
}

#nav_spacer {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

#navigation {
	background-color: #FF9600;
	font-size: 12px;
}

h3 {
	color: #B72623;
}

#nation_banner {
	background-color: white;
	font-size: 10px;
}

#main_header {
	background-color: #B72623;
	color: white;
	font-size: 14px;
	padding: 10px;
}

#main_content {
	background-color: white;
	font-size: 11px;
	padding: 10px;
}

#content_2_header {
	background-color: #FFAE00;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
}

#content_3_header {
	background-color: #FFDE00;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
}

p {
	line-height: 20px;
}

#footer {
	background-color: #FFDE00;
	padding: 10px;
	font-size: 11px;
}