/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg_blue.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** TABLES */

.table1 {
	width: 100%;
}
.table1 td {
	padding: 5px;
	font-size: 10px;
}

.table1 a {
	color: #65533E;
}

.table1 .dark {
	background: url(../images/tablebkgd_blubox.gif) repeat-x left top;
}

.table1 .light {
	background: url(../images/tablebkgd_tan.gif) repeat-x left top;
}
.table2 { width: 100%; }
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #65533E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #A8865E;
}

.text2 {
	margin-bottom: 20px;
	padding: 0px 0px 4px 0px;
	background: url(../images/lildash_brown.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-size: 12px;
	color: #653216;
}
.text3 { color: #ff7011; font-size: 12px; font-weight: bold; font-style: normal; margin-bottom: 10px; padding: 0 0 4px; }
.bodyitalic { font-size: 12px; font-family: serif; font-style: italic; font-weight: normal; margin-bottom: 20px; padding: 0 0 4px; }
/** LISTS */
a:hover { color: orange; }
.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 180%;
}
.listside { color: white; font-variant: normal; line-height: 140%; text-align: left; padding: 0; }
/** LINKS */

a {
	color: #238887;
}

a:hover {
	text-decoration: none;
}

.menumain { display: block; width: 160px; padding-right: 20px; background: url(../images/bullet_x.gif) no-repeat right center; text-align: right; text-decoration: none; font: bold 12px Georgia, "Times New Roman", Times, serif; color: #ffffff; text-transform: lowercase; }
.menumain:hover { color: orange; text-decoration: none; }
.link2 { display: block; margin-right: 5px; text-align: right; }

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */
.menublockhome { background: url(../images/menusquare.jpg) no-repeat left top; }
.menublockside { background-image: url(../images/menusquare_side.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; }
.bg5 { background: url(../images/vign_tan.jpg) repeat-x left top; }
.bg6 { background-color: transparent; background-image: url(../images/lildashitalic_brown.gif); background-repeat: repeat-x; background-position: left top; }
.bg7 { background: url(../images/paperedge.gif) repeat-x left bottom; }
.bluvign { background: url(../images/vign_blu.jpg) repeat-x left top; }
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0 0 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

