@charset "utf-8";
body  {
	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: #333;
	background-attachment: fixed;
	background-color: #dae7ed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/headerimage.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 120px;
} 

.twoColFixRtHdr #header a, .twoColFixRtHdr #header a:visited{
	color:#333;
	text-decoration:none;
}
.twoColFixRtHdr #header a:hover{
	color:#cccccc;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 15px;
	margin-top: 10px;	
}
.twoColFixRtHdr #sidebartop{
	height:16px;
	background-image: url(../images/sidebartop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixRtHdr #sidebarmiddle{
	background-image: url(../images/sidebarmiddle.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#ffffff;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebarbottom{
	background-image: url(../images/sidebarbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
}
.twoColFixRtHdr #sidebar1 p{
	font-size: 80%;
	padding-right:10px;
	padding-left: 10px;
	margin:0;
	text-align: justify;
}
.twoColFixRtHdr #sidebar1 h3{
	padding-left: 10px;
	padding-right:10px;
	padding-top:0;
	margin-top:0;
	color:#F30;
}
.twoColFixRtHdr #mainContent, .twoColFixRtHdr #mainContent2{
	margin-top: 0;
	margin-right: 330px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.twoColFixRtHdr #mainContent2 {
	background-image: url(../images/help_desk.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent ul {
	list-style-image: url(../images/star.png);
}
.twoColFixRtHdr #mainContent ul li{
	padding-top:8px;
}
.twoColFixRtHdr #mainContent p{
	font-size: 80%;
}
.border {
	border: 2px solid #CCC;
}

.twoColFixRtHdr #mainContent a{
	text-decoration:none;
	color:#900;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent h4{
	color: red;
}
.twoColFixRtHdr #mainContent h2{
	color:#C60
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
.twoColFixRtHdr #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-size: 70%;
	text-align: center;
}
.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;
}

#menubar ul, #footer ul {
	padding:0px;
	margin:10px;

}
#menubar {
	background-image: url(../images/menuback.png);
	background-repeat: repeat-x;
}
#navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	height:45px;
	background-image: url(images/menuback.jpg);
	background-repeat: repeat-x;
}
#navbar li, #footer li {
    list-style:none;
    display:inline;
}
#footer a{
	
	text-decoration: none;
	text-align: right;
}
#footer a:hover { 
color:#666;
}
#navbar a {
	width:160px;
	color:#fff;
	text-decoration:none;
	float:left;
	background-image: url(../images/tab2.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: -6px;
	margin-bottom: 0;
	margin-left: -6px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 13px;
	padding-left: 6px;
}
#navbar a:hover { 
    background-position:0 -45px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -90px;
    color:#1e5ebd;
}
.footermenu {
	text-align: center;
}
 .footermenu li a, .footermenu li a:visited{
	font-size: 80%;
	color:#333;
	padding-right: 10px;
	
	
}
.footermenu li a:hover {
	color:#999;
	text-decoration: underline;
}
.imageholder {
	padding-left: 2px;
	padding-right:2px;
}


.navcontainer a
{
	display: block;
	color: #333;
	background-color: #f5f5f5;
	width: 254px;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
}

.navcontainer a:hover
{
background-color: #333;
color: #F5F5F5;
}
#first {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.second {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#first a, .second a {
	text-align: right;
}
 #header h2{
	 padding-top: 80px;
	text-align: right;
 }
 
 .underline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	 
 }
 

