﻿* {
	padding: 0;
	margin: 0;
}
body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	color: #d4c285; 
	background: #402811 url(Images/body_bg.png) repeat-x;
}
h1, h2 {
	font-size: large; 
	text-transform: uppercase;
	color: #bda551;
}
h1 {
	font-weight: bolder;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.smis a { 
    display: block;
}
.loginLink {
    color: White;
}
.multiviewLink {
    color: #402811;
}
.headerPanel {
    background-color: Transparent; 
    padding-left: 5px;
}
.bodyPanel {
    background-color: White; 
}
.bodyPanel td { 
    font-size: large;
    text-align: center;
    border-top: Inset 2px #bda551;
    border-bottom: Inset 3px #bda551;
}
.bodyPanel a { 
    text-decoration: none;
}
.footerPanel {
    color: #d4c285; 
    background-color: Transparent;
    font-size: x-small; 
    text-align: center; 
}
.footerPanel a {
    font-size: small; 
    color: #d4c285;
    text-decoration: none; 
}
.footerPanel a:Hover { 
    text-decoration: underline;
}
.footerImage { 
    float: right; 
}
.registerLink {
	font-size: large;
	font-weight: normal;
	text-align: center; 
	vertical-align: top; 
	color: #402811; 
	width: 195px;
	background: #FFFFFF url('Images/cowboycalf.png') no-repeat;
}
.registerLink a {
	color: White; 
	font-weight: bold;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.sectionTitle { 
    font-size: large; 
    font-weight:bold; 
    text-align: center;
	color: #bda551;
}
.validateMessage {
	color: red;
}
.completeWizard {
    font-size: x-large;
    color: #339933;
}
.productLinks {
    margin-left: 50px;
    margin-bottom: 30px;
	font-size: large; 
	font-weight: bolder;	
}
.productLinks li {
    padding-bottom: 15px;
}
.productLinks a { 
    color: #402811; 
}
.productLinks a:visited { 
    color: #d4c285; 
}
.leftPadding { 
    margin-left:30px; 
}
.leftPaddingx2 { 
    margin-left:40px; 
}
.leftPaddingx3 { 
    margin-left:50px; 
}
#formContent {
    width: 800px;
    margin: 0 auto;
}
#bodyContent {
    padding-left: 10px; 
    background-color: White; 
    color: #402811;
}
#loginStatus {
    padding: 4px 0px 4px 0;
    text-align: right; 
    color: #402811;
}
