/* 
Copyright Bizcord Systems LLC 
css 
*/


body 
{
	margin: 0;
	font-family: tahoma, Helvetica;
	font-size: 11px;
}

.container 
{
	position: absolute;
	width: 651px;
	left: 50%;
	margin: 0 0 0 -300px;
}

.topper 
{
	width: 100%;
	height: 10px;
	top: 10px;
	right: 0px;
	margin-top: 20px;
	border-right: 1px solid #666666;
}

.title 
{
	width: 100%;
	height: 100px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #ffffff;
}

.title h1 
{
	margin: 0;
	font-size: 30pt;
	padding-top: 10px;
	letter-spacing: 7px;
	text-align: right;
	font-variant: small-caps;
}

.menu 
{
	position: absolute;
	width: 462px;
	height: 30px;
	top: 105px;
	left: 20px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color: #ffffff;
	padding-top: 9px;
	text-align: center;
	font-size: 11px;
	font-variant: small-caps;
}

html>body .menu 
{
	top: 100px;
}

.menu a 
{
	padding: 4px 9px 4px 9px;
	color: black;
	text-decoration: none;
	border-left: 1px solid #000000;
	margin-right: -1px;
}

.menu a:hover 
{
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		background-color: #cccccc;
}

.menu a.current 
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.subtitle 
{
	z-index: 10;
	position: absolute;
	width: 170px;
	height: 138px;
	top: 162px;
	right: -1px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color: #ffffff;
	text-align: right;
	vertical-align:center;
}

html>body .subtitle 
{
	right: -2px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}

.subtitle p 
{
	margin-top: 6px;		
	font-weight: bold;
	letter-spacing: 3px;
	font-variant: small-caps;	
}

.submenu 
{
	z-index: 10;
	text-align: right;
	vertical-align:center;
	position: absolute;
	width: 170px;
	height: 138px;
	top: 330px;
	right: -1px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	background-color: #ffffff;
}

html>body .submenu 
{
	right: -2px;
}

.submenu a 
{
	display: block;
	width: 85%;
	margin: 4px;
	padding: 4px;
	font-size: 8pt;
	font-family: verdana, arial, tahoma, Helvetica;
	color: #00008B;
	letter-spacing: 3px;
	text-decoration: none;
	border: 1px solid #ffffff;
}

.submenu a:hover 
{
	border: 1px dashed gray;
	background-color: #CCCCCC;
	color: #000000;
}

.submenu a.current 
{
	border: 1px solid gray;
	background-color: #CCCCCC;
	color: #000000;			
}

.content 
{
	position: relative;
	width: 100%;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #ffffff;		
	color: #000000;
	text-align: left;	
}

.inside 
{
	padding-top: 20px;
	width: 450px;			
	text-align: left;
	padding-bottom: 20px;
}

.content p 
{
	line-height: 16px;
}

.footer 
{
	height: 30px;
	font-size: 10px;
	font-family: tahoma, Helvetica;
	border-left: 1px solid #666666;
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
}


.image 
{ 
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	vertical-align: center;
}

.large 
{
	font-size:18px;
}

.medium 
{
	font-size:14px;
}


.smallmenu
{
	margin-right:3px;
	margin-left:5px;
	border-left: 1px solid #000000;
}

