/* ********colors******** */
	/*
	Orange: #CC6633
	Blue visited: #006699
	Blue: #1771AE
	Grey: #666666
	Peach: #FFCC99 (footer color)
	 */

/* ********Elements******** */
body{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 76%;
	vertical-align: top;
	background-color: #000873;
	padding:0;
	margin:0;	
}
Table{

	vertical-align: top;
	text-align:left;
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
}

th, input, select, button {
	vertical-align: top;
}
td {
	font-family: arial, helvetica, sans-serif;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 1.0em;
	font-weight: normal;
	color: #333;
}
HR {
	border-top: 1px dashed #588FB3;
	border-bottom: 1px solid #FFF;
}

h1 {
	font-size: 1.3em;
	margin-top:11px;
	margin-bottom:3px;
	color: #006699;
}
/* H1 for the My AKC title in the sidebar */
#sidebar_myakc_text h1 {
	font-size: 1.5em;
	margin-top:5px;
	margin-bottom:3px;
	color: #fff;
}
	
h2 {
	font-size: 1.0em;
	color: #666666;
	margin-top:0px;
	margin-bottom: 10px;
}
	
h3 {
	font-size: 1.0em;
	margin-bottom:2px;
}

h4 {
	font-size: 1.0em;
	margin-bottom:2px;
}
.highlight {
	color: #ef5100;
}
a:link {
		color:#CC6633;
		background:none;
		text-decoration:none;
		font-size:1.0em;
		font-weight:normal;
	}

a:visited {
		color:#006699;
		background:none;
		text-decoration:none;
		font-size:1.0em;
		font-weight:normal;
	}
	
a:hover {
		color:#CC6633;
		background:none;
		text-decoration:underline;
		font-size:1.0em;
		font-weight:normal;
	}
	
a:active {
		color:#006699;
		background:none;
		text-decoration:none;
		font-size:1.0em;
		font-weight: normal;
	}
/*Form label and input formatting*/
dl.formVert dt, dl.formHorz dt {
font-weight:bold;
}
dl.formHorz dt {
float:left;
width:170px;
padding:3px 0 0 0;
}
dl.formHorz dd {
padding-bottom:5px;
margin-left:170px;
}
dl.formHorz dd.helpText {
padding-bottom:0;
}
dl.formVert dd {
margin-left:0;
padding-bottom:6px;
}
dl.formVert dd.helpText {
padding:0;
}

/*Error message will display in red text*/
.errors {
color:#f00;
}
/*Instructional/helpful test that will display in grey and at a smaller font size*/
.helpText {
color:#666;
font-size:0.9em;
}
/*Sets the vertical alignment of an element*/
.alignMiddle {
vertical-align:middle;
}
/*Sets the bkg color and border style for fieldset elements*/
fieldset {
    background-color: #efeff7;
    border: 1px solid #C99;
	width: 85%;
	margin:10px 20px;
	padding: 10px; 
	display:block; 
}
/*Styles the button area for a form */
.buttons {
    display:block;
    text-align:right;
}

.buttons input {
    margin-left:15px;
}
