* {
	line-height: 140%;
	margin: 0;
	font-family: sans-serif;
}

#col1 {
	left: 12px;
	font-size: 10px;
	position: absolute;
	text-align: right;
	top: 100px;
	width: 150px;
}

#col2 {
	font-size: 12px;
	position: absolute;
	right: 41%;
	top: 150px;
	width: 39%;
}

#newcol2 {
	font-size: 12px;
	position: absolute;
	top: 150px;
	width: 39%;
	padding-right: 50%;
	padding-left: 31%;
}


#col2 p {
	margin-bottom: 20px;
	margin-right: 15px;
}

#col3 {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 100px;
	width: 40%;
}

#col3 p {
	margin-bottom: 20px;
	margin-right: 15px;
	margin-top: 0;
}

#fullwidth {
	font-size: 12px;
	position: absolute;
	right: 25px;
	top: 80px;
	width: 75%;
}

#fullwidth p {
	margin-bottom: 20px;
}

#header img {
	margin: 0;
}

#menuinfo {
	line-height: 120%;
}

#menuinfo a {
	color: #000000;
}

#menuinfo a:hover {
	font-style: italic;
	text-decoration: none;
}

#menulinks a {
	color: #5c5c5c;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 15px;
	text-shadow: #dddddd 1px 3px 0;
}

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

.rollover img {
	opacity: 0.4;
}

.rollover img:hover {
	opacity: 1.0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	color: #3399cc;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 10px;
}

h2 {
	color: #cc6666;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

small {
	display: block;
	margin-left: 20px;
}

ul {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 15px;
	width: 75%;
}

/*Begin CSS by Ryan Showers*/

p.bold-italic{
    font-style:italic;
	font-weight:bold;
}
