/* CSS Document */

html, body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #4B402B;
	line-height: 1.6em;
	background-image: url(../images/web/bg-stage.jpg);
	background-repeat: repeat-x;
	background-color: #f3ecc4;
}


.clear {
	clear:both;
}


h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A632E;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0D9B8;
}


h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}


ul {
	margin: 0px;
	padding: 0px 0px 0;
	list-style-type: none;
 }
 
li {
	background-image: url(../images/web/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 0px;
 }
 
 a:link {
	color: #005a9f;
	text-decoration: underline;
	font-weight: 400;
 }
 
 a:visited {
	color: #005a9f;
	text-decoration: underline;
	font-weight: 400;
 }

 a:hover {
	color: #0078d4;
		text-decoration: underline;
 }
 
a.button {
    background: transparent url(../images/web/bg_button_a.gif) no-repeat scroll right top;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 25px;
    margin-right: 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/web/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 20px;
} 



a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 21px; /* push text down 1px */
} 
th {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid  #AAA480;
	background-color: #E0D9B8;
}
table {
	border: 1px solid #AAA480;
}
tr {
	margin: 0px;
	padding: 0px;
}

table .alt {
	background-color: #FAF8E4;
}

td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid  #AAA480;
}

label {
	font-size: 110%;
	font-weight: bold;
	width: 160px;
	display: block;
	float: left;

}

input [type="text"]{
	width: 200px;

}


input:focus, textarea:focus {
	background-color: #E4EFF8;

}

img {
	border: none;
}.contentLeft img:hover {
	background-color: #333333;
	filter: Alpha(Opacity=90);
}
