/* CSS Document */

html, body, #wrap
{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:sans-serif;
	font-size:11px;
	color: #333;
	width:100%;
}
.wrap2
{
	height:80%;
}
.listbox
{
	border:1px solid #333;
	font-family: sans-serif;
	font-size:11px;
	color: #333;
	background-color:#e1e1e1;
}
.wtext
{
	font-family:sans-serif;
	font-size:11px;
	color:#ffffff
}
.wlink
{
	font-family:sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.wlink:hover
{
	font-family:sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:underline;
}
.footer
{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:right top;
	height:80px;
	padding-top:15px;
}
.img1
{
	background-image:url(../images/img1.gif);
	background-repeat:no-repeat;
	height:244px;
}
.tag1
{
	height:62px;
	background-color:#712947;
	font-family:georgia;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	background-image:url(../images/top_banner.gif);
	background-position:right;
	background-repeat:no-repeat;
	
}
.tag2
{
	background-color:#712947;
	height:25px;
	font-family:georgia;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.tag3
{
	background-color:#EEE5E9;
	height:72px;
	font-family:georgia;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.sidehead
{
	font-family:georgia;
	font-size:12px;
	color:#40608B;
}
.bottom
{
	background-color:#627EA5;
	height:15px;
}
.bluelink
{
	font-family:sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
.bluelink:hover
{
	font-family:sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:none;
}
.blacklink
{
	font-family:sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.blacklink:hover
{
	font-family:sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.dot
{
	color:#ff0000;
	font-weight:bold;
}
.textbox
{
	font-family:sans-serif;
	font-size:11px;
	color:#333;
	background-color:#ffffff;
	border:1px solid #999;
}
.botton
{
	font-family:arial;
	font-size:10px;
	color:#333;
	background-color:#CCCCCC;
	border:1px solid #666666;
	cursor:pointer;
	text-transform:uppercase;
}
.botton:hover
{
	font-family:arial;
	font-size:10px;
	color:#fff;
	background-color:#666666;
	border:1px solid #666666;
	cursor:pointer;
	text-transform:uppercase;
}
#rightMenuBar{
	text-align: left;
	position:absolute; 
	display:none;
	padding-left:5px; 
	z-index: 1001;
}
a
{
	font-family:sans-serif;
	font-size:11px;
	color:#336699;
	text-decoration:none;
}
a:hover
{
	font-family:sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:none;
}