@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-Light-webfont.eot');
	src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light-webfont.woff') format('woff'),
		url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-Regular-webfont.eot');
	src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-Medium-webfont.eot');
	src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
		url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-Bold-webfont.eot');
	src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
		url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-LightItalic-webfont.eot');
	src: url('../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-LightItalic-webfont.woff') format('woff'),
		url('../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
	font-weight: 300;
	font-style: italic;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-Italic-webfont.eot');
	src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
		url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-MediumItalic-webfont.eot');
	src: url('../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff'),
		url('../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
	font-weight: 500;
	font-style: italic;
}
@font-face
{
	font-family: "Roboto";
	src: url('../fonts/Roboto-BoldItalic-webfont.eot');
	src: url('../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
		url('../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg');
	font-weight: 700;
	font-style: normal;;
}
body {
	margin:0 auto;
	height: 100%;
	padding:0px;
	border:0px;			/* This removes the border around the viewport in old versions of IE */
	width:512px;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
font-style: normal;
font-weight: 400'

}


a {
	color: #0067C6;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #0067C6;
}

h1, h2, h3 {
	margin:.2em 0 .2em 0;
	padding:0;
}

h1{
	letter-spacing: -2px;
	font-size: 2.5em;
	text-align: center;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	line-height: 140%;
}

img.floatRight {
   float: right;
	margin: 10px 0px 10px 20px;
}

img.floatLeft {
   float: left;
	margin: 10px 20px 10px 0px;
}

#one-page {
	width: 100%;
	float: center;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 850px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;

	background: url("images/bannerb.gif");
	background-repeat: no-repeat;
}

#header h1, #header p {
	margin: 0;
	color: #0067C6;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #0067C6;
}

/* ************three column layout ****************/

.col-container {
  display: table;
  width: 100%;
}

.col-middle { 
	display:table-cell;
	padding: 0px 10px 0px 10px;
}

.col-left, .col-right {
	display: table-cell;
   width: 25%;
   background: #eee;
   padding: 0px 5px 0px 5px;
}

.col-left h3, .col-right h3 {
	 text-align: center;
	 }
/* **********************************************/


.title {
	margin-bottom: 20px;
	border-bottom: 2px solid #0067C6;
	font-family: Verdana, Arial, sans-serif;
}

.post {
	padding: 0 0 20px 0;
}


.post h3{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	font-size:100%;
	color: #0067C6;

}

.dropCap {
	color: #0067C6; 
	float: left;
	font-family: Bookman,Times,serif;
	font-size: 300%;
	line-height: 45px;
	margin-top: -2px;
	padding-top: 0px;
	padding-right: 2px; 
} 

/* Footer styles */
#footer {
	clear:both;
	float:center;
	text-align: center;
	width:100%;
	padding: 30px 0;
/*	border-top:1px solid #000; */
	font-size: smaller;
}

#footer p {
	padding:10px;
	margin:0;
}

#mediaplayer {
	font-size:90%;
	color:#ff3333;
	text-align:center;
}

.box1024 {
      margin:0 auto 0 auto;
      padding:5px;
      border:3px solid #000000;
      background:#ffffff;
}
      
.centered {
  text-align: center;
}


