* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}
.style2 {font-weight: bold}
.style3 {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	width: 838px;
	font-size: 14px;
}
.myoverlay { 
   position: absolute; 
   z-index: 2;
} 
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background-color: #FFFFFF;
}
a {
	color: #CC0033;
	outline: none;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
	text-align: center;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 700px;
	max-width: 1280px;
	margin: 0 auto;
}
.pagehead {
	color: #CC0033;
	background: #FFFFFF;
	text-shadow: 0px 1px 1px #990000;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	padding-top: 30px;
}
.pagehead2 {
	color: #CC0033;
	background: #FFFFFF;
	text-shadow: 0px 1px 1px #990000;
	padding-top: 30px;
}
.catnoborder {
	border: thin solid #FFFFFF;
}
.catborder {
	border: thin solid #CC8099;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 30px;
	text-align: center;
	margin-top: 0px;
	background-image: url(Images/bg.jpg);
	padding-top: 10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 199px solid #FFFFFF;
	height: 1%;
	position: relative;
	background-image: url(Images/border.gif);
	background-repeat: repeat-y;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	margin-right: -100%;
	padding-top: 1px;
	background-image: url(Images/border.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
    overflow: hidden;
    position: relative;
}
#content {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	overflow: auto;
	background-color: #FFFFFF;
	width: auto;
	background-image: url(Images/border.gif);
	background-repeat: repeat-y;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 199px;
	position: relative;
	left: -199px;
	background-image: url(Images/bgleft.jpg);
	height: 100%;
	
	position: absolute;
    right: 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 21px;
	background-color: #CC0033;
	text-align: center;
	color: #FFFFFF;
}

/* Image thumbnails
-----------------------------------------------------------------------------*/
div.float {
	float: left;
	width: 230px;
	padding: 5px;
	background-color: #FFFFFF;
  }
  
div.float p {
   text-align: center;
   }

/* Menu
-----------------------------------------------------------------------------*/
A.Menu {
	color : Black;
	text-decoration: none;
	font-weight: bold;
	color : #CC0033;
	font-size: 16px;
}

A.Menu:Hover {
	color : #FF0000;
	text-decoration: none;
	font-weight: bold;
	color : #CC0033
}

/* Links
-----------------------------------------------------------------------------*/
A {
color : #CC0033;
text-decoration: none;
}

A:Hover {
color : #CC0033;
text-decoration: none;
}

/* Images
-----------------------------------------------------------------------------*/
.thumbs {
	border: thin solid #000000;
}

/* Form (hidden field)
-----------------------------------------------------------------------------*/
#MyST {display: none;}

