body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a { text-decoration:none;}

#display_page{
	width:100%;
}

.grey{background-color:#dddddd;}

h1{
	color:#cc0000;
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	margin:0px;
}
hr {
	border:#003300 1px solid;
	height:1px;
}	
.organization{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}			
/*******************************************Box Class**********************************************/
.box_top{
	background-image:url(../images/box_top.gif);
	background-repeat:repeat-x;
	height:40px;
}
.box_left{
	background-image:url(../images/box_left.gif);
	background-repeat:repeat-y;
	width:40px;
	}
.box_right{
	background-image:url(../images/box_right.gif);
	background-repeat:repeat-y;
	width:40px;
}	
.box_bottom{
	background-image:url(../images/box_bottom.gif);
	background-repeat:repeat-x;
	margin:0;
}
.box_left_top{
	background:url(../images/box_left_top.gif);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
.box_right_top{
	background:url(../images/box_right_top.gif);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
.box_left_bottom{
	background:url(../images/box_left_bottom.gif);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
.box_right_bottom{
	background:url(../images/box_right_bottom.gif);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
/*************************************End of Box**************************************/				
#footer{
	background:#666666;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
}
.footer_menu{font-size:12px !important}
	
/***********************************menu bar************************************/
#menu{                 
	width:100%;
	height:25px;
	background:#000000;
	background-repeat:repeat-x;
	margin:0px;
}
#sddm
{	margin: 0px;
	padding: 0px;
	z-index: 30;
	width:100%;
}

#sddm li                    /* Properties of menu displayed*/
{	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: normal 14px arial;
	position:relative;
	width:12.3%;
	border-right:#FFFFFF solid 1px;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	color: #FFF;
	height:25px;
	line-height:25px;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover
{	
	color:#FF0000;
}

#sddm div
{	position:absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width:100%;
}

#sddm div a                   /* Properties to display the submenu on mouse hover*/
{	position: relative;
	display: block;
	margin: 0;
	width:100%;
	white-space: nowrap;
	text-align:center;
	text-decoration: none;
	background:url(../images/submenu.gif);
	background-repeat:repeat-x; 
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: 12px arial;
}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFF;
}
	
