/*AlphaDog styles*/

body {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 7.5in;
}
p {
	margin: 0;
	padding: .5em 0;
	line-height: 1.5;
}
a:link {
	color: #990000;
}
a:visited {
	color: #727272;
}
a:hover, a:active {
	color: #727272;
}
h1, h2, h3, h4, h5, h6 {
	color: #990000;
}
h2, h3, h4, h5, h6 {
	margin-bottom: .3em;
}
.headerText {
	display: none;
}
#pageWrapper {
	position: relative;
	background: #fff;
}
#content {
	padding-top: 3em;
	padding-top /**/: 2.5em;
}
.breadcrumb {
	position: relative;
	left: 222px;
	left /**/: 202px;
	top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumb, .breadcrumb a {
	color: #990000;
	font-size: 1.2em;
	text-decoration: none;
}
.greeting {
	display: none;
}
#navL {
  width: 12px;
}
#footer {
	clear: both;
	text-align: left;
	border: none;
	font-size: 90%;
	padding-top: 2em;
	line-height: 1.5;
}
	
.contentIntro, .contentBody {
	padding-right: 1em;
}


.sidebar {
	padding-left: .51em;
	padding-left /**/: 1em;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.sidebar h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.3em;
}

td {
	vertical-align: top;
}

#google {
	display: none;
}


/*Form styles*/
	
#formAttributes .formDisplayText {
	padding: 0;
	margin: -1em 0 1em 0;
}	
#formAttributes legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
}
#formAttributes h3 {	
	margin-bottom: 0;
}
#formAttributes label {	
    float: left;
	width: 25%;
	padding: 0 1em 0 0;
	text-align: right;
}

#formAttributes br {
     clear: left;
}

#formAttributes .options {
     float: left;
     width: 50%;
     padding: 0;
}

#formAttributes .requiredField {
	font-weight: bold;
	color: #9c3152;
}


