/* CSS Document */
/* CSS styles that are for template files only */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* styles for header */
#header {
	background: #c7c8ca;
}

#header img {
	border: none;
}

#headerText {
    display: none;
}
#breadCrumbs {
    padding-right: 15px; 
    padding-top: 30px; 
    float: right;
}
#content 
{
	padding: 15px;
}

/* styles for footer */
#footer {
	width: 90%;
	border-top: solid thin #000;
	text-align: center;
	margin: auto;
	font-size: .8em;
	line-height: 1.5em;
	clear: both;
}

.boxStyle {
    border: solid 1px green;
	padding: 5px 10px 5px 14px;
	margin: 7px 0px;
}