body {
	margin: 0;
	padding: 0;
	background-image:url(/public/image/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
	
a:link {
	color:#AA0000;
	font-weight : normal;
	text-decoration : none;
}

a:visited {
	color:#AA0000;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color:#AA0000;
	font-weight : normal;
	text-decoration : none;
}

a:active {
	color:#AA0000;
	font-weight : normal;
	text-decoration : none;
}

body {
	color : #333333;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.button {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
}

.field {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.header {
	color : #000000;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	line-height : 19px;
}

#ContentContainer {
	width: 900px;
	margin: 15px 112px 0px 112px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	}
	
.BlogLeft {
	width: 560px;
	display:inline;
	float:left;
	overflow:hidden;
	padding-right: 40px;
	}
	
.BlogRight {
	width: 300px;
	display:inline;
	float:left;
	overflow:hidden;
	}

p.BlogHeadline {
	font-size: 18px;
	margin: 0px;
	padding: 7px 0 7px 0;
	color:#A71237;
	font-weight:normal;
	}

.BlogHeadline {
	font-size: 18px;
	margin: 0px;
	padding: 7px 0 7px 0;
	color:#A71237;
	font-weight:normal;
	}
	
p.BlogHeadline a{
	font-size: 18px;
	margin: 0px;
	padding: 0 0 25px 0;
	color:#A71237;
	font-weight:normal;
	}
	
p.BlogTagLine {
	font-size: 12px;
	margin: 0px;
	padding: 0 0 3px 0;
	color:#535353;
	font-style:italic;
	}

p.BlogReadMore {
	margin: 10px 0 10px 0;
	}
	
p.BlogReadMore a{
	font-size: 14px;
	color:#A71237;
	font-weight:bold;
	}

p.BlogRecentPostsHeadline {
	font-size: 12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-bottom: 4px;
	color: #A71237;
	}
p.BlogRecentPostsTitle {
	margin:0px;
	padding:5px 0 0 0;
	padding-bottom: 5px;
	}

p.BlogRecentPostsTitle a{
	font-size: 12px;
	color: #535353;
	}

p.BlogRecentPostsTitle a:hover{
	color: #A71237;
	}
		
div.BlogContent {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#535353;
	line-height:16px;
	}

div.BlogContent p {
	padding-bottom:5px;
	padding-top: 5px;
	}

hr {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 5px;
	height: 0;
	}	
	
#BlogNavigation {
	width:900px;
	margin: 0 112px 0 112px;
	padding: 0px 0 0px 0;
	}
	
#BlogNavigation a {
	font-family: "Franklin Gothic Demi", Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight:normal;
	}	
	
.navSelected {
	float:left;
	display:inline;
	width: auto;
	padding: 0 40px 0 0;
	}	

.navSelected a {
	color:#535353;
	border-bottom: 2px solid #A71237;
	}
	
.navElement {
	float:left;
	display:inline;
	width: auto;
	padding: 0 40px 0 0;
	}	
	
.navElement a {
	color:#A71237;
	}
	
.navElement a:hover {
	color:#535353;
	border-bottom: 2px solid #A71237;
	}			
	
	.blogSearch p {
		vertical-align:middle;	
		}
.searchField {width: 250px; border:1px solid #ccc; vertical-align:top; height: 20px; margin-top: 7px; margin-right: 10px	}	
