/* 
Title:		Title
Description:	Description of page
Created:	xx/xx/20xx
Modified:	xx/xx/20xx
*/

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3737;
	line-height: 20px;
	background-color: #fff9e1;
}

h1, h2, h3, h4, h5, h6 {
		font-family: "Times New Roman", Times, serif;
	color: #754c24;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

h1{
	font-size: 28px;
	line-height: 28px;
}

h2{
	
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c5b2c;
	margin-top: 5px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
}

p {

}

ul {

}
	
ul li {
	
}

dl {
	float: left;
	margin: 0px;
	padding: 0px;
}

dl dt {

}
		
dl dd {
	margin: 0px;
	padding: 0px;
}

blockquote {

}
	
blockquote p {
	
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    border-bottom: 1px dotted #bbb;
    cursor: help;
}

a abbr {
    border: none;
}

address {
    margin: 0;
    padding: 0;
    font-style: normal;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {

}

a:hover {

}

a.selected {

}

a img {
    border: none;
}
