/*GLOBAL ATTRIBUTES*****************************/

* { 
	margin: 0; 
	padding: 0; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	}

body {
	background-color:#FFFFFF;
	color:#666666;
	}


a {
	text-decoration:none;
	color:#006666;
	font-weight:bold;
        font-size:100%;
	}


a:hover {text-decoration:underline;}


p {line-height:140%;}


.indent {padding-left:10px;}

.topdent {padding-top:10px;}
	
.left {float:left;}
 
.right {float:right;}	

li.listlist br {padding-bottom:5px;}

.smaller {font-size:90%;}

.nobullet { 
list-style:none;
list-style-image:none; 
list-style-type:none;
}

/*CLEARFIX*****************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

 .clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


/*MAIN LAYOUT******************************/

div#main {
	margin:0 auto 0 auto;
	width:780px;
	background: #FFFFFF;
	}

div#content {width:780px;}

div#left {
        width:180px;
        float:left;
        }

div#right {
        width:570px;
        float:right;
        }

div#footer {
        border-top: 1px solid #CCCCCC;
        margin-top: 20px;
	width:570px;
        float:right;
	}

div#footer p {
        float:left;
        margin:0 100px 0 0;
        font-size: 90%;
        margin-top:20px;
        }

div#header {
       width: 780px;
       background-color: #006666;
       padding: 20px;
       font-family: Trebuchet,'Trebuchet MS',sans-serif;
       color: #FFFFFF;
       font-size: 30px;
       font-weight:normal;
       letter-spacing: 1px;
       margin: 0 0 20px 0;
       }

div#header small {
       font-family: Trebuchet,'Trebuchet MS',sans-serif;
       padding-top:10px;
       font-style:italic;
       letter-spacing:2px;
       color: #99CCCC;
}

/*HEADERS****************/

h1 {
        font-family: Trebuchet,'Trebuchet MS',sans-serif;
        color: #999999;
        font-size: 20px;
        padding: 0 0 10px 0;
        font-weight:normal;
        letter-spacing: 1px;
        }

h2 {
        font-family: Trebuchet,'Trebuchet MS',sans-serif;
        color: #999999;
        font-size: 12px;
        padding: 20px 0 10px 0;
        font-weight:normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        }



/*NAV***********************/

div#left ul {
width: 180px;
}

div#left ul li {
list-style:none;
list-style-image:none; 
list-style-type:none;
margin-bottom:20px;
width: 150px;
display:block;
}

div#left ul li a {
width: 150px;
padding: 10px;
background: #DEDEDE;
font-family:Trebuchet,'Trebuchet MS',sans-serif;
font-size: 10px;
text-transform:uppercase;
letter-spacing:2px;
display:block;
}

div#left ul li a:hover {
background: #999999;
color: #FFFFFF;
text-decoration:none;
}

/*CONTENT****************/

div#right p {padding-bottom:20px;}
