
    .adslot_horiz { width: 728px; height: 90px; }
    .adslot_vert { width: 120px; height: 600px; }
    
    table.maint {
    	height: 95px;
    	border: 2px solid black;
    }
    img.maint {
    	width: 374px;
    }

    .conversioncontent {
        display:block;
        overflow:auto;
        width: 700px;
        margin-left: 10px;
    }

    #footer {
        width:100%;
        border-top:1px solid #000;
    }


    .showlink {
        color: black;
    }

    .showlink:hover {
        color: white;
        background-color: #326E89;
    }

/*
@media (max-width: 650px)  {
     .adslot_horiz { width: 570px; }
     .adslot_vert { display: none; }
     
	table.maint { 
		width: 600px;
		height: 95px;
		border: 2px solid black;
	}
	img.maint {
		width: 280px;
	}
    h2
    {
    	font-size:14pt;
    	font-style:normal;
    }
    .conversioncontent {
        display:block;
        overflow:auto;
        width: 600px;
        margin-left: 10px;
    }

    #footer {
        width:600px;
        border-top:1px solid #000;
    }
    #BannerSearchBardivsearchcontrol {
        display: none;
    }

}
*/
@media (min-width: 650px)  {

}
input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 18px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border-color: #339933;
}


    body
    {
            font-family: Arial, Verdana, Helvetica, sans-serif;
            margin: 0 auto; /*Center container on page*/
            padding: 0;
            border: 0; /* This removes the border around the viewport in old versions of IE */
            max-width: 700px;
            background: #fff;
    }


    h1
    {
        font-size:1.6rem;
        font-weight:bold;
    }
    h2
    {
        font-size:1.1rem;
    }
    h3
    {
        font-size:1.2rem;
    }



a.Headlink:active     { color: #B89932; font-family: verdana; font-size: .9rem; text-decoration: none }                                 /* selected link */
a.Headlink:visited    { color: #B89932; font-family: verdana; font-size: .9rem; text-decoration: none }                                 /* visited link */
a.Headlink:link       { color: #B89932; font-family: verdana; font-size: .9rem; text-decoration: none }                                 /* unvisited link */
a.Headlink:hover      { color: #EB4721; font-family: verdana; font-size: .9rem; text-decoration: underline }							 /* mouse over link */




    /* Footer styles */
    #footer p {
        padding:10px;
        margin:0;
    }




