/**
* common.css
*
* Copyright (c) 2003-2007 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site-wide shared stylesheet.
*
* $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
*/


body { 
	background-color: #fff;
	font-size: 1.1em;
	font-family: "Arial", "Helvetica", sans-serif;
        width: 100%;
        margin-left: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #6e2618;
}

a:active {
	color: #000000;
}

a:visited {
	color: #6e2618;
}

a:hover {
	color: #808080;
        background-color: transparent;
}

#breadcrumb a:hover {
color: #808080;
background-color: transparent;
text-decoration: underline;
}

#container {
 width: 770px !important;
 margin-left: 10%;
 text-align: left; 
}

#navbar a:hover{
	text-decoration: underline;
        background-color: transparent;
}
   

input.defaultButton {
	color: #808080;
	background: #6e2618;
}


#header {
    padding: 0;
    margin: 0;
    width: 772px !important;
    min-height: 100px;
    background-color: #fff;
}

#headerTitle {
        width: 770px !important;
	height: 116px !important;
        text-align: left;
        padding: 0px;
        margin-left: 0px;
      	margin-bottom: 0px; 
      	padding-bottom: 0px;
      	padding-top: 1em;
}


#footer {
	background-color: #320;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main { 
/*        min-width: 536px !important; */
   /*float:left;  */
   font-size: 19px;
   width: 540px !important;
   background-color: #f6efe7;
   min-height: 530px !important;
   margin: 0px 0px 0px 0px;
   padding: 1em 0em 0em 1em;
   display: inline;
   /*overflow: auto;*/
   position:static;
 }

#main h2 {
	font-family: "Arial", "Helvetica", sans-serif; 
        margin-right: 0em;
        margin-left: 0em;
	font-weight: bold;
        font-size: 0.9em;
}

#main h3 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
        margin-left: 0em;
        margin-right: 0em;
        line-height: 0.75em;
}

#navbar {
	border-bottom: 1px dotted #e3d5cc;
	text-align: left;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #e3d5cc;
	padding: 0;
	font-style: italic;
}

#content {
	font-family: "Arial", "Helvetica", sans-serif; 
	border-top: 1px dotted #e3d5cc;
        padding-right: 10px;
}

#content h3 {
	font-family: "Arial", "Helvetica", sans-serif; 
        margin-right: 0em;
        line-height: 0.95em;
        font-size: 1.1em;
}

#leftSidebar{ 
  background-color: #e3d5cc;
  padding-left: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 193px;
}
