html, body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #343430;
	background-color: #ebf1da;
}
img{
    border: none;
}

/**** Template Custom Styles ****/

#SiteBorders {
	background-image: url(../images/borders.gif); 
	background-repeat: repeat-y; 
	background-position: center top;
}

#LeftSidebar {
	background-color: #7ea6b3;
}

#SideBar {
	background-color: #f0f4e6;
	font-size:11px;
}

#SideBar a {
	font-size: 11px
}

/***** Blocks *****/

#Content {
	background-color: #FFFFFF;
	padding: 10px 25px;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    text-align: left;
}


/***** Miscellaneous *****/
#Breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

#Breadcrumbs a {
	font-weight: normal;
}

/***** Search Form *****/
#SearchWrapper {
	margin-left:20px;
}
