body 
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial;
	color: #FFF;
	font-size: 70%;
	margin-bottom: 20px;
}

h2
{
    font-size: 130%;
    color: #dcdc24;
	margin-top: 0;
}

h3
{
    font-size: 115%;
	margin-top: 0;
    margin-bottom: 0;
}

p
{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 140%;
}

a
{
    color: #dcdc24;
}


img
{
    border: 0;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}



#container 
{
	width: 787px;
	margin-top: 45px;
}

#leftCol 
{
	width: 207px;
	float: left;
}

#rightCol 
{
	width: 545px;
	float: right;
	background:  url("../images/wyd/blueBgTop.gif") no-repeat;
}

#rightColHome
{
	width: 235px;
	height: 96px;
	padding-left: 310px;
	padding-top: 301px;
	float: right;
	background:  url("../images/wyd/homeBg.jpg") no-repeat;
}

#leftNav 
{
    width: 186px;
    height: 175px;
    padding-left: 21px;
    padding-top: 67px;
    background:  url("../images/wyd/navBg.gif") no-repeat;
}

#title
{
	height: 89px;
}

#content
{
    padding-left: 73px;
    padding-right: 132px;
    padding-bottom: 20px;
    width: 340px;
    background:  url("../images/wyd/blueBgRepeat.gif") repeat-y;
    min-height: 288px;
    height: auto !important;
    height: 288px;    
}

#content img
{
    margin-bottom: 15px;
    margin-left: 25px;
    float:right;
}

#leftNav ul
{
	margin: 0px;
	padding: 0px;
}

#leftNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 2px;
}

#leftNav a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#leftNav a:hover
{
    color: #dcdc24;
}

#content ol
{
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

#content li {
	margin: 0px;
	padding: 0px;
}

hr
{
	margin-top: 15px;
	margin-bottom: 15px;
	height: 0;
	border: 0;
	border-top: 1px solid #007a9f; 
}