﻿/* GLOBAL DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFFFFF;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers.*/
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

h2
{
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}

h3
{
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

h4
{
    font-size: 1em;
    text-align: center;
}

h5
{
    font-size: 1em;
    text-align: left;
    margin-bottom:5px;
}

h6
{
    font-size: 0.8em;
    text-align: left;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightcolumn > h1, .rightcolumn > h2, .leftcolumn > h1, .leftcolumn > h2
{
    margin-top: 0px;
    vertical-align:top;
}

/* VARIOUS DIVS  
----------------------------------------------------------*/

#header
{
    margin: 0px auto 0px auto;
    padding: 5px;
    width: 760px;
}

#header #logo
{
    text-align: left; /* Redefines the text alignment defined by the body element. */

    padding: 5px;
}

#header #menu
{
    height: 29px;
    padding: 5px;
    margin: 0px 200px 0px 0px;
}    

#contentwrapper
{
    margin: 0px auto 0px auto;
    padding: 5px;
    width: 760px;

}

#contentwrapper #content
{
    padding: 10px;
}

#contentwrapper #image
{
    padding: 10px;
}

#contentwrapper #twocolumns
{
	margin:0 0 0 0;
	padding:0;	
	
}

#contentwrapper #twocolumns #leftcolumn
{
	width:320px;
	padding:0 10px 0 10px;	
}

#contentwrapper #twocolumns #rightcolumn
{
	margin-top:12px;
	float:right;
	width:320px;
	padding:0 10px 0 10px;	
}

#contentwrapper #twocolumns #rightcolumn .clearFloat {
	clear: right;
	display: block;
}

#contentwrapper #twocolumns2
{
	margin:0 0 0 0;
	padding:0;	
	
}

#contentwrapper #twocolumns2 #leftcolumn2
{
	width:320px;
	padding:10px;	
}

#contentwrapper #twocolumns2 #rightcolumn2
{
	margin-top:12px;
	float:right;
	width:320px;
	padding:10px;	
}

#contentwrapper #twocolumns2 #rightcolumn2 .clearFloat {
	clear: right;
	display: block;
}



#footer
{
    margin: 0px auto 0px auto;
    width: 760px;
	background-color: #FFFFFF;
	border-top: solid 1px #B5C7DE; 
	padding: 5px;
    text-align: left; /* Redefines the text alignment defined by the body element. */

}

#footer #CopyrightNotice
{
    width: 200px;
    margin:0 0 0 0;
    vertical-align:top;
    padding: 0 0 0 0;
}

#footer #FacebookLike
{
    border: thin solid #B5C7DE;
    width: 450px;
    float:right;
        margin:0 0 0 0;
    vertical-align:top;
    padding: 0 0 0 0;

    
}