/* ---------------------------------
	Top Dog styles 
--------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;/* #F6F6F6; */
	line-height: 18px;
}

/* ---------------------------------
	link styles
--------------------------------- */
a, a:link, a:active, a:visited {
	color: #00209F;
	text-decoration: none;
}
a:hover {
	color: #E00536;
	text-decoration: none;
}

/* ---------------------------------
	form styles
--------------------------------- */
form {
	margin: 0;
	padding: 5px 0;
}
.formSubmit {
	border: 0;
	color: #fff;
	background: #4D6A9B url(../images/btn_bg.gif) no-repeat;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 22px;
	cursor: pointer;
}
.formelement {
	width: 150px;
	margin: 0;
}

/* ---------------------------------
	table styles
--------------------------------- */
table, td {
	font-size: 12px;
	border-collapse: collapse;
	line-height: 18px;
}

/* ---------------------------------
	misc styles
--------------------------------- */
h1, h2, h3 {
	margin: 5px 0;
	padding: 0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #003087;

}
h1 {
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	line-height: 26px;
}
h3 {
	font-size: 14px;
}

#footer {
	width: 650px;
	padding: 5px;
	color: #000;
}
#content {
	width: 720px;
	padding: 15px;
	text-align: justify;
}
.justifyText {
	text-align: justify;
}
.nav {
	background: #fff;
	height: 30px;
	border-bottom: 2px solid #e6e7e8;
}
.profile {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.searchCell {
	border-bottom: 1px dashed #7B90B3;
	padding: 5px 0;
}
.searchResults {
	border-right: 1px dashed #7B90B3; 
	border-bottom: 1px dashed #7B90B3; 
	padding: 10px;
}
