/* CSS Document */

#global {
	position:absolute;
	left: 45%;
	top: 30%;
	width: 800px;
	/*height: 100%;*/
	margin-top: -200px; /* half of the height */
	margin-left: -355px; /* half of the width */
	background-color: #666;	
	border: 2px groove #666;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #3d3d3d;
	margin: 0px 0px 0px 0px;
	background-image: url(FW/bg4.jpg);
	background-repeat: repeat-x;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
}

.LI-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	/*list-style-type: disc;*/
	list-style-image: url(Graphics/Traveller.gif);	
}

.LI-content-indent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	list-style-type: circle;	/*list-style-image: url(Graphics/Tennis_bullet.gif);	*/
}

a:link {
	color: #4A7488;
	text-decoration : none;
}
a:visited {
	color: #4A7488;
	text-decoration : none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: #CCCCCC;
}

a:active {
	color: #333333;
	text-decoration :none;
}

.P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.P-Medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

.P-Large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 18px;	
}

#navcontainer { 
	width: 109px; 
}

#navcontainer ul
{
	margin-left: 4px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}

#navcontainer a
{
display: block;
/*padding: 3px;*/
padding-bottom: 30px;
padding-top: 6px;
padding-left: 2px;
padding-right: 2px;
width: 108px;
background-color: #666;
/*border-bottom: 1px solid #eee;*/
}

#navcontainer a:link, #navlist a:visited
{
color: #999;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #999;
color: #333;
}

#navcontainerCURRENT {
	background-color: #fff !important;
	color: #333 !important;
	font-weight: bold !important;	
}

.RightGrayBorder {
	border-right-color: #666666;
	border-right-style:solid;
	border-right-width: 3px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.RightCCCBorder {
	
	padding: 0 0 0 0;
	/*padding-left: 5px;
	padding-bottom: 5px;*/
}


.spacedLETTERS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 2px;
	font-weight: bold;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	text-align: right;
	padding-right: 5px;
	margin-right: 0px;
}

.portfolioTABLE {
	border: solid #ccc 1px;	
	border-right-color: #fff;
}

.portfolioTD {
	border-right-color: #ccc;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 5px 8px 5px 17px;
}

.smallGRAY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	border: solid #666666 1px;
	height: 30px;
	width: 110px;
	font-weight: bold;
}


.inputOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	background-color: #666;
	border: solid #666666 1px;
	height: 30px;
	width: 110px;
	font-weight: bold;
}

.imageBORDER {
	border: solid #666 2px;
}