/* General style info */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #3A4249;
}
img{ border:none; }
h2{	font-size: 14px; line-height:18px; font-weight:bold; }
h3{	font-size: 18px; line-height:10px; font-weight:bold; }

.txt_contact{	font-size: 12px; line-height:18px; font-weight:bold; }
/******************************************************/

#Main {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #7E7E7E;
	width: 940px;
}

#Header{
	width: 940px;
}

#Content {
	padding: 0px;
	padding-top: 2px;
	text-align: left;
}

#Content a {
	 color: #A9B63F;
}

#Content a:hover {
	 text-decoration: none;
}

#Content .red {
	font-weight: bold;
	color: #A62402;
}

#padTD {
	vertical-align:top;
	padding: 10px 10px 5px 10px;
}

#workshop{
	padding: 10px 10px 10px 40px;
}

.workshop_h1{	font-size: 14px; color:#1A4BAA; line-height:18px; }
.workshop_h2{	font-size: 14px; color:#1A4BAA; line-height:14px; font-weight:bold; }
.workshop_h2_2{	font-size: 15px; color:black; line-height:14px; font-weight:bold; }
.workshop_h3{	font-size: 14px; color:#1A4BAA; line-height:18px; }
.workshop_h4{	font-size: 12px; line-height:18px; font-weight:bold; }
.workshop_h5{	font-size: 11px; color:#274C93; line-height:10px; font-weight:bold; }
.workshop_txt1{
	color: #1A4BAA;
	font-size: 14px;
	font-weight: bold;
}
.dred{ color:#9D080D; }
.dred2{ color:#EE1A29; font-weight:bold; }
.dblue{ color:#274C93; }

/******************************************************/

#footer {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	line-height:18px;	
	text-align: center;
	background-color: #6FB3DF;
	height: 40px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*****************************************************/

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(lib/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide img {
/*	border: 2px solid gray;*/
	border: 0px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
/*	border: 2px solid white;  */
	border: 0px;
}

.highslide-wrapper, .outer-glow {
	background: #444;
}
.highslide-image {
	border: 1px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(lib/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(lib/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/***********************************************************/