body { 
    color: #D4B744; 
    background-color: #000000; 
    font-size: 12px; 
	line-height:16px;
    text-align: center; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin-top: 0px; 
    line-height:15px; 
    
    scrollbar-face-color:#D4B744; 
    scrollbar-highlight-color:#D4B744; 
    scrollbar-3dlight-color:#EDD884; 
    scrollbar-darkshadow-color:#453C16; 
    scrollbar-shadow-color:#D4B744; 
    scrollbar-arrow-color:#EDD884; 
    scrollbar-track-color:#EDD884;
}

#sitewrapper { 
    width: 750px; 
    text-align: left; 
    margin-left: auto; 
    margin-right: auto;
    background-color: #000000; 
}

#header {
    width: 750px;
    height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom:10px;
}

#tabs {
    width: 750px;
    height: 22px;
	font-family: verdana;
	font-size: 12;
	font-weight: normal;
	line-height: normal;    
}

#tabs ul {
	margin: 0;
	margin-left:5px;
	padding: 0;
	display: inline;
	list-style: none;
}

#tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#tabs a {
	text-decoration: none;
	display: block;
	padding: 4px 14px;
	color: #D4B744;
}

#tabs .selected,
#tabs .selected a { 
	background-color: #D4B744; 
	color: #4D472E;
    font-weight:bold;
}

#tabs a:hover { 
	color: #EDD884;
}

/*----------------------------*/
#submenu {
    width: 730px;
    height: 22px;
    float:left;
    background-color:D4B744;
    padding-left:20px;
    font-family: verdana;
    font-size: 12;
    font-weight: normal;
    line-height: normal;    
}

#submenu ul {
    margin: 0;
    margin-left:5px;
    padding: 0;
    display: inline;
    list-style: none;
}

#submenu li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#submenu a {
    text-decoration: none;
    display: block;
    padding: 4px 20px;
    color: #4D472E;
}

#submenu .selected,
#submenu .selected a { 
    background-color: #D4B744; 
    color: #4D472E;
    font-weight:bold;
}

#submenu a:hover { 
    color: #4D472E;
    text-decoration:underline;
}
/*----------------------------*/

#contentwrapper {
    width: 740px;
    border-color:#D5B745;
    border-width: 5px;
    border-style: solid;
	float:left;
}

#content {
    width: 730px;
    /*height:352px;*/
    background-color:#EED885;
	color:#4D472E;
	padding:5px;
	/*overflow:auto;*/
}

#content_home {
    width: 740px;
    height:362px;
    background-color:#EED885;
	color:#4D472E;
}

#footer,
#footer a {
    width: 750px
    height: 68px;
	font-size:90%;
	text-align: center;
    color:#EED885;
}
    
h1	{ 
    font-family: Arial; 
    font-size: 18px; 
    font-weight: bold; 
    padding-bottom: 0px; 
    margin-top: 5px; 
    text-transform: uppercase }
h2 { 
    font-size: 14px; 
    font-weight: bold; 
    padding-top: 10	px; 
    margin-bottom:5px; 
	text-decoration:none }
h2 a { 
	text-decoration:none }

h3 { 
    font-size: 12px; 
    font-weight: bold; 
    font-style: italic; 
    padding-top: 5px; 
    padding-bottom: 5px; }
    
a,
a:hover,
a:visited      { color: #4D472E; }

img {
	border: 0px; }
	
.tip_title {
	cursor: pointer;
}

.left_column {
    width: 500px;
    float:left;
}

.right_column {
    margin-left:5px;
    width: 220px;
	height: 480px;
    float:left;
    border-style:solid;
    border-width:1px;
    border-color:#4D472E;
}

.field {
  color:#222222;
  background-color:#FFFFFF;
  border:1px solid #cccccc;
  font-family:Verdana,Arial,sans-serif;
  font-size:13px;
  font-weight:normal; 
  padding:3px;
}

.fieldWithErrors {
padding: 0px;
border-color: red;
border-width:2px;
border-style:dotted;
display: table;
}

.formError {
color:red;
float:left;
margin-left:5px;
font-size:13px;
}