@charset "utf-8";

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	font-style: normal;
}

#bannerRight {
	height: 333px;
	margin-left: 210px;
	background-image: url(images/compmainpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 570px;
}

#navigLeft	{
	float: left;
	height: 300px;
	width: 200px;
}

#mainContent	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 210px;
	padding-top: 20px;
	width: 570px;
}
.largeRedFont {
	font-size: 16px;
	color: #930049;
	font-weight: bold;
}
.largeRedFontLeftPadding {
	font-size: 16px;
	color: #930049;
	font-weight: bold;
	padding-left: 90px;
}
.bulletRed {
	color: #930049;
	position: relative;
	left: 30px;
	margin-right: 80px;
	font-size: 12px;
	font-weight: normal;
}
.style1	{
	color: #930049;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.style2	{
	color: #930049;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.imageCentered {
text-align: center;
}
.rightMargin {
	margin-right: 20px;
}

.leftMargin {
	margin-left: 20px;
}

.paddingLeftRight {
	padding-right: 20px;
	padding-left: 20px;
}
.paddingLeft150 {
	padding-left: 150px;
}

a:visited {
	color: #747474;
	text-decoration: none;
}
a:link {
	color: #747474;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #747474;
}
a:active {
	text-decoration: none;
	color: #747474;
}

