/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font-family: "Arial Narrow";
	font-size: .9em;
	background-color:#E8E9B6;
}		


p {
	line-height: 1.65em;
	font-family: Tahoma;
	font-size: 14px;
	color: #003366;
	text-align: justify;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
} 		

h1 { 
	
	font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 

h3 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	color: #000033;
	text-align: justify;
}


.Bodytext {
	font-family: "Arial Narrow";
	font-size: 100%;
	color: #334357;
}
.picture {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	clear: left;
}

.pictureRight {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
}


.Bernina {
	font-family: Impact;
	font-size: small;
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;
}




/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */

#container {
	width:972px;
	/*	text-align: center;*/
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
} 
 
#header {
	width:972px;
	text-align: center;
	background-image:url(/images/JamiesHeader_v1.png);
	background-repeat:no-repeat;
	height : 151px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000066;
} 

#rightColumn {
	float : right;
	text-align: left;	
	width : 150px;
	margin: 0; 
	margin-top: 20px; 
	padding: 1em; 
	min-height: 600px;
	border-left: 1px dotted #cccccc;		
}	   

#content {
	padding: 1em; 	
	text-align: left;	
	margin-right: 175px; 
}

#content1 {
	padding: 1em; 	
	text-align: left;	
	margin-right: 15px; 
}

#content2 {
	padding: 0em;
	text-align: left;
	margin-right: 15px;
	width: 750px;
}

#pageheading { 
	font-size: 2.50em; 
	font-weight: bold; 
	padding-top: 20px; 
	color: #873130; 
	padding-bottom: 20px;
}		

#headingspacer { 
    margin: 0 0 0 0; 
    height: 22px;
	background: url('/images/pagetitlespacer.gif') repeat bottom
}


#leftColumn p, #rightColumn p { 
	margin: .5em 0 1em 0; 
}

#leftColumn h2, #rightColumn h2 {
	margin: .5em 0 1em 0;
	border-bottom: 1px dotted #cccccc;
	font-weight: bold;
	padding-left: 2px;
/*	margin-bottom: 10px; */
	line-height: 2.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#rightColumn ul {
	margin: .5em 0 1em 0;
	background-color: #FFFFFF;
}

#content h2 { 
	margin: 1em 0 .5em 0; 
	font: 125%/1em Arial, Helvetica, sans-serif; 
	font-weight: bold; 	
} 

#rightColumn a:hover {
  background:#DCF8F6;   
}

#bottomBorder {
	text-align: center;
	margin: 0px auto;
	width: 972px;
	background: transparent url('../images/borderbot.gif') no-repeat center top;
}

.bottomBorderp{
	line-height: 1.35em;
	font-family: Tahoma;
	font-size: 12px;
	color: #003366;
	text-align: center;
}	
	

#footer {
	clear: both;
	text-align: left;
	margin: 0px auto;
	margin-top:0px;
	width: 972px;
	height: 65px;
	background-image: url(../images/JamiesFooter.png);
	background-repeat: no-repeat;
}
