/*Main styles for whole site*/
body {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size : 100%; 
		background-color: white; 
		color: #000000;
		margin-top : 0px;
        margin-left : 0px;
        margin-right : 0px;
        text-align: center;
    	min-width: 800px;
}

#wrapper {
	margin:0 auto;
	width:800px;
	text-align: left;
}

/* Stuff for videos */
div.videodiv {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}
a img { border-style: none; }

/* Page body text style */
.txt	{
		font-size : 80%;
        style="text-align : justify;"
		line-height : 130%;
}
.txt td {
	font-size : 80%;
    style="text-align : justify;"
	line-height : 130%;
}
.txt h1 {
	margin-top: 0px;
}
/* Use hbanner in header.inc only */
#hbanner {
width: 100%;
height: 100px;
background-image: url(../img/banner.jpg);
background-repeat: no-repeat;
padding-bottom: 0px;
margin-bottom: 20px;
border-bottom: solid 5px #A06656;
}
#hbanner table {width: 100%; margin-bottom: 0px; margin-top: 30px; padding-bottom: 0px;}
#hbanner menu {
     background-color: #171695;
     color: #e7af12;
     font-size: 80%;
}
#hbanner h1 {color: #000000; font-size:25px; margin-bottom: 0px;};
#hbanner a {  color: #FFFFFF; text-decoration: none}
#hbanner a:visited { color: #FFFFFF; text-decoration: none }
#hbanner a:hover {  background-color: #e7af12 }

/* Use hfoot in footer.inc only */
.hfoot	{
	    border-top: solid 5px #A06656;
        font-weight: normal;
	    font-size: 11px;
        background-color: #ffffff;
        color: #000000;
        text-align: center;
}

#bg_grey {background-color: #E5E5E5; color: #4381BF}
#bg_blue { background-color: #4381BF ; color: #FFFFFF}

/* Content wrapper */
#content {
border-collapse: collapse;
width: 100%;
}

/*Website menu styles */
#menu {
vertical-align: top;
background-color: #ffffff;
padding: 0 20px 0 0;
width: 130px;
height: 420px;
}
#menu #menuitems {vertical-align: top; border-collapse: collapse;}
#menu a	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: #6a6a6a; text-decoration: none; font-weight: bold;}
#menu a:visited {color: #6a6a6a;}
#menu a:hover {color: #000000}
#menu #divider {
background-color: #A06656;
height: 10px;
border-top: solid 8px #ffffff;
border-bottom: solid 8px #ffffff;
}
#menu #cursec a {color: #000000;}
#menu #curpage a {color: #A06656;}
#menu #mnutxt {font-family: Verdana, Helvetica, Sans-Serif; font-weight: bold; font-size: 11px;}
#menu #txtbox {font-size: 70%; vertical-align : middle;}
#menu #heading {background-color: #000066; color: #ffffff; font-weight: bold; font-size: 80%;}

/* Links styles */
#links a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: #000000; }
#links a:visited {color: #000000;}
#links a:hover {background-color: #dcdcdc;}
#links {background-color : #e2e2e2;}
#links #heading {background-color : #000066; color: #ffffff;font-weight: bold;font-size:80%;}

/* FAQ styles */
#faqq {vertical-align: top;}
#faqq a {font-weight: bold; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt;}
#faqq ul {color: #000000; padding-left: 0px; margin-left: 15px;}
#faqq li {margin-bottom: 10px;}
#faqq h3 {color: #000000; font-weight: bold; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt;}