@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #666666;
	background-image:url(images/g2.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: thin solid #666;border-right: thin solid #666;border-bottom: thin solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.sidelink
{
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	color: #003366;
	font-family: arial, helvetica, sans-serif;
}

.title
{
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #003366;
	font-family: arial, helvetica, sans-serif;
}

.workshop
{
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #87011C;
	font-family: arial, helvetica, sans-serif;
}
 /*css button */
 
a.button {
display: block;
width: 100px;
height: 11px;
padding: 10px 20px 15px 45px;
color:#666666;
text-decoration: none;
background:url(images/button.jpg) no-repeat 0px 0px;
}

a.button:hover {
color:#333333;
background:url(images/button.jpg) no-repeat 0px -36px;
}