@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
background-color:#FFF;

}
#global
{
margin-top:10px;
margin-left:10px;
}
.SLIDE
{
	margin-top:10px;
}

#menu
{
width:200px;
height:100%;
position:absolute;
position:fixed;
float:left;
}
#content
{
margin-top:15px;
top:15px;
left:205px;
position:absolute;
float:left;
}

.previousimg
{
	cursor:pointer;
	font-size:10px;
	background-color:#FFFFFF;
	color:#FF0000;
}
.previousimg:hover
{
	cursor:pointer;
	font-size:10px;
	background-color:#FF0000;
	color:#FFFFFF;
}
.nextimg
{
	cursor:pointer;
	font-size:10px;
	background-color:#FFFFFF;
	color:#FF0000;
}
.nextimg:hover
{
	cursor:pointer;
	font-size:10px;
	background-color:#FF0000;
	color:#FFFFFF;
}

#subMenu
{
width:150px;

position:absolute;
padding-bottom:5px;
padding-top:5px;
color:#0000FF;

font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
border-top-width:thin;
border-top-style: solid;
border-top-color: #000000;
float:left;
}
#subContent
{
	left:0px;
	position:absolute;
	float:left;
	
}


.subIMG {
	z-index:0px;
	margin-bottom:0px;
}
.quote {
	padding-left:15px;
	font-family:Arial;
	font-size:10px;
}
.subTxt {
	width:400px;
	background-color:#FFF;
	border-top-width:thin;
	border-top-style: solid;
	border-top-color: #000000;
	color:#FF0000;
	font-family:Arial;
	font-size:15px;
	z-index:100px;
	margin-bottom:2px;
	padding:5px;
}
.subTxtNoWidth {
	
	background-color:#FFF;
	border-top-width:thin;
	border-top-style: solid;
	border-top-color: #000000;
	color:#FF0000;
	font-family:Arial;
	font-size:15px;
	z-index:100px;
	margin-bottom:2px;
	padding:5px;
}
.subTxtCap {
	width:390px;
	background-color:#FFF;

	color:#FF0000;
	font-family:Arial;
	font-size:15px;
	z-index:100px;
	margin-bottom:2px;
	padding:5px;
}
#headSet
{
	top:5px;
	height:17px;
	position:fixed;
	left:190px;
	margin-left:15px;
	
}
.col1
{
width:400px;
margin-right:60px;
float:left;
}
.pBox
{



margin-bottom:2px;
margin-right:2px;
float:left;

}
.pBoxTxt
{
position:absolute;
background:#EEEEFF;
height:17px;
padding-top:2px;
border-top-width:thin;
border-top-style: solid;
border-top-color: #0000FF;
}
.pBoxImg
{

}
.Title
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
}
.Txt
{
color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}
.Txt2
{
color:#000000;
font-family:Arial;
font-size:10px;
}
img
{
	border:none;
}

a:link
{
color:#FFFFFF;
font-size:11px;
line-height:11.5pt;
text-decoration:none;
}
a:visited
{
color:#FFFFFF;
font-size:11px;
line-height:11.5pt;
text-decoration:none;
}
a:hover
{
color:#000000;
font-size:11px;
line-height:11.5pt;
background-color:#FF0000;
text-decoration:none;
}
a:active
{
color:#FFFFFF;
font-size:11px;
line-height:11.5pt;
text-decoration:none;
}
