/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #BABABA;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #780001;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #780001;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 90%;
 color: #334d55;
}

ul{
	list-style-type: square;
}

label{
	color: #640000;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
input, select, textarea {
	font-size: 13px;
	color: #7C0405;
	padding: 2px;
	border: 1px solid #7A0203;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-left: 10px;
}


#container {
	margin: auto;
	padding: 0px;
	width: 786px;
	background: url(../img/bg_site.jpg) repeat-y;
} 

#content{
	width: 562px;
	margin: 0;
	padding: 0px;
	background: url(../img/content_bg.jpg) repeat-y;
	text-align: left;
}



#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
#footer {
	height: 169px;
	width: 786px;
	background: #BABABA url(../img/footer.jpg) no-repeat;
}
#footext {
	font-size: 12px;
	padding-left: 78px;
	padding-top: 116px;
}
#footext a, #footext a:active, #footext a:visited{
	color: #770000;
	text-decoration: none;

}
#footext a:hover {
	text-decoration: underline;
}
#maintext {
	font-size: 12px;
	margin-left: 25px;
	margin-right: 20px;
}
