/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	background-color: white;
	margin: 0px;
	border: solid white 20px;
}

#logo {
	position: static;
        margin-left: 35px;
        z-index: 1;
}

#phone {
        z-index: 3;
        position: absolute;
        left: 400px;
        top: 30;
}

#menu {
	position: static;	
}

#content {
	position: relative;
	/* width: 779px; */
	
}

#left {
	/* position: absolute;
	top: 0px; left: 0px; */
	margin: 20px;
	width: 225px;
}

#main {
	/* position: relative; */
	width: 350px;
}

#right {
	/* position: static; */
}

.widget {
	background-color: wheat;
        text-align: center;
}

.widget ul li {
        list-style: none;
        text-indent: 0pt;
        margin: 0px;
        padding: 0pt;
}

.bodyleft {  
	margin-left: 200px;
	margin-bottom: 25px;
        text-align: left;
        margin-right: 200px;
}

.bodymain {  
	margin-top: 25px;
	margin-bottom: 25px;
        text-align: left;
}

.notes {
        text-align: left;
        margin-left: 100px;
        margin-right: 100px;
}

.bodysmall {
	margin-left: 150px;
        margin-right: 150px;
	top: 25px;
	bottom: 25px;        
}

.photo {
        position: absolute; 
        top: 400px;
        margin-right: -125px;
        width: 200px; text-align: center;
}
        
 
#menu { 
        /* background-color: brown4; */
        margin-left: 35px;
       font-size: small;
       color: white;
}

.menuitem {  
       color: white;
       font-size: small;
       /* text-align: center; */
}

a.menua:link { 
        color: white; 
        font-size: small;
}

a:menua:active { 
        color: white; 
        font-size: small;
}

a.menua:visited { 
        color: white; 
        font-size: small;
}

a.menu:link,
a:menu:active,
a.menu:visited { 
        color: white; 
        font-size: small;
}

div.main { 
           background-color: white;
        font-size: medium;
           margin-left: 50px;
           margin-right: 50px;
}

#trailer {  
           background-color: white;
             font-size: small;
} 

hr {  
     color: #006600;
     height: 6px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	}
	
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#002200;
	}

.current { color:#006600;  text-decoration: underline;}

.tablemain {
	background-color: #FFFFFF;
}


.tableleft {
	background-color: #006600;
	text-align: left;
	text-indent: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
}

.left {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	background-color: #006600;
	font-size: small;
}

.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005500;
	background-color: #FFFFFF;
	font-size: small;
	}

a:link {
	font-weight: normal;
	text-decoration: none;
	
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	
}
a:hover {
}

a:active {
}
