/**
 * asiajol.css
 *
 * Copyright (c) 2005-2007 Alec Smecher and 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.7 2007/01/17 00:48:57 asmecher Exp $
 */

/**
 * Common HTML elements
 */


body {
	background-color: #ffffff;
	width: 1024px;
}


a:link {
	color: #445b1a;
}

a:active {
	color: #445b1a;
}

a:visited {
	color: #445b1a;
}

a:hover {
	color: #445b1a;
	text-decoration: underline;
}


input.button {
	background-color: #445b1a;
	color: #fff;
}

input.defaultButton {
	background-color: #445b1a;
}

/**
 * Basic record layout styles
 */
.title {
	color: #445b1a;
}


/**
 * Main layout elements
 */


#header {
	background-color: #455B1A;
	margin-left: 0px;
	text-align: center;
        width: 1024px;
}

#header h1 {
	padding: 0 0 0 0;
	font-family: Arial,Helvetica,sans-serif;
}

#footer {
	background-color: #ffffff;
	margin-left: 50px;
	width: 650px;
}

#body {
	width: 900px;
	border: 0px #D2D2D2 solid;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 13px;
	padding-right: 0px;
}

#sidebar {
	background-color: #ffffff;
	border: 0px #445b1a dotted;
	color: white;
}

#main {
	width: 700px;
        margin-left: 0px;
}

#main h2 {
	font-family: Arial,Helvetica,sans-serif;
}

#navbar {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom: 1px solid #445b1a;
	border-top: 1px solid #445b1a;
	margin-left: 30px;
        margin-right: 30px;
}


#content {
        margin-left: 30px;
        margin-right: 30px;
	font-size: 0.9em;
	border-bottom: 0px solid #445b1a;
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#content h4 {
	font-family: Arial,Helvetica,sans-serif;
}


/**
 * Navigation bar
 */



/**
 * Sidebar
 */



/**
 * Breadcrumbs
 */



