/* CSS Document */

.StyleDisabled {color: #999999}

body 
	{
	color: #000000;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	}

body lisp
	{
	color:#CC00FF
	}

#head 
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: center;
	height: 24px;
	line-height: 1.5;
	visibility: visible;
	display: block;
	color: #666666;
	}
	
#head a:link, 
#head a:visited 
	{
	color: #666666;
	text-decoration: none
	}

#head a:hover 
	{
	color: #9900FF;
	text-decoration: none
	}

div#head ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;	/*list-style-type: circle;*/
}

div#head li
{
	display: inline;
	margin-right: 1em;
}


#navbar 
{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 150px;
	background-color: transparent;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	visibility: visible;
	font-size: 14px;
	font-family: "Trebuchet MS";
}
	
#navbar .bodytext {
	font-family: "Trebuchet MS";
	font-size: 14px
}


#content {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 600px;
	height: 400px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: transparent;
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-align: left;
	visibility: visible
}

#content .bodytext {
	font-family: "Trebuchet MS";
	font-size: 18px
}

#content .headline {
	font-weight: bold;
	font-size: 24px
}


#rightcol {
	position: relative;
	top: 25px;
	left: 84%;
	width: 15%;
	height: 324px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 25px;
	text-align: right; 
	background-color: transparent;
	visibility: visible
}

#content2 {
	background-color: transparent;
	text-align: center;
	margin-top: -140px;
	margin-left: -300px;
	position: absolute;
	top: 347px;
	left: 492px;
	width: 600px;
	height: 324px;
	visibility: visible
}

#content2 .bodytext {
	font-family: "Trebuchet MS";
	font-size: 18px
}

#content2 .headline {
	font-weight: bold;
	font-size: 24px
}


#contact {
	background-color: transparent;
	text-align: center;
	margin-top: -220px;
	margin-left: -300px;
	position: absolute;
	top: 382px;
	left: 358px;
	width: 600px;
	height: 545px;
	visibility: visible;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #CC00FF;
}

#contact .bodytext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align:left;
}

#contact .headline {
	font-weight: bold;
	font-size: 16px;
}

#contact .phone {
	font-weight: bold;
	font-size: 16px;
	line-height: 34px;
	vertical-align:bottom;
	
}

#contact .title {
	font-weight: bold;
	font-size: 40px
}

#footer 
	{
	font-size: 12px;
	font-family: "Trebuchet MS";
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}
	
#entry
{
	font-size: 18px;
	font-family: "Trebuchet MS";
}

div#entry ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#entry li
{
	display: inline;
	margin-right: 1em;
}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}
	
.title {	
    font-size: 40px;
	font-weight: bold;
}

.subtitle {	
    font-size: 28px;
	font-weight: bold;
}


 navlist 

#navlist
{
	text-align:left;
	list-style-type: none;
	/*color: darkgray;*/
	/*background-color: gainsboro;*/
	margin-left: 5px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcontainer
{
	text-align:left;
	width: 500px;
	/*background-color: #CCCCCC;*/
	border: 1px gray solid;
}

#navcontainer a
{
	color: gray;
	/*background-color: gainsboro;*/
	width: 320px;
	display: block;
}

#navcontainer a:visited
{
color: gray;
background-color: gainsboro;
}

#navcontainer a:active
{
color: white;
background-color: gray;
}

#navcontainer a:hover
{
color: white;
background-color: gray;
}

