/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}

.leftbg{
	background-image:url(images/left.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.rightbg{
	background-image:url(images/right.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.sundial{
	background-image:url(images/sun-dial.jpg);
	background-repeat:no-repeat;
	height:160px;
	vertical-align:middle;
}
.arrow2{
	list-style-image:url(images/arrow2.jpg);
	list-style-position:outside;
	text-decoration:none;
	padding-top:6px;
}


.arrow1{
	list-style-image:url(images/arrow.gif);
	list-style-position:outside;
	font:16px Arial;
	color:#000000;
	text-decoration:none;
	padding-top:10px;
	margin-top:10px;
	padding-left:30px;
	margin-left:30px;
}

.arrow1 li{
	padding-bottom:12px;
	margin-bottom:12px;
}

.link{
	color:#000000;
	text-decoration:none;
}

.link:hover{
	color:#000000;
	text-decoration:underline;
}

.heading{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:18px;
	text-decoration:none;
	color:#e92323;
}

.subheading{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:18px;
	text-decoration:none;
	color:#14355f;
}

.color{
	color:#282828;
}

.bodytext{
	font:12px Arial;
	color:#000000;
	text-decoration:none;
	line-height:16px;
	text-align:justify;
}

.highlight{
	color:#e92323;
}

.arrow{
	list-style-image:url(images/arrow.jpg);
	list-style-position:outside;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.arrow li{
	padding-bottom:2px;
	margin-bottom:2px;
}

.footerlinks{
	font:12px Arial;
	color:#242424;
	text-decoration:none;
}

.footerlinks a:link{
	color:#242424;
	text-decoration:none;
}

.footerlinks a:visited{
	color:#242424;
	text-decoration:none;
}

.footerlinks a:hover{
	color:#242424;
	text-decoration:underline;
}

.url{
	font:12px Arial;
	color:#006acb;
	text-decoration:none;
}

.url a:link{
	color:#006acb;
	text-decoration:none;
}

.url a:visited{
	color:#006acb;
	text-decoration:none;
}

.url a:hover{
	color:#006acb;
	text-decoration:underline;
}

.mail{
	color:#e92323;
	text-decoration:underline;
}

.mail:hover{
	color:#000000;
	text-decoration:none;
}	
.tblborder2 {			
			BORDER-RIGHT:#65b8fe 1px solid;
			border-top:#65b8fe 1px solid; 
		 	BORDER-LEFT:#65b8fe 1px solid; 
			BORDER-BOTTOM:#65b8fe  1px solid;
}