@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
}
.body_right {
	background-image: url(images/dotted-vertical-long.png);
	background-repeat: repeat-y;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
}
.body_bg {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}
.footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

p {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
	line-height: 150%;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
.headerbg
{
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x
} 
.menubg {
	background-image: url(images/left_menu_bg.png);
	background-repeat: repeat-y
}
.bulletpoints_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.bodybg {
	background-image: url(images/mid-box-3-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
