/* CSS Document */


/* Left layer for displaying general welcome and links */
#leftlayer {
	position:absolute;
	width:200px;
	height:425px;
	z-index:1;
	left: 10px;
	top: 240px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Top layer for displaying title */
#headerlayer {
	position:absolute;
	width:909px;
	height:219px;
	z-index:1;
	left: 10px;
	top: 12px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

/* For placing the bulletins, messages */
#commonlayer {
	position:absolute;
	width:683px;
	height:425px;
	z-index:1;
	left: 226px;
	top: 240px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: auto;
}

/* For displaying footer, copyright notice etc */
#footerlayer {
	position:absolute;
	width:911px;
	height:56px;
	z-index:2;
	left: 10px;
	top: 695px;
}

/* Page background */
body {
	background-color: #145111;
}


/* Header text */
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #e5762e;
	text-align: center;
	position: relative;
	/* Set next so title will appear in the middle */
	top: 30px;
}

/* Link header text */
.linkheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #ff9933;
	text-align: left;
}

/* Lists */
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
}

/* The normal text to use, also used with messages */
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
	padding-bottom: 15px;
	border-bottom-style: none;
}

/* Caption on top of messages */
.blogtimeanddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #bf4d00;
	list-style-type: none;
	border-bottom-color: #BF4D00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Unvisited link */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #e5762e;
	list-style-type: none;
	text-decoration:none;
}

/* If you hover over/above a link */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff6600;
	list-style-type: none;
	text-decoration: underline;
}

/* If you already seen this link */
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff6600;
	list-style-type: none;
	text-decoration: underline;
}

/* ?? */
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff6600;
	list-style-type: none;
	text-decoration: underline;
}

/* The footer text */
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: none;
	color: #ff9933;
	list-style-type: none;
	text-align: center;
}

/* Rendering of inputs in forms */
.bloginputs {
	border: 1px solid #006600;
	color: #FF6600;
	font-size: 14px;
	/*width: 160px;
	height: 17px; */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006600;
}
