BODY {
	background: url(images/bg-page.gif) fixed;
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top-menu {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 12px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background : url('images/bg-topmenu.gif');
	color : #f1f1f1;
	text-decoration : none;
}
.top-menu:hover {
	background : url('images/bg-topmenu-over.gif');
	color : #fefefe;
	text-decoration: underline;
}
.copyright {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #545454;
	background-color : inherit;
}
.copyright:hover {
	color : #686868;
	text-decoration : underline;
	background-color : inherit;
}
.bottom-links {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #ffffff;
	background-color : inherit;
}
.bottom-links:hover {
	color : #e1e1e1;
	text-decoration : underline;
	background-color : inherit;
}
.content {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : #454545;
	text-decoration : none;
	line-height : 16px;
	background-color : inherit;
}
.content-title {
	font-family : Verdana, Arial, Tahoma, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #104990;
	background-color : inherit;
	text-decoration : none;
}
.content-sub-title {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight :bold;
	color : #104990;
	text-decoration : none;
	background-color : inherit;
}
.content-links {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : #454545;
	text-decoration : underline;
	background-color : inherit;
}
.content-links:hover {
	color : #104990;
	text-decoration : none;
	background-color : inherit;
}
.txtbox {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #313131;
	text-decoration : none;
	font-weight : normal;
	border : 1px solid #e1e1e1;
	padding : 2px;
	background-color : #ffffff;
}
img.homeimage {
	float: left;
	margin-right: 1.0em;
	background: #fff;
	color: #000;
}





/*Following is CSS used for drop down menu.......*/


#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}
#sddm li a {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 12px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background : url('images/bg-topmenu.gif');
	color : #f1f1f1;
	text-decoration : none;
}
#sddm li a:hover {
	background : url('images/bg-topmenu-over.gif');
	color : #fefefe;
	text-decoration: underline;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #F1F1F1;
}
#sddm div a {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : normal;
	font-size : 12px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	width: 140px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background : url('images/bg-topmenu-sub.gif');
	color: #FFFFFF;
}
#sddm div a:hover {
	background : url('images/bg-topmenu-sub-over.gif');
	color: #FFFFFF;
	text-decoration: underline;
}