html,
body {
	margin: 0px;
	margin-bottom:-20px;
	padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 	
    font-size:13px;
    color: #6A7D95;
    background-color:#cad1d9;
}
img, div {
    behavior: url(/media/js/iepngfix.htc);
    border:none;
}
a {
    color: #00337c;
    text-decoration: none;
}
hr
{
     border: 1px solid #CCD5DD;   
}

a:hover 
{
    text-decoration: underline;
}
#content {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	min-width:1000px;

}
#address
{    
	display:table;
    width:1000px;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:0px;
}
#address b
{
    font-size:15px;
}
#menu
{
    border: 1px solid #CCD5DD;
    background-image: url(/media/img/content_background.png);
    text-align:left;
    display:block;
	height:30px;
	padding:10px 0 10px 0;
	width:993px;
}
#menu a
{
    font-family: "Garamond" , serif;
    font-size: 2em;
    color: #74b312;
    text-decoration: none;
    padding: 10px 20px 10px 20px;    
}
#menu a:hover
{
    background-color: #f5f5f8;
}
#menu a.selected
{
    color: #00337c;
    background-color: #f5f5f8;
}

#content_container
{
    padding-right: 280px;   /* RC width */

}


#content_left
{
    width: 300px;  /* LC width */
    margin-top: 10px;

    float:left;
}



#content_right
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCD5DD;
    overflow-y: auto;
    z-index: 2;
    padding:20px;
    margin-top: 10px;
    background-image: url(/media/img/content_background.png);
    float:left;
    width:210px;
}

#content_center
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCD5DD;
    overflow-y: auto;
    z-index: 2;
    padding: 20px;
    margin:10px;
    background-image: url(/media/img/content_background.png);
    float:left;
    width:380px;
}

#content_center_one_column
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCD5DD;
    overflow-y: auto;
    z-index: 2;
    padding: 20px;
    margin:10px;
    background-image: url(/media/img/content_background.png);
    float:left;
    width:642px;
}

.contact
{
    font-family: "Arial Black", "Arial", "Helvetica", sans-serif; 	
    font-size:30px;
    letter-spacing: 0.3em;    
    color: #74b312;
}


#footer
{
    width:730px;
    margin:0px;
	padding-bottom:40px;
    margin-left: auto;
    text-align:center;
    clear: both;    
}
#background {
	width: 100%;
	height: 100%;
	z-index:0;
}
#background 
img {
	width: 100%;
	height: 100%;
}
p
{
    margin-top: 0px;
    color: #6A7D95;
    line-height:1.6em;
}

h1
{
    font-family: "Garamond" , serif;
    font-size: 2em;
    font-weight:normal;
    color: #00337c;
    margin-left: 20px;
    margin-bottom: 5px;
    letter-spacing: -0.07em;
}

h2
{
    font-family: "Garamond" , serif;
    font-weight: normal;
    font-size: 3em;
    font-style:italic;
    color: #74b312;
    margin-bottom: 5px;
    letter-spacing: -0.05em;
    margin-top:0px;
}

h6
{
    font-size: 10px;
    float:left;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #00337c;
    letter-spacing: -0.01em;
}
h6 a, h6 a:hover
{
    color:#74b312;
    text-decoration:none;
}
h6 a:hover
{
    text-decoration: underline;
}
