﻿/* 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 {
background:#668570;
background-image:url(header.jpg);
background-repeat:no-repeat;
background-position:left bottom;
height:250px;
}

#header h1 {
text-align:center;
font-size:40px;
color:#ffffff;
font-weight:bold;
}

#header h2 {
text-align:center;
font-size:25px;
color:#ffffff;
font-weight:normal;
}

#header h1 a,a:visited {
color:#ffffff;
text-decoration:none;
}

/*  CONTAINER BOX  */


#box  {
/*background-image:url(back2.gif);*/
background:#f7f094;
width:660px;
margin:auto;
}

#box p  {
padding-left:20px;
}


/* MAIN CONTENT */
ul{
margin-left:20px;

}


#content p {
padding-bottom:9.5px !important;
padding-bottom:6px;
}

#content {
width:580px;
margin-left:45px;
margin-top:5px !important;
margin-top:20px;
font-size:14px;
color:#404040;

line-height:1.8em !important;
line-height:1.75em;}

.sub  {
font-size:20px;
font-weight:bold;
height:50px;
padding-left:30px;
color:#000;
background-image:url(sub.gif);
background-repeat:no-repeat;
background-position: left 15px;
}
.sub2  {
font-size:20px;
font-weight:bold;
height:50px;
padding-left:30px;
color:#000;
background-image:url(sub2.gif);
background-repeat:no-repeat;
background-position: left 15px;
}

.small{
font-size:10px;
}
.small2{
font-size:15px;
}
.text{
line-height:150%;
margin-top:20px;
}


#wrapper
{
width:580px;
}

.leftbox
{

float:left;
padding:10px;
width:250px;
text-align:center;
}

.rightbox
{
float:right;
padding:10px;
width:250px;
text-align:center;
}


/*TOP NAVIGATION*/



#nav {
float:right;

margin-top:-48px !important;
margin-top:-45px;

margin-right:19px;

font-size:15px;
}

#nav a, #content a {
color:#808080;
text-decoration:none;

}

#nav a:hover, #content a:hover  {
text-decoration:underline;
color:#000;
}



/*FOOTER PROPERTIES*/


#footer {
width:660px;
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:15px !important;
margin-left:20px;

line-height:1.75em;
height:40px;
text-align:center;
}

#footer a {
color:#808080;
text-decoration:none;
}

#footer a:hover  {
text-decoration:underline;
color:#000;
}

#content a{
color:#2E8B57;
font-weight:bold;
text-decoration:underline;
}

#content a:visited{
color:#2E8B57;
text-decoration:underline;
font-weight:bold;
}
#content a:hover{
text-decoration:none;
font-weight:bold;
}
