/*Begin Main Section Styles*/

body {
font-family: Lucida Sans Unicode, Times New Roman, Times, serif;
font-size: .8em;
padding-right: 10px;
padding-top: 10px; /*10 for Mozilla & Opera*/
text-align: left;
background-color: #494949;
position: absolute;
margin-left: auto;
margin-right: auto;}


#container {
position: absolute;
margin-bottom: 3px;
margin-left: auto;
margin-right: 0px;
left: 97px; /*110 for Mozilla, 95 for IE and Opera */
padding-bottom: 0px;
width: 800px;
background-color:#000000;

}

#header {
background-image: url('images/banner3.jpg');
position: relative;
height: 121px;
}


#content {
position: relative;
padding-bottom: 20px;
padding-left: 10px;
padding-top: 0px;
padding-right: 10px;
background-image: url('images/parchment.gif');
border: 0px;
width: 570px;

}

#faq li {
margin: .3em 0;
}

/* old background colour: #CC9966;*/

td#left {
vertical-align: top;
background-color: #000000;
color: FFFFFF;
	}

td#right {
vertical-align: top;

	}


/*End Main section Styles*/

/*Begin Sub-section styles*/

#Content a { border-bottom: 1px dotted #6B3010; }

#Footer p {
color: #474747;
font-size: .9em;
padding-left: 5px;
padding-bottom: 0px;
} 


#sidebar {
position: relative;
padding-bottom: 20px;
padding-left: 10px;
padding-top: 20px;
padding-right: 10px;
background-color: #000000;
border: 0px;
color: #FFFFFF;
width: 180px;

}

#sidebar a {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

#sidebar a:hover {
    color: #999999;
}


/*End Sub-section styles*/


/*Begin Menu Styles*/
.chromestyle{
position: relative;
width: 800px;
background-color: #000000;
font-family: Lucida Sans Unicode, Times New Roman, Times, serif;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
padding-bottom: 5px;
padding-top: 5px;
}

.chromestyle:after{ 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width:100%;
margin:0;
padding: 4px 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-right:10px
}

.chromestyle ul li a{
color: #FFFFFF;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: url(downimage.gif); uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid; /*THEME CHANGE HERE*/
font-family: Lucida Sans Unicode, Times New Roman, Times, serif;
font-size: 10pt;
font-weight: bold;
background: #CCCCCC;
border-bottom-width: 1px;
line-height:20px;
color: white;
z-index:100;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
display: block;
text-indent: 5px;
padding-bottom: 10px;
padding-right: 5px;
width: 100%;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/*End Menu Styles*/



/* Headers
----------------------------- */
h1, h2, h3, h4, h5 {
  font-family: Lucida Sans Unicode, Times New Roman, Times, serif;
  font-variant: small-caps;
  font-weight: bold;
  margin: 0.3em 0 0.3em 0;
 	padding: 0;}
 
h1 {
    font-family: Lucida Sans Unicode;
    text-align: center;
    letter-spacing: .1em;
    margin: 0.2em 0 0.5em 0;
    font-size: 1.85em;
}

h2 {
	text-align: center;
	font-size: 1.6em;
	letter-spacing: .07em;
}

h3 {	
	font-family: Lucida Sans Unicode;
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: .07em;
}

h4 {	
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .07em;
    margin-top: 0;
}

h5 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .07em;
	margin-top: 0;
}

 /*Links
----------------------------- */
a {
    color: black;
    text-decoration: underline;
	 font-weight:bold;
}

a:hover {
    color: #999999;
}

a.morelink, #Content a.morelink {
    border: none;
    text-decoration: none;
}

a.valid	{border: none;}

/* Miscellaneous
----------------------------- */

p {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;}

.date {
    color: #787771;
    display: block;
    border-bottom: 1px dotted #CECDC6;
    font-size: 90%;
    font-style: italic;
    margin: 3px 0;
    padding: 0;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.float-left {
    float: left;
    text-align: left;
    width: 48%;
}




