.bodyhome{
	background-color: #000000;
        font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
}

.homeheader{
	width=60%;
	background-color: #000000;	
	vertical-align: bottom;
}

.menubar{
	width: 40%;
	background-color: #000000;
	vertical-align: bottom;
}

.homecontent{
	border-top: 1px solid #390055;
	border-bottom: 1px solid #390055;
	border-color:#999999;
	padding-top: 50px;
	padding-bottom: 70px;
}

.homepagecontent{
	border-top: 1px solid #390055;
	border-bottom: 1px solid #390055;
	border-color:#999999;
	padding-right:20px;
	padding-left:20px;
	padding-top: 70px;
	padding-bottom: 70px;
}



.maintext{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	padding-top: 10px;
	padding-right:40px;
	padding-left:40px;
	padding-bottom: 10px;
}


.topalign{
	padding-top: 1px;
	padding-bottom: 100px;
}

.ordercontent{
	border-top: 1px solid #390055;
	border-bottom: 1px solid #390055;
	border-color:#999999;
	padding-right:20px;
	padding-left:20px;
	padding-top: 50px;
	padding-bottom: 50px;
}


.img-resize-v{
	width: 35%;
}

.img-resize-h{
	width: 40%;
}





.outsideborder{
	border-style: outset;
        border-top: 3px solid;
	border-left: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-color:#888888;
}

.printsborder{
	border-style: outset;
        border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color:#888888;
}

.leftborder{
	border-left: 1px solid;
	border-color:#888888;
}

.rightborder{
	border-right: 1px solid;
	border-color:#888888;
}


.comment{
	font-size: 11px;
}

.footermenu{
	background-color: #000000;
	vertical-align: bottom;
	font-size: 10px;
	a:link: color: #FF0000;
	a:visited: color: #00FF00;
	a:hover: color: #FF00FF;
	a:active: color: #0000FF;
}



/* menu info */
div#footermenu{
	background-color: #000000;
}



/* start of rollover button code */
div#footermenu a.button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#footermenu a.button:link{
	background: #000000;
	color: #B8B8B8;
	text-decoration: none;
	letter-spacing: 1px;
}

div#footermenu a.button:visited{
	background: #000000;
	color: #888888;
	text-decoration: none;
	letter-spacing: 1px;
}

div#footermenu a.button:hover{
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

div#footermenu a.button:active { 
	background-color: #000000;
	color: #ffffff; 
	text-decoration: none;
	}
/* end of rollover button code */



.tablefont{
	font-size: 14px;
}


div#bodyhome td.bdr{
	border-bottom: 1px solid #390055;
	border-right:1px solid;
	border-color:#2277AA;
	padding-top: 10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


div#bodyhome td.bdr2{

	padding-top: 10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div#bodyhome td.bdr3{
	border-bottom: 1px solid #390055;
	border-right:1px solid;
	border-color:#2277AA;
	padding-top: 10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div#specialbox{
	position: relative;	
	text-align: center;	
	width: 220;
	height: 100;
	background-color: #0000AA;
        color: #00FF55;
	padding: 10px;	
        font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-right: medium outset #ccccff;
	border-right-width: 1px;
	border-left: medium outset #ccccff;
	border-left-width: 1px;
	border-bottom: medium outset #ccccff;
	border-bottom-width: 1px;
	border-top: medium outset #ccccff;
	border-top-width: 1px;
}


