body {
    font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	width: auto;
	margin: 0;
	margin-top: -30px;
	padding: 0;
	border: none;
	background-color: #CCCCCC;
	color:#111111;
	}

input {
    font-size: 11px;
    font-weight: bold;
    color: #000000; 
}

a, a:visited { 
	color: #660099;
	text-decoration: none;
	}

a:active, a:hover { 
	color: #CC33CC;
	text-decoration: underline;
	}

#sidelinks {
	text-align: left;
	}

#sidelinks a {
	margin-left: 10px;
	}

#container {
    border: 1px #9B9C83 solid;
    -moz-border-radius: 8px;
    margin: auto;
    padding: 5px;
    }

#proxy {
    width: 80%;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

#title {
    color: #660099;
    margin: 0;
    }

ul#navigation, ul#form {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }

ul#navigation {
    float: right;
    }

ul#form {
    clear: both;
    }

ul#navigation li {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-top: 2px #CC33CC solid;
    }

ul#navigation li a {
    font-weight: bold;
    color: #ffffff;
    background-color: #660099;
    padding: 5px 15px;
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 0 #ffffff solid;
    }

ul#navigation li  a:hover {
    color: #CC33CC;
    }

ul#form li {
    width: 632px;
    }

#PHProxy {
    color: #9B9C83;
    font-size: small;
    text-align: right;
    }

#address_bar {
    border-top: 2px #CC33CC solid;
    border-bottom: 3px #660066 solid;
    background-color: #660099;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    }

#go {
    background-color: #ffffff;
    font-weight: bold;
    color: #CC33CC;
    border: 1 #660066 solid;
    padding: 2px 5px;
    }

#address_box {
    width: 480px;
    }

.option {
    padding: 2px 0;
    background-color: #EAD2EF;
    text-indent: 4px;
    }

.option label {
    border-bottom: 2px #EEEEEE solid;
    }

form {
    margin: 0;
    }

#error, #auth {
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 632px;
    clear: both;
    }

#auth {
    background-color: #94C261;
    }

#error p, #auth p, #auth form {
    margin: 5px;
    }

.topad {
	position: relative;
	top: 80px;
	}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 660099;
	text-decoration: none;
	}

.copy a:link, .copy a:visited {
	color: #660099;
	text-decoration:none;
	}

.copy a:hover, .copy a:active {
	color: #CC33CC;
	text-decoration:underline;
	}

.sidebar {
	width: 148px;
	text-align: center;
	padding-right: 10px;
	}

.top {
	background-color: #999999;
	background-image:url(images/top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 100px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660066;
	padding-left: 20px;
	padding-right: 20px;
	}

.middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	align: center;
	padding: 0px;
	background-color: #CCCCCC;
	}

.footer {
	color:#333333;
	background-color: #999999;
	background-image:url(images/bottom.gif);
	background-position:inherit;
	background-repeat:repeat-x;
	height: 160px;
	width: auto;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #660066;
	}
