body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/slice.jpg);
}
.BGblue {
	background-color: #9EB3C7;
}
.BGdarkBlue {
	background-color: #E2E9F1;
}
#Buttons a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#Buttons a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#Buttons a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.border {
	border: 1px solid #1F3956;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1F3956;
}
.arial12white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1F3956;
}
.BGdarkBlue {
	background-color: #39638d;
}
.bgblue2 {
background-color: #e6f2fd;
padding:10px;
}
a.image:link {
	color: #000000;
	text-decoration: underline;
}
a.image:visited {
	color: #000000;
	text-decoration: underline;
}
a.image:hover {
	color: #000000;
	text-decoration: underline;
}
.ver10white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.borderthree {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/***** form errors *****/

#errors {
text-align:center;
width:100%;
padding:5px;
}
#errors h2 {
font-size:16px;
}
#errors p, #errors li {
font-size:12px;
margin:0;
padding:0;
line-height:13px;
}
#errors ul {
margin:0;
padding:3px;
}
#errors li {
color:red;
margin-left:15px;
}

/** BLOG CSS FIXES **/

.bgblue2 .categories ,.bgblue2 .categories ul li
{
	display:inline;
	list-style:none;


}

#comment
{
	width:350px;

}

#commentlist
{
	background-color:#e3e3e3;
	margin-bottom:10px;

}