﻿body {
	margin: 0;
	padding: 0;
	background: #2E2A1E;
	color: black;
	font-family: "Segoe UI";
	font-size: 10pt;
	width: 100%;
}

table {
	background-color: #2E2A1E;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border-bottom: 0px;
	width: 100%;
}

h1.top {
	margin: 5px;
	padding: 0px;
	background-color: #2E2A1E;
	color: white;
	font-size: 18pt;
	font-weight: lighter;
	font-family: "Segoe UI";
    width: 330px;
}

p.top {
	margin: 5px;
	padding: 0px;
	background-color: #2E2A1E;
	color: white;
	font-size: 14pt;
	font-weight: lighter;
	font-family: "Segoe UI";
    width: 314px;
}
td.left {
	background-image: url("images/bg2.png");
}

td.right {
	background-image: url("images/bg2_rt.png");
	background-position: right;
}

.content {
    background: #BFB28D;
    color: #000;
    padding: 5px;
    border: 1px #fff;
    font-size: 12px;
    background-image: url("images/img05.jpg");
    background-repeat: repeat-x;
    font-family: "Segoe UI";
}

.footer {
	background-color: #2E2A1E;
	border-top: 1px;
	border-bottom: 0px;
	border-top-color: #fff;
	border-top-style: solid;	
	font-size: 9pt;
	font-family: "Segoe UI";
	color: white;
}
a.footer:link {
	color:#FFF;
	border-style: none;
}      
a.footer:visited {
	color:maroon;
	border-style: none;
}  
a.footer:hover {
	color: #BFB28D;
	border-style: none;
}  

#menuHeader {
    background-position: right;
    color: white;
    font-size: 14pt;
    font-weight: lighter;
    font-family: "Segoe UI";
    margin: 0px;
    padding: 0px;
    background-image: url('images/top_bg2.png');
    background-repeat: no-repeat;
    height: 90px;
    margin-top: 0px;
}

#page {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #BFB28D;
	border-top: 1px;
	border-style: solid;
	border-color: white;
	border-left-width: 0px;
	border-right: 0px;
	border-bottom: 1px;
}
.header {
	font-size: 14pt;
	font-weight: lighter;
	font-family: "Segoe UI";
	white-space: nowrap
}

/* header tabs */
#tabsI {
    float: right;
    width: 100%;
    font-size: 10pt;
    line-height: normal; /*border-bottom: 1px solid #AB6F9D;*/
    padding: 0px;
}

#tabsI #current a { 
	background-position: 0% -42px; 
}

#tabsI #current a span { 
	background-position: 100% -42px; 
}

#tabsI a {
	float: right;
	background: url("images/tab_lf_b.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#tabsI a span {
	float: right;
	display: block;
	background: url("images/tab_rt_b.png") no-repeat right top;
	padding: 4px 15px 2px 6px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span { float: none; }

#tabsI a:hover { background-position: 0% -42px; }

/* End IE5-Mac hack */
#tabsI a:hover span { color: #FFF; }

#tabsI a:hover span { background-position: 100% -42px; }

#tabsI li { display: inline; margin: 0; padding: 0; }

#tabsI ul {
	margin: 0;
	padding: 0px 20px 0px 50px;
	list-style: none;
}
a.videos:link {
	list-style: disc;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
a.videos:hover {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
}
a.videos:visited {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #5E5E40
}
a.videos:visited:hover {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #FFF

}
