/* css document */
/* m2synergies styles */
/* author - kevin dawidowicz 03-03-05 */

/***********************************************/
/* html style tags                             */
/***********************************************/
body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	line-height: 15px;

}
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color: #000000;	
}
li {
	list-style-type: square;
}
.header_orange {
	width: 778px;
	height: 31px;
	background-image: url(images/common/head_spacer.gif);
	text-align: right;
	/* margin: auto; -- If you want to center site */
}
.header_image {
	width: 778px;
	height: 120px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	background-image: url(images/common/header.jpg);
	background-repeat: no-repeat;
	border-top-style: solid;
	border-bottom-style: solid;
	/* margin: auto; -- If you want to center site */
}
.header_blue {
	width: 778px;
	height: 39px;
	background-image: url(images/common/bot_head_spacer.gif);
	text-align: left;
	/* margin: auto; -- If you want to center site */
}
.content {
	width: 778px;
	background-image: url(images/common/midd.gif);
	background-repeat: repeat-y;
	/* margin: auto; -- If you want to center site */
}
.left {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
}
.center {
	width: 326px;
	height:100%;
	float: left;
	padding-left:15px;
	padding-right:15px;
	padding-top: 10px;

}
.centercontent {
	width: 356px;
	height:100%;
	float: left;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
.right {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
}
.footer {
	width: 778px;
	height: 56px;
	background-image: url(images/common/footer.jpg);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 10px;
	float:left;
	clear:both;
}
/***********************************************/
/* right style tags                            */
/***********************************************/
.righttable {
	width: 210px;
	border: 0;
	padding: 0;
}
.righttext {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
/***********************************************/
/* left style tags                            */
/***********************************************/
.lefttable {
	width: 210px;
	border: 0;
	padding: 0;
}
.newsdate {
	color: #287BC1;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	padding-left: 10px;
	padding-top: 5px;
}
a.newsdateurl {
	color: #287BC1;
	font-weight: bold;
	text-decoration: none;
}
.newscontent {
	width: 190px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.newslink {
	width: 140px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(images/common/bullett.gif);
	background-repeat: no-repeat;
	margin-left:50px;
	background-position: middle left;
	color: #003366;
	font-weight: bold;
}
a.newslinkurl {
	text-decoration: underline;
	color: #003366;
}
/***********************************************/
/* center style tags                           */
/***********************************************/
.centertitle {
	margin-left: -10px;
}
.faq {
	color: #287BC1;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	padding-left: 10px;
	padding-top: 5px;
}
a.faqurl {
	color: #287BC1;
	font-weight: bold;
	text-decoration: none;
}


.centnewsdate {
	color: #287BC1;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	padding-left: 10px;
	padding-top: 5px;
}
a.centnewsdateurl {
	color: #287BC1;
	font-weight: bold;
	text-decoration: none;
}
.centnewscontent {
	width: 290px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.centnewslink {
	width: 240px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(images/common/bullett.gif);
	background-repeat: no-repeat;
	margin-left:10px;
	background-position: middle left;
	color: #003366;
	font-weight: bold;
}
a.centnewslinkurl {
	text-decoration: underline;
	color: #003366;
}
/***********************************************/
/* text style tags                             */
/***********************************************/
.emailform {
	color: #3366CC;
	font-weight: bold;
	font-size: 12px;
}
