/* This is the default stylesheet for MonarchBasics */

/* these styles are for the whole site or elements that do not change throughout */

body {
	background-image: url(images/10x10_bg.gif);
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 62.5%;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content2 a:link, #content2 a:visited {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #FF0000;
}
#content2 a:hover, #content2 a:active {
	text-decoration: none;
	color: #0066CC;
	border-bottom: 1px dotted #0066CC;
}
#wrapper {
	width: 716px;
	margin: 0 auto 0 auto;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	float: left;
	width: 259px;
	background-image: url(images/logo_head.gif);
	height: 166px;
}
#header2 {
	float: right;
	width: 437px;
	background-image: url(images/Speedy.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 12px;
}

/* This next two selectors grab the table on the home page - do not change, just create a new style for other pages */

#contentHome {
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 10px 0 10px 0;
	background-image: url(images/lines2cols.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#contentHome td {
	padding: 0 10px 0 10px;
}
.largeText {
	font-size: 1.1em;
	line-height: 1.6em;
}
.boldText {
	font-weight: bold;
}
.boldRedText {
	font-weight: bold;
	color: #FF0000;
}
.largeBold {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
}

#feat {
	margin-right: 10px;
	border: 1px #ff0033 solid;
}

#homeFooter {
	background: url(images/footer.gif) no-repeat center center;
	height: 36px;
	line-height: 36px;
	text-align: right;
}

#homeFooter a:link, #homeFooter a:visited {
	color: #009900;
	margin-right: 22px;
}

#defins img {
	margin-right: 12px;
}