/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8485;
	line-height: 22px;
	padding-bottom: 22px;

}

body {

	background-color: #ffffff;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}


/************** header tag styles **************/

h1{
	font: garamond, georgia,times new roman, serif;
	color: #CC3300;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	text-transform: capitalize;
	font-family: garamond;
	font-weight: normal;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/******* form and input text styles *******/
.form {

	border: 1px Maroon; border-style:solid

	font: Arial, Helvetica, sans-serif;

	font-size: 10px;

}

.inputtext {

	background: #eeeeee;

	border: 1px solid #6E5F58;

	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;

	font-size: 9px;

}

/********* form and related tag styles *********/

.contentframe {

	border: 1px solid #6E5F58 ;

	padding: 2px;

}

.contentframe2 {

	border: 1px solid #6E5F58 ;

	padding: 2px;

	font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;

	font-size: 8px;

}

.header_bottom{

	border-bottom-color: 6E5F58;

	border-bottom-style: solid;

	border-bottom: 1px;

}

.central_cell{

	border-bottom-color: 6E5F58;

	border-bottom-style: solid;

	border-bottom: 1px;

	border-right-color: 6E5F58;

	border-right-style: solid;

	border-right: 1px;

}

.right_cell{

	border-right-color: 6E5F58;

	border-right-style: solid;

	border-right: 1px;

}

.orderselect {

	background: #eeeeee;

	border: 1px solid #6E5F58;

	font-family:  Arial, Verdana;

	font-size: 9px;

	font-style: normal;

}

.search {

	border: 1px solid #6E5F58;

	width: 135px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

}
.design_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.subhead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CC3300;
}


/************* main navigation styles ****************/

.main_navigation {
	font-family: garamond, georgia, "times new roman", serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 12px;
	word-spacing: normal;
	letter-spacing: 0.1em;
	text-indent: 1em;
	background-color: #C66131;
	text-decoration: none;
}
.main_navigation a:link, .main_navigation a:visited {
	font-family: garamond, georgia, "times new roman", serif;
	color: #ffffff;
	text-decoration: none;
}

.main_navigation a:hover{
	font-family: garamond, georgia, "times new roman", serif;
	color: #ffffff;
	text-decoration: none;
}

/************* sub navigation styles ****************/

.sub_navigation {
	font-family: garamond, georgia, "times new roman", serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C66131;
	padding-right: 12px;
	word-spacing: normal;
	letter-spacing: 0.1em;
	text-indent: 1em;
}
.sub_navigation a:link, .sub_navigation a:visited {
	color: #CC3300;
	font-family: garamond, georgia, "times new roman", serif;
}

.sub_navigation a:hover{
	color: #663333;
	text-decoration: none;
	font-family: garamond, georgia, "times new roman", serif;
	background-color: #CC9900;
}

/******* hyperlink styles *******/

.page_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE9D0A;
	text-decoration: none;
}

/************* footer styles ****************/
.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.65em;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.7px;
	background-color: #666666;
}
.logo {
	left: 1em;
}
.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 200;
	color: #666666;
	line-height: 30px;
}

