/* CSS Document */

body {
	background-image: url(/images/tile.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#leftCork {
 	background-image: url(/images/corkboard.jpg);
 	background-repeat: repeat;
}
#rightCork {
 	background-image: url(/images/corkright.jpg);
 	background-repeat: repeat-y;
}
#pageLeft {
	background-image: url(/images/pageleft.jpg);
 	background-repeat: repeat-y;
		
}
#pageRight {
	background-image: url(/images/pageright.jpg);
 	background-repeat: repeat-y;
	
}
#textMain {
	background-color: #fcfcfc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 533px;
}
#textCol {
	width: 185px;
}
#textColTwo {
	width: 165px;
}
#textMain h2 {
	font-size: 10px;
	line-height: 2em;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 0px;
}
#textMain h3, #textCol h3 {
	font-size: 10px;
	line-height: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -13px;
}
#textMain h4, #textCol h4, #textColTwo h4 {
	font-size: 13px;
	line-height: 2em;
	font-weight: normal;
}
#textMain h4 p {
	text-indent: 10px;
	margin-bottom: 0px;
	margin-top: 20px;
}

#textMain .email:link, #textMain .email:visited {
color: #492211;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;

}
#textMain .email:hover{
color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;

}
#textMain h4 a:link, #textMain h4 a:visited {
	color: #073D9E;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform:
}
#textMain h4 a:hover {
	color: #15BC30;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform:
}
#textMain h2 .bold, #textMain h2 strong {
	font-size: 10px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 0px;
	color: #15125f;
}
#textMain h3 .bold, #textMain h4 .bold, #textCol h3 .bold, #textCol h4 .bold, #textMain h3 strong, #textMain h4 strong, #textCol h3 strong, #textCol h4 strong{
	font-weight: bold;
	font-size: 10px;
	color: #15125f;
}
#textMain h3 .italic, #textMain h4 .italic  {
	font-weight: bold;
	font-size: 10px;
	font-style: oblique;
}

#textMain h4 .indent{
    display: block;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: -10px;
}
#textMain h4 .indentTwo {
    display: block;
	margin-left: 30px;
	margin-right: 30px;
	text-indent: -15px;
}
#textCol h4 .indent {
    display: block;
	margin-left: 20px;
	margin-right: 0px;
	text-indent: -10px;
}
