/* CSS Document */

body {
background-image: url(images/logo_bg.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}

#content{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

#content p{
	font-family: "Trebuchet MS", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#content a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: Blue;
	text-align: justify;
}

#content ul{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

#content td{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

#logo{
	position: absolute;
	top: 30px;
	left: 100px;
	z-index: 50;
	font-family: "Juice ITC", "Apple Chancery", Impact, "Bradley Hand ITC", Skia, "Trebuchet MS", sans-serif;
	font-size: 36px;
	color: Navy;
	font-weight: bold;
}

#script{
	position: relative;
	top: auto;
	text-align: center;
	font-family: "Juice ITC", "Apple Chancery", Impact, "Bradley Hand ITC", Skia, "Trebuchet MS", sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: Gray;
}

#navigation{
	position: absolute;
	top : 140px;
	left : 60px;
	width : 140px;	
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

.button a {
	background-color : #DDDDDD;
	border : 1px solid #333333;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #333333;
}

.boxrt {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: Black;
}
	
.boxlft {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: Black;
}
