/* CSS Document */


body,
html{
    margin:0;
    padding:0;
    background:#F4F0EB;
    color: #0B0B0B;
	font-family: verdana;
	font-size: 11px;
	min-width: 700px;
}

p {
	line-height: 1.5em;
	margin-left: 10px;
}
	
p a {
	color: #DC0000;
	text-decoration: underline;
}	 


li a {
	color: #DC0000;
	text-decoration: underline;
}	 
a:HOVER {
	color: #833C40;
	text-decoration: underline;
}	 


h1 {
	font-family:"Perpetua Titling MT", Georgia, serif;
	font-size: 21px;
	color: #DC0000;
	border-bottom: solid 1px #979CB6;
	width: 100%;
}



#nav {
	background-image: url(images/bk_stripes.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 638px;

}
#nav li a{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	}

#topLinks {
	position:absolute;
	top: 92px;
	left: 0px;
	}

#nav ul{
    padding:0;
    list-style:none;
	position: relative;
	margin:0;
}
	
#nav li{
	display:inline;
	padding:7px;
	margin-top: 15px;

    }
#nav li a{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	}


#nav li a:HOVER {
	color: #C8B1B2;
	text-decoration: underline;
}

#topLinks li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
#wrap {
	width: 700px;
	border: solid 1px #AD8489;
	background: #FFF;
	text-align: left;
	height: 100%;
}

.headerImage {
	border-bottom: solid 5px #FFF;
}

#nav {
	background-image: url(images/bk_stripes.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 638px;

}

#leftSide {
	background:#FFF;
	float:left;
	width:127px;
	padding: 15px;
	height: 100%;
	
    }
#rightSide {
	position: absolute;
	top: 45px;
	left: 151px;
}
	
#footer {
	clear:both;
	height: 35px;
	text-align: center;
	width: 638px;
	color: #220A0A;
	font-size: 10px;
	line-height: 1.5em;
}

.footerLinks {
	text-decoration: underline;
	color: #220A0A;
}

.footerLinks:HOVER {

	color: #5A3030;
}
#container {
	margin-top: 17px;
	margin-left: auto;
}
.marginTop {
	margin-top: 7px;
}

.contentBox {
	width: 623px;
	border: solid 1px #877E67;
	background-color: #E7E3DA;
	background-image: url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position:center;
	margin-top: 7px;
	padding-left: 15px;
}


#rightColumn {
	float:right;
	width: 235px;
	margin-right: 25px;
	}
	
#leftColumn {
	float:left;
	width: 235px;
	margin-left: 25px;
}	
#footerColumn {
	clear:both;
	}
.ignus, .ignus a{
	color: #A9A7A2;
	}
.ignus a:HOVER {
	color: #9A927F;
	}
	
input, textarea {
	border: 1px solid #D66665;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
input:HOVER, textarea:HOVER {
	border: 1px dotted #D66665;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.cursor {
	cursor:pointer;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position:left top;
	height: 87px;
	width: 640px;
}

.error_text {
	color: #990033;
	font-weight: bold;
}

.floatLeft {
	float:left;
	margin: 5px;
}