/* Page Formatting */

body {
	background-color:#ffffff;
	font-family: "Trebuchet MS";
	/*font:13px "Trebuchet MS", Arial, Verdana;*/
	color:#555555;
}
a {
	color:#CC5500;
	text-decoration:none;
	}
a:hover {
	color:#555555;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:2em;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

/* Title */
div.title {
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
}

div.title h2, h3 {
	margin: 0.5em 0;
}

/* Quick links bar */

div.quicklinks {
	margin: 1em auto 1em auto;
	text-align: center;
	max-width: 100%/*40em*/; /*same as the container */
}

/*Main box in which both the sidebar and the content are */

#container {
	margin: 5em auto 0 auto;
	width: 100%;
	max-width: 82em; /*considers the maximum size in case of the presence of the side bar */
	background:#fff;
}

#container .content {
min-width: 25em;
max-width: 58em;
margin: 0px auto;
}

/*Everything except the side bar */

.content h2 {
	padding: 20px 5px 0 5px;
	border-bottom: 5px solid #CC5500;
}

.content p {
	padding-left: 10px;
	padding-right: 5px;
	text-align:justify;
}

.content ul {
	margin: 0 20px 0 20px;
	padding: 0.2em 5px 0.2em 5px;
}

.content li {
padding: 0.2em 0px;
line-height: 1.5em;
}

.content table {
	width:100%;
	margin: 0 20px 0 20px;
	padding: 10px 5px 0 5px;
}

.content table td.row_headers {
	background:#DEEAFA;
	text-align:center;
}

.content table td {
	padding: 1px 5px 1px 10px;
	background:#E5EFE0;
}

.content form {
width:450px; 
padding:10px;  
}

.content form label { 
	display:block; 
	float:left; 
	width:100px; 
	text-align:right; 
	padding-right:10px;
	margin-left:-15px; 
	margin-bottom:0.5em;
}

.content form input {
	border:1px solid #fff;
	background:#FFFFA0;
	padding-left:0.5em; 
	margin-bottom:0.6em;
}

.content form #send, form #button2 {
	background:#FFFFA0;
	padding-right:0.5em; 
	cursor:pointer; 
	width:200px;  
	margin-left:125px;
	font-weight:bold;
	color:#555555;
}

.content form #send:hover, form #button2:hover {
	background-position:center left; 
	color:#8BBC70;
	font-weight:bold;
}

