/*
Re-Designed by SingleSpeed@rhizome.net.nz
Released for free under a Creative Commons Attribution 2.5 License
*/
html {
overflow: scroll;
}

a:link {
	color: #ceaa7b;
}

a:hover {
	text-decoration: underline;
	color: #D89048;
}

a:visited {
	color: #B60202;
}

*
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
}

body
{
	
}
div {
    overflow: hidden;
    display: inline-block;
}
div { display: block; }

#main
{
    margin: 0 auto;
    /*max-width: 1210px;*/
    /*min-height:800px;*/
    background: #ffffff;
}

/* BEGIN Header and Buttons section */
#header
{
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin: 0 auto;

}

#buttons
{
    margin: 0 auto;
    height: 52px; 
    width: auto;
    background: url(/images/button_blue.gif) ;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 150px;
	height: 24px;
	margin-left: 1px;
	text-align: center;
	text-decoration:  none;
	color: #004a98;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 10px;
}

#buttons a:hover {
    color: white;
    background: #408ad8;
}

/* Sidebar Right */ 

#LeftColumn p a:link ,#RightColumn p a:link    
{
    color: #D89048;
	text-decoration: None;
}

#LeftColumn p a:hover , #RightColumn p a:hover{
    color: #B60202;
    text-decoration:  underline;
}

#LeftColumn p a:visited  , #RightColumn p a:visited {
    color: #408ad8;
    text-decoration: none;	
}
	
#LeftColumn, #RightColumn 
{
    float: right;
    width: 192px;
    height: auto;
    padding-right: 20px;
}

#LeftColumn h2, #RightColumn h2 
{
	font-family: arial, helvetica;
	height: 32px;
	width: 192px;
	margin: 0px;
	padding: 8px 0px 0px 10px;
	background: url(/images/title_blue.jpg) no-repeat;
	font-size: 11pt;
	color: white;
}

#LeftColumn p a  , #RightColumn p a  
{
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 10pt;
    font-family: Georgia;
    font-weight: normal;
    line-height: 14pt;
}


p.SubHeading 
{
	font-size: 1em;
    font-weight:bold;
	color:White;
	background-color:#6699dd;
	padding-left: 10px;
	padding-top:1em;
	padding-bottom:1em;
	line-height:12px;
    margin: 10px 0px 10px 0px;

}
/* end of Sidebar */

#footer
{
	height: auto;
	border-top: solid 2px  #406ab8;
    padding-top:12px;
    margin-top:12px;
    /* margin: 0 auto;*/
	font-size: 10px;
	color:  #666666;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
}

#footer a {
color:  #666666;
font-size: 10px;
text-decoration: none;
}

.padding {
    padding: 10px;
    color:#FF0000;
    font-weight: bold;
}

/* Migrated types */

pp.alignright {
    font-style:italic;
}

.youtube 
{
    margin:10px 10px 10px 40px
}

.warning {
    padding: 10px 0px 10px 0px;
    color:red;
}

.ppDonateID 
{
    display:block; 
    position: relative; 
    width: 90%; 
    z-index: 1; 
    border: 2px solid #0F3A79;
    margin-left:20px;    
    padding: 10px; 
	background-color: #a8c8f0; 
}

pp#ppDonate 
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    color: white; 
    text-align:justify; 
    line-height: 14pt;  
}

IMG.picture 
{
    float:right; 
    margin: 5px 0px 5px 10px;
	BORDER-RIGHT: #dfdfdf 1px solid; 
	PADDING-RIGHT: 4px; 
	BORDER-TOP: #dfdfdf 1px solid; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 4px; 
	BORDER-LEFT: #dfdfdf 1px solid;
	PADDING-TOP: 4px; 
	BORDER-BOTTOM: #dfdfdf 1px solid;
}


