/* GENERAL PAGE STYLES */

ul {
	margin: 0px 0px 0px 18px; /* Top  Right  Bottom  Left */
	padding: 0px 4px 4px 4px; /* Top  Right  Bottom  Left */
	line-height: 25px;
	list-style-image:url(images/diamond.gif);
}
html, body {
	margin: 0; 
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 20px 0px 20px 0px; /* Top  Right  Bottom  Left */
}
#container {
	margin: auto;
	width: 100%;
	height: 100%;
	background: #fff;
}
#left, #right {
	min-height: 100%;
	text-align: left;
	margin-bottom: -23px;
}
#left {
	float: left;
	width: 43%;
	background: #fff;
	color: #000;
}
#right {
	float: right;
	width: 54%;
	padding: 0px 4px 0px 4px; /* Top  Right  Bottom  Left */
	background: #27102e;
	color: #fff;
	z-index: 1;
}
#quote{
	position: absolute;
	top: 260px;
	right: 20px;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #84648c;
	font-size: 75%;
	font-style: italic;
}
#pagesmenu {
	position: absolute;
	top: 7px;
	left: 78px;
}
#pagesleft{
	position: absolute;
	top: 236px;
	left: 6px;
	
}

/* FOOTER STYLES */

#footermenu {
	position: relative;
	bottom: 0px;
	float: left;
	width: 43%;
	height: 15px;
	padding: 3px;
	line-height: 15px;
	font-size: 70%;
	color: #e0e0e0;
}
#footermenu a {
	color: #c1c1c1;
	text-decoration: none;
}
#footermenu a:hover {
	color: #404040;
}
#footer {
	position: relative;
	bottom: 0px;
	float: right;
	width: 54%;
	height: 15px;
	background-color: #c2b7c5;
	padding: 3px;
	border: solid 1px #27102e;
	line-height: 15px;
	font-size: 70%;
	font-weight: bold;
	color: #000;
	z-index: 1;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#contact {
	width: 20%;
	float: left;
}

/* CONTENT AREA STYLES */

#mainpane {
	position: absolute;
	min-width: auto;
	min-height: auto;
	top: 95px;
	bottom: 50px;
	right: 150px;
	left: 51px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 0 0 0; /* Top  Right  Bottom  Left */
	padding: 20px;
	background-color:#fff;
	border: solid 1px #a0a0a0;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#mainpane a {
	color: #7c00f0;
}
#mainpane pre {
	background-color: #eeeeee;
	border: 1px solid #888888;
 	padding: 15px;
	white-space: pre;
}
#mainpane pre .blue {
	colour: #0000ff;
}
.menutab{
	background-color: #e8e0ea;
}
.head1{
	font-size: 120%;
	font-weight: bold;
	color: #330033;
}
.head2{
	color: #3564aa;
	font-weight: bold;
	text-decoration: underline;
}
#menutable{
	margin-bottom: 15px;
}

/* 3DBARGRAPHER STYLES */

#graphfloat{
	width: 402px;
	margin: 0 0 20px 30px; /* Top  Right  Bottom  Left */
	float: right;
}

/* WEB DESIGN STYLES */

#websfloat{
	width: 228px;
	margin: 0 0 20px 30px; /* Top  Right  Bottom  Left */
	float: right;
}

/* STYLECHOOSER STYLES */

#stylechooser{
	font-size:110%;
	letter-spacing:0px;
	line-height:18px;
}
#sample {
	border: 1px solid #666666;
	padding:0px 10px 0px 10px;
}
#hdg {
	font-size:140%;
}
#hdg,#p1 {
	letter-spacing:0px;
	line-height:18px;
}
#stylechooser textarea {
	font-family:"Courier New", Courier, mono;
	width:90%;
	border: 1px solid #666666;
	background-color:#F4FFFF;
}
.ctrl{
	font-size: 70%;
}
