* {
        margin: 0;
        padding: 0;
}

body {
        background: #FFFFFF url(/images/img01.gif) repeat-x;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #4A5157;
}


a:link,
a:active,
a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font: bold 16px arial, sans-serif;
}

img {
	border: none;
}

/* form elements */

form {
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	font: bold 13px arial, sans-serif;
}

/* page sections */

#page {
	border: 2px solid #C8C8C8;
	background: #FFFFFF;
	margin: 0 auto;
	width: 918px;
	padding: 5px;
}

#main {
	width: 918px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 625px;
	padding: 10px;
}

#footer {
	padding: 15px 0 0 0;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
}

/* navigation menu */

#menu {
	float: left;
	width: 200px;
}

#menu h3 {
	/* background: url(../images/menu_head.png) repeat-x; */
	background: #454545;
	font: bold 13px arial, sans-serif;
	color: #002800;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 30px;
	color: #F0FFF0;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #B0B0B0;
	list-style: none;
}

#menu li a {
	display: block;
	font: 12px arial, sans-serif;
	color: #000000;
	padding: 0 0 0 4%;
	width: 96%;
	line-height: 26px;
	text-decoration: none;
}

#menu li a:hover {
	background: #E0E8D8;
	color: #000000;	
}

.pager {
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #CDC;
	padding-right: 5px;
}

.title {
	font-size: 14px;
	color: #002800;
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #CDC;
}

.form_title {
	border-bottom: 1px solid #D0D0D0;
	padding: 5px 6px;
}

.error_box {
	background: #FFC0C0;
	margin: 10px 0;
	padding: 12px;
}

.proxy_list {
	width: 100%;
}

.proxy_list th {
	font: bold 13px arial, sans-serif;
	border-bottom: 1px solid #BBB:
}

.proxy_list .proxy {
	text-align: left;
}

.proxy_list .hits {
	text-align: center;
}

.proxy_list .time {
	text-align: center;
}

.submit_form {
	width: 100%;
}

.submit_form .desc {
	font-weight: bold;
}

.submit_form dd {
	margin: 0px;
	padding: 0px;
}

#msa {
	margin: 10px;
}

/* Logo */

#logo {
        width: 874px;
        height: 147px;
        margin: 0 auto;
}

#logo img {
        float: left;
        padding: 70px 37px 0 0;
        border: none;
}

#logo h2 {
        float: right;
        padding: 98px 0 0 0;
        font-weight: normal;
        font-size: 16px;
        color: #FFFFFF;
}

#logo a {
        text-decoration: none;
        color: #FFFFFF;
}
/* Menu */

#nav {
        width: 919px;
        height: 50px;
        margin: 0 auto;
}

#nav ul {
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        line-height: normal;
}

#nav li {
        display: inline;
}

#nav a {
        display: block;
        float: left;
        height: 25px;
        margin: 0 10px;
        padding: 5px 20px 0 20px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
}

#nav a:hover {
        text-decoration: underline;
	color: #EC0000;
}

#nav .active a {
        background: #EC0000 url(/images/img03.gif) repeat-x left bottom;
}
#bg {
        background: url(/images/img04.gif) no-repeat center top;
}
/* Sidebar */

#sidebar {
        float: right;
        width: 214px;
        padding: 0 1px 0 0;
}

#sidebar a {
        color: #4A5157;
}
box {
}

.box .title {
        height: 27px;
        padding: 6px 0 0 34px;
        background: #C80000 url(/images/img05.gif) no-repeat;
        font-size: 17px;
        color: #FFFFFF;
}

.box .content {
        padding: 0px 16px 6px 16px;
}

.box ul {
        list-style: none;
        line-height: normal;
}

.box ul li {
        margin-bottom: 13px;
        font-size: 12px;
}

.box small {
        font-size: 10px;
        color: #808C96;
}

a {
        color: #FF0000;
}

#welcome p {
	text-align: justify;
	line-height: 175%;
}

.contact-textinput {
        padding: 4px;
        font-size: 12px;
        font-weight: normal;
        border: 1px #a6a6a6 solid;
        width: 250px;
        margin: 0 0 4px 0;
        color: #a6a6a6;
}
.contact-textarea {
        padding: 4px;
        font-size: 12px;
        font-weight: normal;
        border: 1px #a6a6a6 solid;
        width: 250px;
        height: 100px;
        color: #a6a6a6;
}
.contact-form .submit {
        background: #fff;
        cursor: pointer;
        margin: 5px 0 0 5px;
        border: none;
        color: #000000;
        font-weight: bold;
        font-size: 12px;
}

#email {
	display: none;
}
