/* Setting Background Color for body to white and no margins */
body {
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* The main font used through out the site */
.text, td{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #545454;
	line-height: 16px;
	font-size: 11px;
}

/* The blue title text on secondary pages */
.title{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #1B668E;
	font-size: 11px;
	font-weight: bold;
}
.pnlJobPostingAdminAdd, pnlJobPostingAdminList{
	font-size: 0;
}

/* The font used for the news section on the homepage */
.news{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #545454;
	line-height: 19px;
	font-size: 11px;
}

/* The font used for the address in the footer */
.address{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 10px;
}

/* The style for the input boxes */
input {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 11px;
	height: 20px;
}

/* The style for the contact textarea */
textarea {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 11px;
	height: 125px;
	width: 350px;
}

/* The font used for the copyright text in the footer */
.copyright{
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #A1A1A1;
	font-size: 10px;
}

/* The attributes for the link tag */
a {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: #1A6CA5;
	font-size: 11px;
	text-decoration: none;
}

/* Creates a darkerfont and  underline when rolling over a link */
a:hover {
	text-decoration: underline;
	color: #053650;
    }

