﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FFFFFF;
    font-size: 0.8em;
    color:#A0A0A0;
}

#body
{
    width: 1003px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#poster
{
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}


#navtop, #navbottom
{
   /* background: url(images/background_nav_main.gif) repeat-x;*/
    /*border: 1px solid #DBDB79;*/

    font-size: 10px;
    color: #1F51AD;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 999px;
    height: 35px;
}
#navbottom
{
    margin-top: 15px;
}

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li
{
    display: inline;
    margin-right: 15px;
}
#navtop a:link
{
    color:#1F51AD;
    text-decoration:none;
}
#navtop a:visited
{
    color:#1F51AD;
    text-decoration:none;
}
#navtop a:hover
{
    color:#A0A0A0;
    text-decoration: none;
}
/*#navtop a:active, #navbottom a:active
{
    color: Blue;
    text-decoration: none;
}

**
**  Footer
**
*/
#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #C89F3D;
}


/*#columnleft a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #DBDB79;
    text-decoration: none;
}
*/

.none
{
    display: none;
}
.fullwidth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(../wwwroot/images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.fullwidthcenter
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.fullwidth b
{
    font-weight:bold;
}
.MainText
{
    border: 1px solid #DBDB79;
    width: 971px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: justify;
}

.MainText h2
{
	font-size:1.2em;
	font-style:italic;
}

.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* 
**
**  2 column layout 
**
*/

#columnleft
{
    float: left;
    width: 240px;
}

#columnright
{
    margin-left: 245px;
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background:  url(../wwwroot/images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}
.leftblockSponsor
{
    border: 1px solid #DBDB79;
    margin-bottom: 10px;
    background:  url(../wwwroot/images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: url(../wwwroot/images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}
.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.rightblock h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    height:0px;
    clear: both;
}
.leftblock h1
{
    font-size: 1.3em;
}
.rightblock h1
{
    font-size: 1.3em;
}

.leftblock li {
 padding: 2px;

}

.leftblock ul 
{
 font-size:1.1em;
 font-weight: bold;
 margin-left: 20px;
 padding-left: 0px;
 list-style-type: disc;
}


/*
**
**  Navigation Links
**
*/
/* Navigation strips */
/*
    **  Testimonials Stuff
    */
	blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../wwwroot/images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	font-style:italic;
	}
blockquote hr {
	color: #818181;
	background-color: #818181;
	height: 1px;
	border:0;
	margin-left:200px;
	margin-right:200px;
	}
