/* Layout */

body {
  background-color: #d0a701;
}

#container {
	width: 950px;
}

#header {
	height: 100px;
	background-image: url("images/header_yellow.jpg");
	background-repeat: no-repeat;
}

#hcontents {
	/* padding-top: 60px; */
}

#footer {
	background-image: url("images/footer_yellow.jpg");
	height: 8px;
}

#fcontent {
	text-align: center;
	padding-top:10px;
}

#content {
	margin-left: 240px;
	margin-right: 80px;
	padding:5px;
}

#mmm {
	background-image: url("images/bg_yellow.jpg");
	background-position: left,top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ddba2e;
}

#content textarea {
	width: 90%;
}

.utext {
	text-align: right;
}

#clear {
	height: 2px;
}

#sidebar {
	float: left; 
	width:180px;
	padding-left:30px;
	text-align: right;
}

#sidebar ul {
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	margin: -10px;
	margin-right: 5px;
	margin-top: 10px;
	padding:5px;

}

#sidebar li a.selected {
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Style */

body {
	font-weight: normal;
	font-family: Arial CE, sans-serif;
	line-height: 15pt;
	font-size: 10pt;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}
a:hover {
	/* color: #999;  */
} 

#header .h1 {
	font-weight: normal;
	font-family: Arial CE, sans-serif;
	line-height: 15pt;
	font-size: 10pt;
}

#header a {
	color: white;
}

#header .h2 {
	font-weight: bold;
	font-family: Arial CE, sans-serif;
	line-height: 15pt;
	font-size: 14pt;
	color: white;	
}

#content h1 {
	font-weight: bold;
	font-family: Arial CE, sans-serif;
	line-height: 15pt;
	font-size: 14pt;
	color: white;
}

#content h2 {
	font-weight: bold;
	font-family: Arial CE, sans-serif;
	line-height: 15pt;
	font-size: 14pt;
	color: white;
}

#content h2 a{
}

#content p {
	text-align: justify;
	/* font-size: 12px; */
}

#sidebar {
	font-weight: bolder;
	font-family: Arial CE, sans-serif;
	line-height: 15pt;
	font-size: 10pt;
	/* background-color: #1154dd;
	 text-align: right; */
}

a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	list-style-type: none;
	text-decoration: none;
	color: white;
}

a:hover {
	color: black;
} 

.utext {
	font-family: "Trebuchet MS", Verdana, Halvetica, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 1px;
}

.utext  a:link {
	/* color: #999; */
}

.utext a:visited {
	color: white;
}

.utext a:hover {
	color: white;
}

#fcontent {
	font-weight: normal;
	font-family: Arial CE, sans-serif;
	font-size: 8pt;
	text-align: right;
}

#fcontent  a {
	color: #666;
}

