* { 
	padding: 0;
	margin: 0;
}

body { 
font: 1em Arial, Helvetica, sans-serif;
background: #000;
}

h1{
	padding-top:0px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#f4f4f4;
	border-bottom: 2px solid #A5AA7B;
	text-align:left;
}

h2{
	padding-top:0px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#f4f4f4;
	border-bottom: 1px solid #A5AA7B;
	text-align:left;
}

h3{
	color:#f4f4f4;
	border-bottom: 1px dotted #A5AA7B;
	font-size:14px;
	font-weight:normal;
}

a {text-decoration: none; color: #A5AA7B; }
a:hover {text-decoration: none; color:#F2F8B4}

#wrap {	margin: 20px auto;	width: 97%; background: #000; }

#header
	{
	height: 170px;
	padding: 0;
	margin: 0;
	background-image:url(http://www.pantheraltd.com/images/logo-new.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#000000;
	}

		#clock {
			font: Arial, Helvetica, sans-serif;
			line-height: 1.5em;
			background-color: #000;
			color: #9C9EAD;
			border: 1px solid #A5AA7B;
			font-size: 10px;
			padding: 3px 3px 3px 3px; 
}

		#form {
			float:left;
			margin-top: 0px;
			font-size: 12px;
		}
		
		.input {
			background-color: #111;
			font: .8em Arial, Helvetica, sans-serif;
			width: 98%;
			color: #f4f4f4;
			margin-top: 7px;
			border: 1.5px solid #A5AA7B;
			font-size: 12px;
			padding: 2px;
		}

		.requiredinput {
			background-color: #111;
			font: .8em Arial, Helvetica, sans-serif;
			width: 98%;
			color: #FFDA1F;
			margin-top: 7px;
			border: 1.5px solid #A5AA7B;
			font-size: 12px;
			padding: 2px;
		}

.input:hover {
    border: 1.5px solid #F2F8B4;
}

		.button {
			background-color: #000;
			color: #9C9EAD;
			margin-top: 7px;
			margin-right: 7px;
			border: 1.5px dotted #A5AA7B;
			font-size: 12px;
			padding: 2px 2px 2px 2px;
		}
.button:hover {
    border: 1.5px solid #F2F8B4;
    color: #F2F8B4;
}

#topnav { 
font: .8em Arial, Helvetica, sans-serif;
float: center;
color: #f4f4f4;
}

#topnav a {color:#A5AA7B; padding: 2px 4px 2px 4px;}
#topnav a:hover {color:#F2F8B4;}

#right {
font: .8em Arial, Helvetica, sans-serif;
line-height: 1.3em;
float: right;
margin-top: 10px;
margin-right: 10px;
margin-left: 25px;
color: #f4f4f4;
}

#left { 
font: .8em Arial, Helvetica, sans-serif;
float: left;
margin-top: 10px;
margin-left: 10px;
line-height: 1.3em; 
}


#left li { list-style-type: none; line-height: 1.8em; border-bottom: 1px dotted #A5AA7B;}
#left li:hover { list-style-type: none; line-height: 1.8em; border-bottom: 1px solid #F2F8B4;}
#left li a {text-decoration: none; color: #A5AA7B;}
#left li a:hover {color:#F2F8B4;
}

#cgi-template {
font: .8em Arial, Helvetica, sans-serif;
line-height: 1.3em;
float: left;
color: #f4f4f4;
}
