body {
	padding: 0px;
	height: 100%;
	background: #fff;
	color: #444;
	line-height: 1.4
}

body, input, button, textarea, select {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 0.1 em
}

h1 {font-size: 1.5em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.0em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.2em;}

tr td.center {text-align: center;}

#header {
	background-image: url("../images/P1010147_3.png");
	background-repeat: no-repeat;
	background-position: right;
    background-color: #33601d;
    border-bottom: thin solid black;
    height: 134px;
    color:white;
    text-align:center;
    padding:5px;
}

#twocol2 {
	float:left;
	width: 100%;
	overflow: hidden;
	position:relative;
	/* background:#ffa7a7; */
}

#twocol1 {
	float: left;
	width:100%;
	/* background:#fff689; */
	position:relative;
	right: 75%;
}

#sidenav {
	float: left;
	width: 25%;
	position:relative;
	left: 75%;
    line-height:30px;
}

#rhs {
	float: left;
	width: 75%;
	position:relative;
	left: 75%;
}

#topnav {
    width:100%;
    padding: 5px;
    padding-bottom: 0px;
    border-bottom: thin solid #cccccc;
}
 
#content {
    width: 95%;
    padding:10px; 
    margin: 10px;
    border-left: thin solid #cccccc;
}

#content-borderless {
    width:100%;
    padding:10px; 
    margin: 10px;
    border-left: none;
}

#footer {
	border-top: thin solid #cccccc;
    clear:both;
    text-align:center;
    padding:5px; 
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

#topnav ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#sidenav ul {
	padding: 0px;
	padding-top: 30px;
	padding-left: 30px;
    margin: 0px;
}

#topnav a {
    float: left;
    width: 6em;
    text-align: center;
    text-decoration: none;
    color: black;
    padding: 0.2em 0.6em;
    border: 1px solid #cccccc;
    border-bottom: none;
}

#topnav a:hover {
    background-color: #cccccc;
}

#topnav li {
    display: inline;
}
