﻿@import url("layout-b.css");
body {
	font-family:Tahoma;
	font-size:10pt;
	color:#FFFFCC;
}
#navigation {
	font-family: Tahoma;
	font-size: 14pt;
	color: #FFFFCC;

}
#navigation ul	{
	list-style: none;
}
#navigation li {
	text-align: center;
	height: 44px;
}
#navigation a {
	color: #FFFFCC;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
}
#navigation a:hover {
	color:red;
	font-size: 12pt;
	text-decoration:none;
	font-weight:bold;
}
#content_main {
	font-family:Tahoma;
	font-size:10pt;
	color:#FFFFCC;
}
#content_main a {
	color:aqua;
	font-weight:bold;
	text-decoration:underline;
}
#footer {
	font-family:Tahoma;
	font-size:10pt;
	color:#FFFFCC;
}
#footer p {
	text-align:center;
}
#footer a {
	color:#FF3300;
}
#home a {
	font-family: Tahoma;
	font-size:12pt;
	font-weight:600;
}
#home a:hover {
	font-family: Tahoma;
	font-size:12pt;
	color:red;
	font-weight:bold;
}
}

/* -------------Styles----------*/
p {
	margin: 0;
}
h3 {
	font-size: 14pt;
	color:lime;
	text-decoration:underline;
	text-align:center;
}
h2 {
	font-size: 12pt;
	font-weight:bold;
	color:aqua;
}
.gap {
	font-size: 18pt;
}
.regions {
	text-align:left;
}
/* -----Splinting Page Styles ------- */
.style_splint {
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:14pt;
}
.style_heading {
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
}

