.mid_strip {
	background-image: url(images/mid_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 12px;
	width: auto;
}
.txtbold12 {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.welcome_text h1{
	font-family: Arial;
	font-size: 16px;
	color: #7E8A73;
	text-decoration: none;
        text-align: center
}
.txt11grey {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


h1 {
                 font-size: 14px;
}     

.contenttxt {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.botttom_strip {
	background-image: url(images/bottom_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	width: auto;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 600px;
	width: auto;
}


table.menu p { 
width:200px; 
border:1px solid #333333; 
display: block; 
}

div.menu p {
color: #000000; 
background: #ffff00; 
text-decoration:none; 
font-size:14px; 
line-height:16px; 
font-family: Tahoma, verdana, sans-serif;
padding: 1px 2px;
}

table.menu a { 
width:200px; 
border:1px solid #333333; 
display: block; 
}

div.menu a {
color: #333333; 
background: #FFFFFF; 
text-decoration:none; 
font-size:12px; 
line-height:16px; 
font-family: Tahoma, verdana, sans-serif;
padding: 1px 2px;
}

div.menu a:link {
color: #333333; 
background: #cccc99; 
}

div.menu a:active { 
color: #000000;
background: #cccc99; 
}

div.menu a:visited {
color: #333333; 
background: #cccc99; 
}


div.menu a:hover {
color: #eeeeee;
background: #333333; 
border:1px solid #000000; 
}

div.menu ( 
position:absolute;
top:0; 
left:0;
)


#list-menu {
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 2px 0 0;
}


#list-menu a {
display: block;
width:200px;
padding: 2px 2px 2px 5px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu br {
line-height:0.1
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
}


