
#outer{
	background-color: #FFFFFF;
	height:100%;
	min-height:100%;
	width:1000px;
	border-left:1px solid #666551;
	border-right:1px solid #666551;
	text-align:left;
	margin:auto;
	margin-bottom:-22px;
	position:relative;
}

#footer {
	background-color: #B2B2A8;
	clear		: both;
	color		: #B2B2A8;
	text-align	: right;
	position	: relative;
	height		: 22px;
	width		: 1000px;
	margin:auto;
	margin-bottom: 0px;
	line-height	: 21px;
	border-top: 1px solid #666551;
}


body   	{
	min-width:780px;/* for mozilla*/
	background-color: #DFDECE;
}

td, .foot
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 21px;
	color: #505050;
}
.bigger
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.sitenav {
	padding: 5px 20px 5px 20px;
	background-color: #e1e1d1;
}

a
{
	text-decoration: none;
	color: #C92746;
}

a:hover {
	color: #000000;
}

a img { border: 0 }


.backwh{
	background-color: #FFFFFF;
}

.formbut {
	font-family: Tahoma, Arial, Verdana, sans-serif, serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
	background-color: #CCCCCC;
	border: 1px solid #666666; 
}
	
.formline { 
	font-family: Tahoma, Verdana, Arial, sans-serif, serif; 
	font-size: 11px; 
	color: #000000; 
	border: 1px solid #CCCCCC; 
	padding-left: 3px; 
	line-height: 16px; 
	background-color: #FFFFFF;
	width: 170px;
	}

.formarea {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 11px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	padding-left: 3px;
	line-height: 18px;
	background-color: #FFFFFF;
	width: 200px;
	height: 60px;
}


.menu1,.menu1selected
{
	width: 270px;
	float: left;
	border-bottom: solid black 1px;
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: BOLD;
}

.menu1
{
	color: #000000;	
}

.menu1selected
{
	color: #FF0000;	
}

.menu2,.menu2selected
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-variant:small-caps;

	line-height: 20px;
	height: 20px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.menu2
{
	color: #C92746;
}

.menu2:hover {
	color: #000000;
}

.menu2selected
{
 color: #505050;
}

.menu3,.menu3selected
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-variant:small-caps;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
}

.menu4,.menu4selected
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-variant:small-caps;
	line-height: 16px;
	height: 16px;
	padding-left: 20px;
}

.menu3, .menu4
{
	color: #666666;
}

.menu3:hover, .menu4:hover {
	color: #000000;
}

.menu3selected, .menu3selected
{
	color: #C92746;
}

.highlight
{
	background-color: #FFFF00;
}

.formrequired
{
	color: #C92746;
}

.Mainmenu
{
	color: #000000;
}

.photothumb
{
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

.printable
{
	width: 705px;
	padding-right: 25px;
}

.printable2
{
	width: 660px;
	margin: 20px 25px 25px 5px;
}

#printtd
{
	width: 745px;
}

#printtable
{
	text-alignment: center;
}

.floatitem {
	display: inline;
	width: 240px;
	height: 150px;
}
.floatitem, .floatitem * {
	page-break-inside: avoid;
}

.pngfix {
	position: absolute;
}

@media Print
{
	.noprint
	{
		display: none;		
	}
	
	body
	{
		background-color: #FFF;
	}
	
	body, html {
		width: 745px;
	}
	
	#outer
	{
		border: 0;
		margin 0;
		padding: 0;
		width: 745px;
	}
	
	.printable, .printable2
	{
		width: 745px;
		margin: 0;
		padding: 0;
		text-alignment: left;
	}		
	
	#printtd
	{
		width: 745px;
		text-alignment: left;
	}
	
	#printtable
	{
		text-alignment: left;
	}
	
	.floatitem {
		overflow: hidden;
	}
}