@charset "utf-8";
.style1 {font-size: x-small}

body  {
	font: Small, "Bookman Old Style", "Book Antiqua", Georgia, Verdana, Tahoma, "Arial Rounded MT Bold", Arial;
	background: #63815A;
	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;
}

/*these are the hyperlink style in the main body content or where font color is black against a yellowish background*/
a:link {
	text-decoration: none;
	color: #63815A;
}
a:visited {
	text-decoration: none;
	color: #63815A;
}
a:active {
	text-decoration: none;
	color: #63815A;
}
a:hover {
	text-decoration: none;
	color: #63815A;
}



.gic-template2 #container { 
	width: 1024px;  /* this will create a container of exactly 1024px width */
	background: #63815A;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.gic-template2 div#menubar table{ 
	width: 1024px;
	height: 31px;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: auto;
}

.gic-template2 div#menubar td#menu{ 
	width: 1024px;
	height: 31px;
	background: #6D6F71;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: auto;
}

.gic-template2 div#header table{ 
	width: 1024px;
	height: 134px;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: auto;
}

.gic-template2 div#header td#right{
	height: 134px;
	background: #839F89;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: 0;
	width: 332px;
} 

.gic-template2 div#header td#right-nobg{ 
	height: 134px;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: 0;
} 

.gic-template2 div#header td#logo{ 
	width: 692px;
	height: 134px;
	background: #63815A; 
	border-collapse: collapse;
	border-style: hidden;
	border-spaing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: auto;
} 

.gic-template2 table#content {
	width: 1024px;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
	margin: auto;
}
 
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.gic-template2 table#content td#sidebar1 {
	width: 292px; 
	background: #839F89; /* the background color will be displayed for the length of the content in the column, but no further */
	font: 9pt;
	color: #FFFFFF;
	vertical-align: top;
	padding: 40px 20px 0 20px;
	cellpadding: 0;
	cellspacing: 0;
	margin: 0;
}
.gic-template2 table#content td#sidebar1 div#box{
	width: 246px;
	float: left;
	height: auto;
	border: thin solid #6D6F71;
	list-style-position: inherit;
	list-style-type: square;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.gic-template2 table#content td#sidebar {
	width: 292px; 
	font: 9pt;
	color: #FFFFFF;
	vertical-align: top;
	padding: 40px 20px 0 20px;
	cellpadding: 0;
	cellspacing: 0;
	margin: 0;
}

.gic-template2 table#content td#sidebar1 div#imgcontainer-portrait {
	width: 172px;
	height: 248px;
	margin: auto;
	margin-top: 0;
	vertical-align: top;
	border-style:solid;
	border-width:thin;
	border-color: #FFFFFF;
}

.gic-template2 table#content td#sidebar1 div#imgcontainer-landscape {
	width: 248px;
	height: 172px;
	margin: auto;
	vertical-align: top;
	border-style:solid;
	border-width:thin;
	border-color: #FFFFFF;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.gic-template2 table#content td#mainContent {
	width: 672px;
	background: #FFFCDB;
	cellpadding: 0;
	cellspacing: 0;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
} 

.gic-template2 table#content td#mainContent-lfix {
	width: 672px;
	length: 515px;
	cellpadding: 0;
	cellspacing: 0;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.gic-template2 table#content td#mainContent-lfix div#leftContent{
	font-size: 10pt;
	width: 316px;
	margin: 0;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.gic-template2 div#leftContent a:link {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.gic-template2 div#leftContent  a:visited {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.gic-template2 div#leftContent  a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.gic-template2 div#leftContent  a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.gic-template2 table#content td#mainContent-lfix div#rightContent{
	font-size: 10pt;
	color: #FFFFFF;
	width: 316px;
	margin: 0;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.gic-template2 div#rightContent a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.gic-template2 div#rightContent  a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.gic-template2 div#rightContent  a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.gic-template2 div#rightContent  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

.gic-template2 table#content td#mainContent li#square {
	list-style: square outside;
	color: #6D6F71;
	text-align: left;
}


.gic-template2 #footer { 
	width: 974px;
	height: 40px;
	padding: 0 50px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6D6F71;
	margin: 0;
	border: none;
	border-spacing: 0; 
}
 
.gic-template2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 7.5pt, Arial, Geneva, Helvetica, sans-serif;
	text-align: right;
	color:#FFFFFF;
}

.gic-template2 #footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.gic-template2 #footer  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.gic-template2 #footer  a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.gic-template2 #footer  a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


.gic-template2 table#content td#mainContent div#imgcontainer {
	width: 172px;
	height: 248px;
	vertical-align: top;
	border-style:solid;
	border-width:thin;
	border-color: #6D6F71;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gic-template2 table#content td#mainContent div#imgcontainerlogo {
	width: 300px;
	height: 107px;
	vertical-align: top;

	border-style:none
	clear: left;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
/* Miscellaneous classes for reuse */

.subtitle { /*to bold a selected section of text using <span class="subtitle">*/
	font-weight: bold;
}

.blacktext { /*to force a section of text stay black using <span class="blacktext">, such as when a list element has a different color, i.e., grey bullets*/
	color: #000000;
}
.whitetext {
	color: #FFFFFF;
	text-decoration: underline;
}


.whiteline { /*to modify default hr style to a white, thin line as a compartment divider using <hr class="whiteline">*/
	color: #FFFFFF;
	width: 70%;
	height: 0.5px;
	border: none;
	margin: auto;
}

.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.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;
}
