/* CSS Document */


/*Welcome to the Css for Notepad
Please note that the !important you 
see is a hack for firefox/IE.
The line with !important controls
properties in Firefox, the line below
for IE  */



body  {
background:#668570;
}


/*  HEADER  */


#header {
	margin-left:5px;
	width:300px;
	padding-bottom:1px;
	padding-left:70px;
	padding-top:7px !important;
	padding-top:28px;
	float: left;

}

#header h1 {
font-family:trebuchet MS, arial, times, helvetica, arial, sans-serif;
font-size:33px;

color:#000;
font-weight:normal;
}

/*  CONTAINER BOX  */


#box  {
background-image:url(back.gif);
width:661px;

margin:auto;
}

#box p  {
padding-left:20px;
}


/* MAIN CONTENT */


#content p {
padding-bottom:9.5px !important;
padding-bottom:6px;
}

#content {
	width:580px;
	margin-left:45px;
	margin-top:23px !important;
	margin-top:28px;
	font-family:verdana, arial, times, helvetica, arial, sans-serif;
	font-size:14px;
	color:#404040;
	line-height:1.8em !important;
	line-height:1.75em;
	clear: both;

}


/*TOP NAVIGATION*/



#nav {
	float:right;
	margin-right:19px;
	font-family:verdana, arial, times, helvetica, arial, sans-serif;
	font-size:15px;
	margin-top: 15px;
}

#nav a, #content a {
color:#808080;
text-decoration:none;

}

#nav a:hover, #content a:hover  {
text-decoration:underline;
color:#000;
}


.sub  {
font-size:18px;
font-weight:normal;
padding-left:13px;
font-family:trebuchet MS, arial, times, helvetica, arial, sans-serif;

color:#000;
}


/*FOOTER PROPERTIES*/


#footer {
	width:581px;
	color:#000;
	padding-bottom:10px;
	padding-top:3px;
	font-family:verdana, arial, times, helvetica, arial, sans-serif;
	font-size:12px;
	margin-bottom:3px;
	margin-left:50px!important;
	margin-left:20px;
	line-height:1.75em;
	text-align:center;
	clear: both;
}

#footer a {
color:#808080;
text-decoration:none;
}

#footer a:hover  {
text-decoration:underline;
color:#000;
}
.right {
	padding: 8px;
	float: right;
	border: 2px solid #000000;
	margin-left: 5px;
	background-color: #FFFFFF;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

