/* CSS Document */

body  {
	font: 10pt georgia, times, serif;
	background: #DBE7F0;
	background-image:url(../images/grad/v5_bluesite4.jpg);
	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;
}
#homelink {
	
	top: 20px;
	background-color:#E9F2F8;
	padding: 10px;
	margin-right:30px;
	}
td {
	font-size: 10pt;
	}
img {
	border-color:#000000;
	border-width:1px;
	}

.font-italic {

	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size: 9pt;
	font-style:italic;
	line-height: 12pt;
	text-align:justify;
	margin-right: 20px;
	margin-left: 10px;
	}
.font-smaller {
	font-size:9pt;
	font-family:arial, sans-serif;
	}
.twoColFixRt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/caw2.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px double #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding:15px;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:11pt;
	line-height:14pt;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/migg.jpg);
	padding: 15px 10px;
	border: 3px double #878787;
	position:relative;
	top: 20px;
	right: 10px;
	text-align:left;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.text-box1 {
	font-style:italic;
	font-size:11pt;
	line-height:120%;
	padding:15px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-image:url(../images/imi.jpg);
	}

.text-box2 {
	font-style:italic;
	font-size:14pt;
	color:#0000CC;
	line-height:110%;
	padding:15px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	margin: auto;
	background-image: url(../images/caw1.jpg);
	}

.float-right { /* 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: 12px;
}
.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16pt;
	line-height:20pt;
	text-align:left;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: blue;
	font-size:14pt;
	text-align:left;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size:14pt;
	text-align:left;
	}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12pt;
	color:#3300FF;
	text-align:left;
	}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12pt;
	color: #CC0000;
	}

h6 {
	font-family: Georgia, serif;
	font-size: 8pt;
	font-style:italic;
	line-height: 12pt;
	font-weight:normal;
	} 
a:hover {
	color: #990000;
}
a:active {
	color: #6633CC;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
.link1 {
     font: bold 9pt Verdana, Arial, Helvetica, sans-serif;
     text-decoration: none;
     color: #000099;
	 text-align:left;
         }

a.link1:link { color: #000099;}
a.link1:visited { color: #000066;}
a.link1:hover { color: #0033FF; text-decoration: underline;}
a.link1:active { color: #943659;}

.link2 {
     font: bold 8pt  Arial, Helvetica, sans-serif;
     text-decoration: none;
     color: #B7CDE6;
         }

a.link2:link { color: #527BE9;}
a.link2:visited { color: #527BE9;}
a.link2:hover { color: #0033FF; text-decoration: underline;}
a.link2:active { color: #943659;}



