/*------------------------------------------------------------*
**  
    CSS basiccoding by www.empire-elements.co.uk
    CSS design and completition by www.RHVKL.com
	
**------------------------------------------------------------*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
}

.bold {
	font-weight: bold;
}
.border {
	border: 1px solid;
}
.underline {
	text-decoration: underline;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 800px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 10px;
	border: 1px solid #FC9;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#Top img{
	float: right;
}
#Top h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F63;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Top h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #933;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}		
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	height: 25px;
	background-color: #FC9;
	width: 800px;
	margin-top: 0px;
	
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 133px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #FFF;	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	display: block;
	color: #903;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}

div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
{
	color: #FFF;
	background-color: #F63;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	height: 200px;
	padding-top: 1px;
	background-image: url(gfx/topbackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*------------------------------------------------------------*
**  BackgroundUp
**------------------------------------------------------------*/
div#backgroundup {
	text-align: left;
	padding-top: 70px;
	padding-left: 45px;
	color: #FFF;
	font-size: 24px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #E1AB51;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	font-weight: normal;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
}
div#InfoLine a {
	color: #630;
	text-decoration: none;
}
div#InfoLine a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}
div#MainText h1{
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	margin-top: 10px;
}
div#MainText h2 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-top: 40px;
}
div#MainText h3 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-top: 25px;
}
div#MainText table {
	width: 550px;
	height: auto;
	border: 0px;
	text-align: left;
}
div#MainText caption {
	background-color: #FFF9E1;
	text-align: left;
	padding: 5px;
}
div#MainText th {
	width: 150px;
	background-color: #FFF4D2;
	padding-left: 5px;
}
div#MainText td {
	width: 390px;
	background-color: #FFFBDF;
	padding-left: 5px;
}

/* Container Left Start*/
div#MainText-left {
	width: 180px;
}
div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 180px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a{
	width: 100%;
	height: 25px;
	display: block;
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	background-color: #FFECC4;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C30;
}
div#MainText-left ul li a:hover {
	color: #FFF;
	background-color: #E1AB51;
	font-weight: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #903;
}
/* Container Right Start*/
div#MainText-right {
	clear: both;
	width: 570px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #630;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
}

div#MainText-right a {
	color: #F33;
	background-color: #FFF;
	text-decoration: underline;
}

div#MainText-right a:hover {
	color: #930;
	background-color: #FC0;
	text-decoration: underline;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #F7F7F7;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #930;
}
div#Footer a{
	color: #C66;
	text-decoration: underline;
}
div#Footer a:hover{
	color: #903;
	text-decoration: underline;
}

/*------------------------------------------------------------*
**  Printmedia
**------------------------------------------------------------*/
@media print {
#Container {
	width: auto;
	text-align: left;
	border: none;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	padding: 0px;
}
#Top img{
	display: none;
}
#Top h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F63;
	font-style: normal;
	line-height: normal;
}
#Top h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #933;
	font-weight: bold;
}		
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	display: none;
	
}
div#nav ul
{
	display: none;	
}
div#nav ul li
{
	display: none;
}
div#nav ul li a
{
	display: none;
}
div#nav ul li.last
{
	display: none;
}
div#nav ul li a:hover
{
	display: none;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	display: none;
}
/*------------------------------------------------------------*
**  BackgroundUp
**------------------------------------------------------------*/
div#backgroundup {
	text-align: left;
	padding-top: 25px;
	color: #000;
	font-size: 14px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}
/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: auto;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	color: #000;
}
div#MainText h1{
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	margin-top: 10px;
}
div#MainText h2 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-top: 10px;
}
div#MainText h3 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-top: 10px;
}
div#MainText table {
	width: auto;
	height: auto;
	border: 0px;
	text-align: left;
}
div#MainText caption {
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
}
div#MainText th {
	width: auto;
	background-color: #FFFFFF;
	padding-left: 5px;
}
div#MainText td {
	width: auto;
	background-color: #FFFFFF;
	padding-left: 5px;
}

/* Container Left Start*/
div#MainText-left {
	display: none;
}
div#MainText-left ul {
	display: none;
}
div#MainText-left ul li {
	display: none;
}
div#MainText-left ul li a{
	display: none;
}
div#MainText-left ul li a:hover {
	display: none;
}
/* Container Right Start*/
div#MainText-right {
	width: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-top: 20px;
}

div#MainText-right a {
	color: #33C;
	text-decoration: underline;
}

div#MainText-right a:hover {
	color: #33C;
	text-decoration: underline;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	margin-top: 20px;
	width: auto;
	color: #000;
	background-color: #FFF;
}
div#Footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
div#Footer a{
	color: #33C;
	text-decoration: underline;
}
div#Footer a:hover{
	color: #33C;
	text-decoration: underline;
}
	
}
/* End printmedia */

/* End of CSS */
