a:link {
	text-decoration:underline;
	color: #012345;
}

a:visited {
	text-decoration:underline;
	color: #012345;
}

a:hover {
	text-decoration:underline;
	color: #89abcd;
}

a:active {
	text-decoration:underline;
	color: #abcdef;
}




a.a_shim_nav:link {
	text-decoration:none;
	color: #000000;
        background: #D2B48C;
        border: solid 1px #b0926a;
        padding:2px;
}

a.a_shim_nav:visited {
	text-decoration:none;
	color: #000000;
        background: #D2B48C;
        border: solid 1px #b0926a;
        padding:2px;
}

a.a_shim_nav:hover {
	text-decoration:none;
	color: #333333;
        background: #f4d6ad;
        border: solid 1px #D2B48C;
        padding:2px;
}

a.a_shim_nav:active {
	text-decoration:none;
	color: #333333;
        background: #f6f8cf;
        border: solid 1px #f4d6ad;
        padding:2px;
}


body {
	background: #D2B48C;
	background-repeat: repeat;
	color: #456789;
	font: 14px Arial, Helvetica, Sans-serif;
        text-align:center;
}

img {

	behavior: url("microsuk.htc");

}


table {
	border:0px;
	
}
td {
	text-align:center;
}

h1 {
	color: #0066cc;
	font-weight: 900;
	font: 30px fantasy;
}

h2 {
	color: #0066cc;
	font-weight: 900;
	font: 24px fantasy;
}

h3 {
	color: #0066cc;
	font-weight: 900;
	font: 20px fantasy;
}

h4 {
	color: #0066cc;
	font-weight: 900;
	font: 16px fantasy;
}

.black {
	color: #000000;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:900;
}

.bitalic {
	font-style:italic;
	font-weight:900;
}

.center {
	width:100%;
	text-align:center;
}

#shim_banner {
    position:absolute;
    text-align:center;
    top: 0px;
    left:0px;
    width:100%;
    height: 200px;
    z-index: 100;
    background:#FFFFCC;
}

#div_links {
    position:absolute;
    width:100%;
    height:30px;
    top: 200px;
    left: 0px;
    z-index: 102;
    text-align:center;
}

#div_main_container {
    position:absolute;
    width:100%;
    height:auto;
    top: 200px;
    left: 0px;
    z-index: 101;
    text-align:center;
    padding: 20px 0px 0px 10px;
    margin: 0 auto;
}

#div_shim_content {
    position:relative;
    top: 0px;
    width: 800px;
    background:#ffffff;
    padding:0px 0px 0px 0px;
    margin: 0 auto;
}

#div_shim_content_dddddd {
    position:relative;
    top: 0px;
    width: 800px;
    height: 700px;
    background:#dddddd;
    padding: 0px 0px 0px 40px;
    margin: 0 auto;
}

#blog_block {
    position:relative;
    top: 0px;
    width: 600px;
    height: auto;
    text-align: left;
    padding: 40px 40px 40px 40px;
    margin: 0 auto;
}

#div_shim_wisdom {
    position: relative;
    float:left;
    width: 300px;
    background:#ffffff;
    text-align: left;
    border: solid 1px #aaaaaa;
    top: 40px;
    margin: 40px 0px 40px 40px auto;
    padding: 10px 10px 10px 10px;
    z-index: 302;
}

#shim_wisdom_image {
    position: relative;
    float:left;
    width: 340px;
    height: 650px;
    text-align: left;
    margin: 40px 0px 40px 40px auto;
    padding-left: 40px;
    z-index: 301;
}

#bubble_point {
    position:absolute;
    width:80px;
    height:20px;
    top:30%;
    right: -74px;
}


#vertical_spacer {
    position:relative;
    height: 40px;
    width: 600px;
}
