

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}


a{
	color: #555555;
	text-decoration: none;
}

table, td{
	font-size:12px;
	color: #444444;
	font-family: Arial, Helvetica;
	text-align: left;
}

a:visited{
	color: #555555;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}


body{
	background: #666666 url('images/background.jpg') repeat-x;
	margin: 0px;
	padding-top:50px;
}

td.left{
	width: 17px;
	background: url('images/left.gif') repeat-y;
}

td.menu{
	width: 145px;
	background: url('images/menu_bg.jpg') repeat-y #FFFFFF;
}

td.contentleft{
	width: 15px;
	background: url('images/content_left.gif') repeat-y;

}

td.contentright{
	width: 24px;
	background: url('images/content_right.gif') repeat-y;

}

td.content{
	width:485px;
	height: 300px;
}

td.right{
	width: 12px;
	background: url('images/right.gif') repeat-y;
}

td.spacer{
	width: 18px;
	background: #E4E4E4;

}

td.main
{
	background: #E4E4E4;
}

td.menuspace{
	width: 15px;
	background: url('images/menu_space.jpg') #BBBBBB;
	border-top: 1px solid #FFFFFF;
}

td.menuitem
{
	width: 117px;
	background: #CCCCCC;
	padding: 1px;
	padding-left: 10px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	font-family:Arial;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;

}

a.menuitem{
	color: #333333;
	text-decoration: none;
}

a.menuitem:visited{
	color: #333333;
}

a.menuitem:hover{
	color: #666666;
	text-decoration: none;
}

table.contact{
	border: 1px solid #CCCCCC;
}

td.contact1{
width:80px;
padding:7px;
}

td.contact2{
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 7px;
}

a.redlink{
	color: #990000;
	font-weight:bold;
	text-decoration: none;
}

a.redlink:visited{
	color:  #990000;
}

a.redlink:hover{
	color: #333333;
	text-decoration: underline;
}

td.uptitle{
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #333333;
	background: url('images/titlebg.jpg') #333333;
}

td.up{
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #444444;
	padding: 5px;
	border: 3px double #CCCCCC;

}

td.up1{
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #444444;
	padding: 20px;
	border-bottom: 2px dashed #CCCCCC;
}


.confirm{
	font-size:13px;
	color: #990000;
	font-weight: bold;

}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}