/* CSS Document */
body, p, td {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top
}
body {
	background:#6e0104 url(../images/bg.jpg) repeat-x
}
a:link, a:visited {
	color: #9F0000;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	background-color: #9F0000;
	color: #fff
}
p.sub-menu { 
background-color: transparent;
padding-left: 10px;
}

.menu ul {
	color: #9F0000;
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside
}

li {
	padding-bottom: 7px
}

.menu {
	line-height: 1.25em;
	padding: 5px 0 0 15px
	}
#main {
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae
}	
.content {
	padding: 15px
}
.title {
	color: #9F0000;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0
}
.sub-title {
	color: #9F0000;
	font-size: 14px;
	font-weight: bold
}
.footer {
	background: #9F0000 url(../images/footer.gif) no-repeat;
	color: #fff;
	font-size: 13px;
	height: 34px;
	text-align: right;
	padding-right: 15px;
	vertical-align: middle
}
.sidebar {
	width: 200px;
}

.sidebar p {
	background-color: transparent;
}

input, select, textarea {
	border: #e1b959 1px solid ;
	color: #000;
	background: #fff
}

input.none {
	border: 0;
	background: #eeeeee
	}
.changedField {
	border: #aaa 1px solid ;
	color: #000;
	background: #c7c7c7
}

.currentField {
	border: #aaa 1px solid ;
	color: #fff;
	background: #900e00
}

.buttons {
	color: #fff;
	border: #900e00 1px solid;
	background: #900e00;
	text-transform:uppercase
}


.form-names {
	vertical-align: middle
}

.comments-name {
	vertical-align: top
}

.required {
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em
}

.box {
	background-color: #eeeeee;
	border: #900e00 1px solid;
	color: #9F0000;
	padding: 10px 10px 0 10px;
	width: 90%
}
td.in-box-header {
		background-color: #900e00;
		color: #fff;
		font-weight: bold;
		width: auto
}

td.in-box {
	background-color: #eeeeee;
	width:auto
}

td.in-box-right {
	background-color: #eeeeee;
	text-align: right;
	width: auto
}