@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #79764e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainNav a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #79764e;
}
#mainNav {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	right:0px;
	top:0px;
	width:250px;
	height:29px;
	text-align:left;
	z-index:1;

}
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

a:hover {
	text-decoration: none;
/*	color: #999966;*/
	}
#mainContent h1 {
	display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #79764e;
}
#mainContent h2 {
	display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 36px;
	line-height: 50px;
	color: #79764e;
}
#mainContent h3 {
	display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 24px;
	line-height: 50px;
	color: #999999;
	margin-right: 10px;
	margin-left: 10px;
}
#LeftSidebar h1 {
	color: #006666;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
	display: inline;
}
#LeftSidebar h2 {
	color: #692259;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	display: inline;
}
.arrows {
	background-image: url(http://www.successfulselfemployment.com/images/triarw.jpg);
	background-position: 10px -20px;
	height: 50px;
	background-repeat: no-repeat;
}
#LeftSidebar h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
	display: inline;
	margin-left: 0px;
}
#LeftSidebar h4 {
	color: #692259;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	display: inline;
}
#LeftSidebar {
	width: 100%;
}
#LeftSidebar #GRSubscribeForm2 #SubscribeForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
/*	background-color: #EFF3FF;
	border: 1px solid #CCCCCC;*/
}

#LeftSidebar #GRSubscribeForm2 #SubscribeForm #TheButton {
/*	background-color: #669999; */
	height: 30px;
}

#Footer {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
}

#Footer a {
	font-size: 12px;
	color: #79764e;
}
.contactTable {	border: thin solid;
	border-left-color: #6A663A;
	border-bottom-color: #6A663A;
	border-top-color: #6A663A;
	border-right-color: #6A663A;
}
.style2 {color: #FF0000}

a:visited {
	color: #79764e;
	}

#PhotoTable a,
#PhotoTable a:visited {
	margin-bottom:0px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #79764e;

