body {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.75em;
  color: #333333;
  background-color: #666666;  
}

/* -- Layout classes -- */

#mainContainer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* -- Content container -- */

#content {
  float: right;
  width: 750px;
  margin-right: 10px;
}

.contentbox {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #E1DACF;
}
table.sample {
	width: 700px;
	color: #000;
	font: 90% "Verdana" Helvetica, sans-serif;
}
table.sample table, tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.sample caption {
	text-align: center;
	padding: 0.9em 0em 0em 1em;
	color: #fff;
	background: #BB1757;
	height: 3em;
	background: #fff;
}
/* HEADER */
table.sample thead {
	background: #BB1757;
}
table.sample thead tr th {
	padding: 1em 0;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
/* FOOTER */
table.sample tfoot tr {
	color: #fff;
	background: #BB1757;
	height: 4em;
	background: #BB1757 ;
}
table.sample tfoot {
	color: #000;
	background: #fff;
}
table.sample tfoot tr th, tfoot tr td {
	border-top: 0px;
}
table.sample tfoot tr td {
	text-align: right;
	padding-right: 2em;
}

/* BODY */
table.sample tbody th {
	background: #660000;
	color:#fff;
}
table.sample tbody tr.odd th {
	background: #D892A1;
}
table.sample tbody td a:hover {
 	 background: transparent;
  	color: #fff;
}
table.sample tbody tr td {
	background: #A67157;
	color: #fff;
	height: 4em;
}
table.sample tbody tr.odd td {
	background: #C4B59F;
	color: #333333;
	height: 4em;
}

table.sample tbody tr td:hover, tbody tr.odd td:hover {
	color: #fff;
}
table.sample tbody tr th, tbody tr td {
	padding: 0.1em 0.4em;
	border: 0px;
}
table.sample tbody tr th {
	padding-right: 1em;
	text-align: left;
	font-weight: normal;
}
/* LINKS */

table.sample a {
    color:#FFFFFF;
	text-decoration: none;
}
table.sample a:hover {
	text-decoration: underline;
	color: #fff;
}
table.sample tbody tr:hover td,
table.sample tbody tr:hover th  {
	background: #660000 url(grad.gif) repeat-x top;
	color:#FFFFFF;
	}


#content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  background-color: #E1DACF;
}

#content a {
  text-decoration: none;
  border-bottom: 1px solid #875546;
  color: #333333;  
}



#content a:hover {  
  border-bottom: 1px solid #875546;
  color: #875546;
}

#content a img {
  border: 0px;
}

#content h1, #sideBar h1{ 
  font-size: 12px;
  font-family: "Tahoma", Lucida Handwriting, sans-serif;
  text-indent: 10px;
  margin: 0px;
  border-top: 10px solid #666666;
  border-bottom: 10px solid #660000;  
  color: #E3DCD2;
  background-color: #875546;
}


/* -- Content header and footer -- */

#header {
  display: table-cell;  
  height: 100px;
  width: 750px;
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 0px;
  background: url(../images/warm_hdr.png) no-repeat top left;  
}

#footer {
  float: left;
  height: 75px;
  width: 750px;  
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;  
  margin-top: 10px;
  margin-bottom: 10px; 
  color: #F8F1DF;
  background: #660000 url(../images/round_corner.png) no-repeat bottom right;  
}

#footer a {
  border: 0px;
  color: #875546;  
}

#footer a:hover {
  border: 0px;
  color: #FFCC00;  
}

/* -- Menu & news container -- */

#sideBar {
  float: right;  
  width: 200px;
  margin: 0px;  
  background-color: #FC9C16;
}

.minicontentbox{    
  margin: 0px;
  padding: 5px 5px 10px 5px;
  background-color: #E1DACF;
}

#sideBar p {    
  margin: 0px;
  padding: 5px 5px 10px 5px;
  background-color: #E1DACF;
}

#sideBar a {  
  text-decoration: none;
  border-bottom: 1px solid #875546;
  color: #333333;
}

#sideBar a:hover {
  color: #875546;
}


#sideBar a img {  
  vertical-align:middle;
  padding: 0 5px 0 5px;
  border: 0px;
}

#sideBar a.menuItem {
  display: block;
  clear: both;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1px;
  padding: 0 0 0 25px;
  border: 0px;
  color: #E3DCD2;
  background: #875546 url(../images/warm_icn_menu.gif) no-repeat center left;
}

#sideBar a:hover.menuItem {
  color: #FC9C16;
  background: #660000 url(../images/warm_icn_menu_on.gif) no-repeat center left;
}

#sideBarHeader {
  height: 100px;
  background: #333333 url(../images/warm_hdr_bg.gif) repeat-x bottom right;
}

#sideBarFooter {  
  height: 70px;
  border-top: 10px solid #666666;
  background: #660000 url(../images/round_corner.png) no-repeat bottom right;
}

/* -- Title and sub-headings -- */

.highLight {
  color: #00AA9E;
}

/* -- IE CSS2 selector hack.  This still validates, but IE ignores the class defined
      with the [id].  The result is you set the IE specific value in the first class
      definition, and the standard compliant browser value in the second class -- */

#title {  
  font-size: 36px;
  padding: 48px 4px 0px 0px;  
  color: #F8F1DF;  
}

#title[id] {
  padding-top: 0px;
  padding-bottom: 3px;
}

#title a{
  display: block;  
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -8px;
  border: 0px;
  color: #F8F1DF;
}

#title a:hover{
  color: #00CFC0;
}

strong, .subHeading {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #875546;
}

.subHeading {
  display: block;
}

/* -- Images styles -- */

.imgRight, .imgLeft {
  border: 1px solid #875546;
}

.imgRight {
  float: right;
  margin: 0 0 10px 10px;
  
}

.imgLeft {
  float: left;
  margin: 0 10px 10px 0;  
}


/* -- Quote block styles -- */

.quote {
  display: block;
  margin: 10px 20px 10px 20px;
  padding: 2px;  
  border: 1px solid #875546;
  background-color: #F7EDD3;
}

.author {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #DEFF00;
}

input,textarea,select,option
{
  border: 1px solid #333333;
  font-size:11px;
  font-family:"Tahoma";
  color:#333333;
  background:#E1DACF;
  margin-top:2px;
}
textarea
{
 width:600px;
 height: 300px;
}

