body {
  background-color:#330000;
  font:76% Georgia,Palatino,'Times New Roman',Times,serif;
}

#container {
  width:760px;
  margin:0 auto;
  line-height:1.6em;
  color:#666666;
  background-color:#fff;
  border:4px solid #D6B5A8;
}

h1 {
  display:none;
}

h2 {
  color:#330000;
  padding:2px 7px 2px 7px;
  font-size:1.7em;
  background-color:#D6B5A8;
  font-variant:small-caps;
}

a {
  color:#330000;
  text-decoration:none;
}

a:hover {
  color:#566590;
}
		
input, select {
  background-color:#D6B5A8;
  color:#000000;
  border:1px solid #000000;
  padding:3px;
}
		
.button {
  padding:2px;
}
a img{
  border:none;
}

img.left,img.center,img.right {
  padding:4px;
  border:1px solid #D6B5A8;
  margin:0px;
}

img.left {
  float:left;
  margin:0 12px 5px 0;
}

img.center {
  display:block;
  margin:0 auto 5px auto;
}

img.right {
  float:right;
  margin:0 0 5px 12px;
}

#header {
  padding:10px 0px 10px 10px;
  clear:both;
  margin-bottom:10px;
  background-color:#fff;
  background-image:url(/imgs/professionals.jpg);
  background-repeat:no-repeat;
  background-position:right;
}

#header p { 
  margin-top:-20px;
  margin-left:30px;
  color:#EFEFEF;
}
		
#menu1 {
  width:150px;
  margin:0px 10px;
  border-style:solid solid none solid;
  border-color:#3D261D;
  border-width:1px;
  border-style:solid;
  border-bottom:none;
  float:left;
}

#menu1 li a {
  height:32px;
  voice-family:"\"}\""; 
  voice-family:inherit;
  height:24px;
  text-decoration:none;
  font-variant:small-caps;
  font-weight:bold;
  font-size:1em;
}	

#menu1 li a:link, #menu1 li a:visited {
  color:#E4D6CD;
  display:block;
  background:url(imgs/menu1.gif);
  padding:8px 0 0 10px;
}

#menu1 li a:hover {
  color:#FFF;
  background:url(imgs/menu1.gif) 0 -32px;
  padding:8px 0 0 10px;
}	

ul {
  list-style:none;
  margin:0;
  padding:0;
}

img {
  border:none;
} 

#content {
  width:370px;
  margin-left:180px;
  margin-right:200px;
}

#content p {
  padding-bottom:10px;
  border-bottom:1px solid #D6B5A8;
}
		
#content a {
  color:#330000;
  text-decoration:none;		
		}
		
#content a:hover{
  color:#000;
  text-decoration:underline;	
  font-weight:500;	
}
		
#sidebar {
  float:right;
  width:175px;
}
		
#sidebar p {
  padding-bottom:10px;
  margin-right:10px;
  border-bottom:1px solid #D6B5A8;
}
		
#sidebar a {
  color:#330000;
  text-decoration:none;	
  font-weight:500;	
}
		
#sidebar a:hover{
  color:#000;
  text-decoration:underline;		
}

#footer {
  margin-top:20px;
  font-size:.9em;
  clear:both;
  background-color:#D6B5A8;
  padding:0px 5px 0px 5px;
  text-align:center;
}

#footer p {
  color:#330000;
  padding:5px;
}

#footer p a {
  color:#330000;
}

#footer p a:hover {
  color:#fff;
}
		
form {
  padding:0;
  margin:0;
}

fieldset {
  border:1px solid #D6B5A8;
  padding:0px 5px 5px 5px;
  margin-bottom:10px;
}

legend{
  font-weight:bold;
  color:#666666;
}


form em {
  display:block;
  font-style:normal;
  margin-top:5px;
}

label {
  float:left;
  width:38%;
}

.errorbox {
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border:1px solid #FFFFFF;
	margin:8px 0 8px 0;
	padding:8px;
	background-color:#FF0000;
}

.error {
	font-weight:bold;
	color:#FF0000;
}

.successbox {
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border:1px solid #FFFFFF;
	margin:8px 0 8px 0;
	padding:8px;
	background-color:#79BB69;
}

.success {
	font-weight:bold;
	color:#79BB69;
}
