/* CSS Document */

/* Main colors for Calcrat
	Blue =  #19599f
	Red background = #9f3b19
	Beige = #fff3e6
	Dark Red = #702a13
	grey = #999999
*/

/* ------------- Main body and column setup --------------*/

body{
	text-align:center;
	background-color:#ec8000;
	padding:5px;
	font:85% arial, verdana, sans serif;
	}
	
#pageFrame{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#fff3e6;
	min-width:800px;
	padding:0px;
	width:1000px;
	}
	
/*
#pageFrameWrapper{
	width:1000px;
	}
*/

#masthead{
	height:80px;
	background-image:url(images/bgTop.jpg);
	background-repeat:repeat-x;
	}
	
#leftCol{
	float:left;
	width:181px;
	height:800px;
	margin-left:15px;
	margin-top:25px;
	text-align:left;
	padding-left:10px;
	}
	
#rightCol{
	width:730px;
	float:right;
	text-align:left;
	margin-right:20px;
	height:900px;
	}
	
#footer{
	padding-top:15px;
	padding-bottom:5px;
	clear:both;
	text-align:center;
	font-size:x-small;
	}

a{
	color:#19599F;
	}
a:visited{
	color:#19599F;
	}

/* ------------- Main formatting area --------------*/


div.topLeftLogo{
	float:left;
	clear:both;
	}
	
/*
div.topRightNav{
	margin-top:15px;
	margin-right:15px;
	float:right;
	border-top:1px solid #19599f;
	border-left:1px solid #19599f;
	padding-top:10px;
	padding-left:15px;
	font-weight:bold;
	font-size:large;
	}
*/

#tagline{
	text-align:center;
	padding-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#702a13;
	font-weight:bold;
	}


/* ------------- Min-width function  ---------------*/
* html .minwidth {
padding-left:800px; /* CHANGED MARGIN TO PADDING */ 
}

* html .container {
	margin-left:-800px;
	position:relative;
}

/*\*/
* html .minwidth, * html .container, * html .content, * html .layout  {
	height:1px;
	/*background-color:#FF0000; */
}
/**/


/* --------------------- Element Styles ---------------- */


table{
	background: transparent;
	}

.imageNoDec{
	text-decoration:none;
	border:0px;
	}
	
div.googleWideSkyscraper{
	text-align:left;
	}


/* ----------------------- Footer Style --------------- */

div.license{
	font-size:x-small;
	height:35px;
	text-align:right;
	}
	
img.license{
	float:right;
	}
	
div.license1{
	padding-top:15px;
	}
	
a.license{
	font-weight:normal;
	color:#29557B;
	}	

div.license2{
	height:35px;
	float:right;
	width:100px;
	padding-right:15px;
	text-align:center;
	}

/* ---------------------- RSS Feed Style -------------- */

/* ------- This section is for RSS FEED styles ----------------------- */
.rssLink {
	margin-top:10px;
	font-weight:bold;
	color:#19599f;
	text-decoration:none;
	font-size:small;
	}
	
.rssLink:hover {
	color:blue;
	}

div.channelHead {
	font-variant:small-caps; 
	background-image: url(images/JPG/headingRSS.jpg);
	height:45px;
	padding-top:4px; 
	padding-left:10px; 
	background-repeat:no-repeat;
	}
	
div.rssDescription {
	padding-left:3px;
	padding-bottom:10px;
	font-size:small;
	color:black;
	}

div.rssItems {
	padding-top:10px;
	padding-bottom:10px;
	}



