/*this first part is to set the font style, color and size of your text, as well as the background color of the page */
body {
background-color:#fff;
font-family: Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
margin:auto;
padding:0;
text-align:justify;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-family: Verdana, Arial, sans-serif; font-size: 150%; color: #2b69a2}
h2 { font-family: Verdana, Arial, sans-serif; font-size: 116%; color: #2b69a2}
h3 { font-family: Verdana, Arial, sans-serif; font-size: 108%; color: #2b69a2}

/*This affects how your links look. At the moment, they show as blue, and underlined. They change to white text with a blue background color when the pointer passes over them */

a { font-family: Verdana, Arial, sans-serif;
font-size: 100%; color: #000099; text-decoration: underline;
}

a:hover { font-family: Verdana, Arial, sans-serif;
font-size: 100%;
background-color: #2b69a2;
color: #fff;
}

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #DBD2C0;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

div.box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 15px;
	border: 1px solid #B9D3EE;
	padding: 15px;
	width: 50%;
	float: right;
	
}
 
.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #0;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


