html {
	min-height: 600px;
	height: 100%;
	overflow: auto;
}

#logotext {
	padding-top: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#mainlogo {
	margin-right: 108px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
/*	background-image:url("background_images/page.jpg"); */
	background-repeat:repeat-x;
	background-position:top left;
/*	background-color:#EBCCE2; */
	background-color:white;
	min-height: 600px;
	height: 100%;
	overflow:auto;
}

hr {
	color: #CC7E2B; height: 1px;
}
td,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	font-size: 11px;

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

#copyright {
	color: #CC7E2B;
}
a:hover {
	color: #9A006F;
	text-decoration: none;
}

.sampleImage {
	border: 1px solid #9B0070;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 11px;
	text-align: left;
	background-color: transparent;
}

#centeredContentArea {
	background-color: #FFFFFF;
	width: 766px;
	height: 100%;
	min-height: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position:relative;
	background-image:url(background_images/mainbackground.gif);
	background-repeat: no-repeat;
	background-position: left 180px;
/*	border-top: 1px none #9B0070;
	border-right: 1px solid #9B0070;
	border-bottom: 1px solid #9B0070;
	border-left: 1px solid #9B0070; */
}

.contentColumn {
	float:left; 
	width:300px;
	height:400px;
	padding: 10px; 
	background-colour: #FF0000;
	
}
.rightColumn {
	float:right;
	width:340px;
	height:400px;
	background-color: #FFFFFF;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9B0070;
}

#topbanner {
	width:100%; height:150px; 
}
#navbar {
	width:758px;
	height:25px;
	border-left-width: 280px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	display:inline;
	padding-top:3px;
	bottom:47px;
	background-color:white;
}

#footer {
	width: 732px;
	background-color: none;
	padding: 0px;
	height:15px;
	margin: 0px auto;
	clear: both;
	bottom: 48px;
/*	border-top: 1px solid #9A006F; */
}	

.menuTable   { font-family: arial, helvetica, sans-serif; font-size: 9pt}
.menuLink    { font-size: 8pt; font-family: verdana, helvetica, sans-serif; 
               color: #777777; text-decoration: none }
.menuLink:hover { color: #9A006F; text-decoration: none }
.menuInsert  {
	z-index: 200;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 10pt;
	font-size: 8pt;
	font-family: verdana, helvetica, sans-serif;
	width: 90px;
	color: #777777;
	height: 15px;
	margin: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-position: center;
}
.menuInsert:hover { color: #9A006F; text-decoration: none }
.menuContainer { 
	z-index: 1000; 
} 
#allMenus {
	padding: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9B0070;
}
