/* Styles.css */

@charset "UTF-8";
/* CSS Document */

body  {
	
	background-image:url(imgs/grad_bg.jpg);
	background-repeat:repeat-x;
	background-color:#00ACEd;
	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 */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	color:#666;
	font-weight:100;
}
.twoColFixRt #container { 
	width:828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(imgs/wrapper_bg.jpg);
	background-repeat:repeat-y;
	padding-left:66px;
	padding-right:66px;
	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: 195px; /* 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 */
	
	
	
}
p{
	margin-bottom:10px;
	margin-top:0px;
	
	
}
.twoColFixRt #sidebar1 li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:14px;
	text-decoration:none;
	margin-bottom:7px;
	
	list-style:none;
	
	
}
.twoColFixRt #sidebar1 a{
	text-decoration:none;
	color:#666;
	_margin-top:20px;
	*:margin-top:20px;
	
	
}
.twoColFixRt #sidebar1 a:hover{
	text-decoration:none;
	color:#26AAE1;
	
	
}
.twoColFixRt #sidebar1 img{
	margin-bottom:10px;
	
}

#sidebar1 ul { list-style:none; margin:0; padding:0; }

.twoColFixRt #mainContent img{
	padding-right:8px;
	padding-top:3px;
	
}
.twoColFixRt #mainContent { 
	border-right:thin;
	border-right-color:#808083;
	border-right-style:solid;
	margin: 0 210px 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 */
	_margin-top:20px;
	*:margin-top:20px;
} 
.twoColFixRt #mainContent a{
	
	text-decoration:none;
	color:#26AAE1;
	border-bottom:dotted thin #26AAE1;
}
.twoColFixRt #mainContent a:hover{
	
	text-decoration:none;
	color:#000;
	border-bottom:dotted thin #000;
}
.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;
}
img{
	border:none;
	margin:0px;
}
img a{
	border:none;	
	margin:0px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:52px;
	font-weight:100;
	line-height:52px;
	letter-spacing:1px;
	margin-bottom:0px;
	margin-top:30px;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;
	color:#26AAE1;
	font-weight:100;
	line-height:30px;
	
	
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#26AAE1;
	font-weight:500;
	margin-top:30px;
	
}
h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin-bottom:8px;
	font-weight:400;
	
}
h5{
	font-size:18px;
	margin-bottom:8px;
	font-weight:400;
	
	
}
#wrapper_top{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:828px;
	height:25px;
	background-image:url(imgs/wrapper_top.jpg);
	background-repeat:no-repeat;
	padding-left:66px;
	padding-right:66px;
}

#footer{
	
	width:960px;
	height:100px;
	background-image:url(imgs/footer.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	
}
li{
	margin-bottom:5px;
	font-size:16px;
	list-style:none;
	
}
ul{
	
	*:margin-left:0px;
	_margin-left:0px;
	_list-style:none;
	*:list-style:none;
}


td img {display: block;}

