/* common */
body { 
	BACKGROUND: url(_images/system/background.jpg) repeat-x fixed top;
	margin:5px 0px 0px 20px;
	font-family:arial,verdana,sans-serif;
	font-size:12px;
}
a {
	color:#054461;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:blue;
}
input,select {
	font-size: 11px;
	font-family: "arial monospace";
}
/* end common */

table#toplinks {
	margin:0px 0px 4px 0px;
	border:0;
	width:780px;
	padding:0px;
	text-align:center;
	font-size: 10px; 
	color: #094e8d;
}
table#banner {
	width:780px;
}

/* horizontal bars */
table#navbar {
	width:780px;	
	border-left:1px solid #008445;
	border-right:1px solid #008445;
	color:black;
}
td#bar1 {
	background-color:#008445;
	padding:4px 5px 4px 5px;
	color:white;
	border-bottom:1px solid #F7F5F0;
}
td#bar2 {
	background-color:#D4E4D7;
	line-height: 7px;
}
td#search {
	text-align:right;
	border-bottom:1px solid #F7F5F0;
	background-color:#008445;
	padding:1px 5px 1px 5px;
	
}
input#search {
	font-family: "arial monospace";
	font-size:11px;
	background-color:white;
	border:1px solid black;
	width:160px;
	height:14px;

}
input#searchbtn {
	font-family: "arial monospace";
	font-size:10px;	
}
/* end horizontal bars */

table#body {
	width:780px;
	background-color:#ffffff;	
	border-left: 1px solid #008445;
	border-right: 1px solid #008445;
	border-bottom: 1px solid #008445;
}
td#bodyTop {
	line-height:0px;
	background-color:#F7F5F0;
}
td#leftCol {
	width:160px;
	font-size:0.9em;
	border-right:1px solid #008445;
	background-color:#D4E4D7;
	padding-top:0px;
}
td#leftCol h1 {
	display:block;
	margin:0px;
	font-size:1em;
	font-weight:bold;
	background-color:#A1D2AB;
	padding:4px 5px 4px 5px;
	border-bottom: 1px solid #F7F5F0;
	
}
td#leftCol h1 img {
	display:block;
	margin:2px 5px 0px 0px;
	
}
/* menu */
ul#menu {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:160px;
	border-top:1px solid #F7F5F0;
}
ul#menu li {	
	border-bottom:1px solid #F7F5F0;
}
ul#menu strong {
	display:block;
	line-height:14px;	
	font-weight:bold;	
	background-color:#A1D2AB;	
	padding:4px 5px 4px 5px;	
}

ul#menu img {
	margin:2px 5px 0px 0px;
}
ul#menu a {
	display:block;
	width:150px;
	padding:4px 5px 4px 5px;
	text-decoration:none;
	color:black;
}
ul#menu a:hover{
	background-color:#F7F5F0;
	text-decoration:none;
	color:blue;
	
}

/* end menu */

/* rightCol */
td#rightCol {
	width:160px;
	background-color:#BECAD6;
	font-size:0.9em;
	border-left:1px solid #094E8D;
	padding-top:10px;
}
td#rightCol h1 {
	display:block;
	margin:0px;
	font-size:1em;
	font-weight:normal;
	background-color:#608AB2;
	color:white;
	border-top:1px solid #F7F5F0;
	border-bottom:1px solid #F7F5F0;
	padding:2px 5px 2px 5px;
}
td#rightCol p {
	margin:2px 0px 5px 0px;
	padding:0px 5px 0px 5px;
}
td#rightCol a {
	text-decoration:underline;
	}
td#rightCol img {
	display:block;
	margin: 0px 0px 0px 0px;
	}
td#rightCol object {
	display:block;
	margin: 0px 0px 0px 0px;
	}
/* end rightCol */

/* midCol & main */
td#midCol {
	width:436px;
	background-color:#F7F5F0;	
	padding:10px 10px 0px 10px;
}
td#main {
	width:620px;
	background-color:#F7F5F0;
	padding:10px 10px 0px 10px;
}
td#main h1  {
	font-size:1.2em;
	font-weight:bold;
	color:black;
	padding:2px 5px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px dashed #094E8D;	
}
td#main h2 {
	font-size:1.2em;
	font-weight:bold;
	color:black;
	
}
td#main img {
	margin:	0px 5px 5px 0px;
	
}

/* end midCol & main */
div#prevNext {
	margin-top: -10px; 
	margin-bottom: -5px;
}


/* imagebox */
table#imagebox {
	background-color:#ffffff;
	border:3px solid #999999;
	padding:5px 5px 5px 5px;
}
table#imagebox img {
	margin:0px;
}
/* end imagebox */

table#footer {
	margin:10px 0 10px 0px;
	width:780px;
	font-size:9px;
	color:#094E8D;
}
img#print {
	padding-left:5px;
}
a#edit {
color:#999999;
font-size:9px;
text-decoration:none;
}
a:hover#edit {
	text-decoration:underline;
}

table#admin {
	background-color:#efefef;
	margin-top:2px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:2px;
	font-size:11px;
	font-size:11px;
}
table#admin a {
	font-size:11px;
	color:blue;
}

