/* Body Style */		body {			background-color: #006699;		}		.style1 {color: #003366}/* Box */		#box {			margin-top: 15px;			position: absolute;			width: 775px;			left: 50%;			margin-left: -370px;			font:75% Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;			line-height: 1.6em;			color: #333333;			background-color: #ffffff;			border: 2px solid #003366;		}				/* Header Styles */		#header {			background-image: url("..//images/flower.gif");			background-repeat: no-repeat;			height:125px;			padding-top: 20px;			clear: both;					}				#header p { 			margin-top: -20px;			margin-left: 30px;			color: #999999;					}						/* H1 - h4 Styles */				h1 {			font-family: Arial, Helvetica, sans-serif;			font-weight: normal;			font-size: 28px;			color: #CC6633;			margin-left: 180px;			margin-bottom: 30px;					}				h2 {			color: #666666;			font-size: 14px;			font-family: Arial, Helvetica, sans-serif;			margin-left: 180px;			border-bottom: 1px solid #003366;		}				h3 {			color: #333399;			font-size: 14px;			font-family: Arial, Helvetica, sans-serif;			margin-left: 0px;				}				h4 {			color: #000000;			font-size: 14px;			font-family: Arial, Helvetica, sans-serif;			margin-left: 0px;				}				a {			color:#336699;			text-decoration: none;		}		a:hover {			color:#336699;			background-color: #ffff99;			text-decoration: underline;		}				form {			float:right;			margin-top: -45px;			font-size: 9px;		}				input {			background-color: #FFF;			color: #999999;			border: 1px solid #CCC;			font-size: 11px;			padding: 3px;		}				.button {			padding: 2px;		}/* Navigation Styles */			 #navigation ul {			margin-right: 25px;			padding: 0;			list-style-type: none;						float: right;			width: 150px;		}		#navigation a {			background: #000000 url(../images/menuback3.gif) bottom left repeat-x;			display: block;			padding: 4px;			width: 140px;			border-left:3px solid #cc6600;			border-right:3px solid #cc6600;		}		#navigation a:link, #navlist a:visited {			color:#ffffff;			text-decoration: none;		}				#navigation a:hover {			background: #000000 url(../images/menuback4.gif) bottom left repeat-x;			background-color: #F5F5F5;			color:#ffffff;			border-left:3px solid #ff9900;			border-right:3px solid #ff9900;		}/* Info Box */		#navigation p {			margin-top: 40px;			padding: 5px;			border-bottom: 1px dotted #CCC;			border-top: 1px dotted #CCC;		}		/* Text Body Styles */		#text {			width: 500px;			margin-left: 25px;			margin-right: 0px;		}				#text p {			padding-bottom: 10px;			margin-left: 15px;			border-bottom: 0px solid #DDDDDD;		}				.news {			padding:10px;			background:#ffffcc;			margin:10px 0;			color:#003399;			border-bottom:2px solid #000000;			border-top:2px solid #ffcc33;		}				.left {			margin:10px 0 5px 10px;			float:left;		}		.right {			margin:0px 0 5px 20px;			float:right;		}/* Sidebar Styles */		#sidebar {			float: right;			width: 175px;		}				#sidebar p {			padding-bottom: 10px;			border-bottom: 1px solid #DDDDDD;		}		/* disorder Styles */		.order {			margin-top: 20px;			color:003399;			clear: both;			padding: 0px 5px 0px 5px;			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;			font-size: 14px;		}				.order p {			color:#89817f;			padding: 5px;		}				.order p a {			color: #ffffff;			text-decoration:underline;				}				.order p a:hover {			color: #FFFFFF;			background-color:#ffff99;			text-decoration:none;				}				.style2 {color: #FFFFFF}		.style3 {		color: #FF6600;		font-weight: bold;		}/* Footer Styles */		#footer {			margin-top: 20px;			clear: both;			background-color:#003366;			padding: 0px 5px 0px 5px;		}				#footer p {			color:#89817f;			padding: 5px;		}				#footer p a {			color: #ffffff;			text-decoration:underline;				}				#footer p a:hover {			color: #FFFFFF;			background-color:#336699;			text-decoration:none;				}		