body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

ul {
}

ol {
}

a {
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

embed {
        height: 75px;
        width: 175px;
        background-color: #EEEEEE;
}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

hr {
	border: 0;
	width: 100%;
	color: #CC0000;
	background-color: #CC0000;
	height: 4px;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	text-align:left;
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
					   only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column blog style settings */
.blogstyle {
}
.blogstyle .colmid {
	right:33%;			/* width of the right column */
}
.blogstyle .colleft {
	right:33%;			/* width of the middle column */
}
.blogstyle .col1 {
	width:33%;			/* width of center column content (column width minus padding on either side) */
	left:67%;			/* 100% plus left padding of center column */
}
.blogstyle .col2 {
	width:33%;			/* Width of left column content (column width minus padding on either side) */
	left:67%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .col3 {
	width:33%;			/* Width of right column content (column width minus padding on either side) */
	left:67%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
