/* CSS Document */

#logo {
background-image : url(../images/logo.gif);
background-repeat : no-repeat ;
}

a#link {
display:block;
width:100%;
height:100%;
font-family:verdana,arial,helvetica,sans-serif;
font-size:16px;
color:#666;
text-decoration:none;
}

#regno {
background-image : url(../images/topbg1.gif);
background-repeat : repeat-x ;
color : #ffffff;
font-size : 10px;
}

#header {
background-image : url(../images/topbg1.gif);
background-repeat : repeat-x ;
color : #ffffff;
font-size : 30px;
}

#header a{
   display: block;
   
   text-decoration: none;
}



#header a:link, #header a:visited {
   color: #FFF;
   
}
#header a:hover, table.navbar td a:active {
   color: #fff;
   
}

#navigation {
background-image : url(../images/navbg.gif);
background-repeat : repeat-x ;
text-align: right;
padding-right: 30px;
padding-bottom: 6px;
}

#navigation A:link {text-decoration: none; color: #FFFFFF}
/*  */
#navigation A:visited {text-decoration: none; color: #FFFFFF}
#navigation A:active {text-decoration: none; color: #FFFFFF}
#navigation A:hover {text-decoration: underline; color: #FFFFFF}

#leftborder {
background-image : url(../images/side_left_bg.gif);
background-repeat : repeat-y ;
}
#rightborder {
background-image : url(../images/side_right_bg.gif);
background-repeat : repeat-y ;

}
#footer {
background-image : url(../images/basebg.gif);
background-repeat : repeat-x ;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

	 

#news {
border-left-style: solid;
border-left-color: #0066cc;
border-left-width: 1px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
/*	border-bottom: 1px solid #cccccc; */

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
      text-decoration:none;
}
/*	border-top: 1px solid #cccccc;  */

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
      text-decoration:none;
}
/*	border-top: 1px solid #cccccc;  */

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
      text-decoration:underline;
}
/*	border-top: 1px solid #cccccc;  */

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
      text-decoration:none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

