BODY {
	background-color: #D2DEEA;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #687B9F;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #687B9F;
}
hr {
	color: #AABFDD;
	height: 1px;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.main a:link {
	color : #687B9F;
}
.main a:hover {
	color: #F19049;
}
.main a:visited {
	color : #F19049;
}
.main a:visited:hover {
	color : #F19049;
}
.main a:active {
	color: #687B9F;
} 
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
/}
.smText a:link {
	color : #687B9F;
}
.smText a:hover {
	color: #F19049;
}
.smText a:visited {
	color : #F19049;
}
.smText a:active {
	color: #687B9F;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	background-color: #D5DFEE;
	border: thin dashed #687B9F;
	padding: 15px;
	margin: 25px;
}
.smRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: Right;
}
.smRight a:link {
	color : #687B9F;
}
.smRight a:hover {
	color: #F19049;
}

.smRight a:visited {
	color: #F19049;
}
.smRight a:active {
	color: #F19049;
}
.smCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: Center;
}
.smCenter a:link {
	color : #687B9F;
}
.smCenter a:hover {
	color: #F19049;
}
.smCenter a:visited {
	color: #F19049;
}
.smCenter a:active {
	color: #F19049;
}
ul {
	list-style-type: square;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif,;
	font-size: 11px;
	margin-left: 38px;
	margin-top: 24px;
	margin-right: 38px;
}
.footer a:link {
	color : #687B9F;
}
.footer a:hover {
	color: #F19049;
}
.footer a:visited {
	color : #F19049;
}
.footer a:active {
	color: #F19049;
}
.photo-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif, ;
	font-size: xx-small;
	font-style: italic;
	color: #000000;
	text-align: center;
	vertical-align: top;
}
.blue-times {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #0033CC;
	font-style: italic;
}
.small-text-white {
	font-family: Verdana, Arial, Helvetica, sans-serif,;
	font-size: xx-small;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
}
.good-day {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FF6600;
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
}
.background-body {
	background-image: url(/design_elements/GC-idiom_r3_c1.jpg);
	background-repeat:repeat-y
}
.background-navbar {
	background-image: url(/design_elements/GC-idiom_r2_c1.jpg);
	background-repeat: no-repeat;
}
.background-footer {
	background-image: url(/design_elements/GC-idiom_r4_c1.jpg);
	background-repeat: no-repeat;
}
.small-text-white {
	font-family: Verdana, Arial, Helvetica, sans-serif,;
	font-size: xx-small;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}
.twoColFixRt #container { 
	width: 685px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px;
}
.twoColFixRt #mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.oneCol {
    margin-left: 38px;
	margin-right: 38px;
}	

/*- begin for faq pages, do not remove */
a  {
	color : #687B9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	color: #F19049;
}
a:visited {
	color : #F19049;
}
a:visited:hover {
	color : #F19049;
}
a:link {
	color: #F19049;
} 
a:active {
	color: #687B9F;
} 
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
- end for faq pages -
- begin for forum pages, do not remove -
a.smLink  {
	color : #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}

a.smLink:hover {
	color: #F19049;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}

a.smLink:visited  {
	color : #F19049;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}

a.smLink:visited:hover {
	color: #F19049;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
}
- end for forum pages -
- begin for news pages, do not remove -
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #687B9F;
	font-style: italic;
}
- end for news pages -
