body, td, th, input, select, textarea, p, option, div, a, form, li, ol, ul
{
	font-family: verdana,helvetica, sans-serif;
}

body, td, th, input, select, textarea, p, option, div, form, li, ol, ul
{
	color: black;
	font-size: 11px;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #415F32;
	margin: 8px 0x;
}

h2 {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	color: #415F32;
	margin: 0px 0px;
	margin-top: 10px;
}

h3 {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #415F32;
	margin: 0px 0px;
	margin-top: 10px;
}

textarea, input {
	border: 1px solid #415F32;
}


a:visited {
	color: #415F32;
}

a {
	color: #415F32;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 200px;
	height: 1px;
	text-align: center;
	color: black;
}


.whereIsAllyBox {
	float:right;
	width: 100px;
	padding: 0px  5px 5px 5px;
	background: #F7F8F3;

}


input.submitButton {
	background-colour: lightgreen;
	border: 1px grooved #415F32;
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea,input.textInput {
	background-image: url('../../images/elegantGreen/input_bground.png');
}


/* MAIN BITS */

.mainContentBox {
	padding: 10px;
	background: white;
}

.mainFrame {
	padding: 0px;
	background: white;
	height: 100%;
	vertical-align: top;
	vertical-align: top;
}

.siteTitle {
	font-family: verdana,helvetica, sans-serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
	background: white;
	height: 20px;
}

.topNavButton {
	background-image: url('../../images/elegantGreen/top_menu_bground.gif');
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	padding: 4px;
	padding-top: 6px;
}
.topNavButtonOn {
	background-image: url('../../images/elegantGreen/top_menu_bground-over.gif');
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	padding: 4px;
	padding-top: 6px;
}

.bottomNavBar {
	font-family: verdana,helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
	height: 15px;
}


.sidebarHeading {
	font-family: verdana,helvetica, sans-serif;
	margin-top: 4px;
	padding: 5px 5px;
	color: black;
	background:#CED8C5;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}


.sidebarContent{
	vertical-align: top;
	font-family: verdana,helvetica, sans-serif;
	font-size: 10px;
	padding: 7px 7px 7px 7px;;
	color: black;
	clear: both;
	display: block;
}

/* FORM BITS */

form, ol, ul {
	margin-top: 3px;
}

.formFieldName {
	font-weight: bold;
	font-size: 11px;
	color: black;
	text-align: right;
	vertical-align: top;
}

.formFieldNameSmall {
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-align: right;
	width: 100px;
	vertical-align: top;
}


/* STATUS BITS */

.statusSuccessMessage{
	font-size: 11px;
	background: #E6FBFF;
	border:  1px solid #00BDE6;
	color: black;
	padding: 4px;
}

.statusErrorMessage{
	font-size: 11px;
	background: #FFDDDD;
	border:  1px solid #D20000;
	color: black;
	padding: 4px;
}

.statusSuccessHeading{
	font-size: 12px;
	font-weight: bold;
	color: #00BDE6;
}

.statusErrorHeading{
	font-size: 12px;
	font-weight: bold;
	color: #D20000;
}


.debugMessage{
	font-size: 11px;
}

/* MISCELLANEOUS BITS */

.contentNavigationBar {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FAFBF7;
	border-bottom: 1px solid #E0E6CC;
}

a.recentComment {
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
	display: block;
}
div.recentCommentsBox {
	margin-bottom: 5px;	
}

.clearBoth {
	height: 0px;
	width: 0px;
	clear: both;
	margin: 0px; padding: 0px;
	overflow: hidden;
}
.clearLeft {
	height: 0px;
	width: 0px;
	clear: left;	
	margin: 0px; padding: 0px;
	overflow: hidden;
}
.clearRight {
	height: 0px;
	width: 0px;
	clear: right;	
	margin:0px; padding: 0px;
	overflow: hidden;
}

a.feedButton {
    background-color: rgb(255, 136, 0);
    border: 1px solid #666666;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    font-size: 8px;
    font-family: Tahoma;
    letter-spacing: 90%;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 5px;
}

a.feedButton:hover {
    background-color: rgb(255, 136, 50);
    border: 1px solid #aaaaaa;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    font-size: 8px;
    font-family: Tahoma;
    letter-spacing: 90%;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 5px;
}

