body {
text-align: center;
}


#wrapper {
	width: 920px;
	margin: 0px auto 0px auto;
	text-align: left;
	border-left: solid 1px #003399;
	border-right: solid 1px #003399;
}




 #header {
	width: 900px;

	
	
}

#nav {
	float: left;
}

#subnav {
	margin-left: 720px;
	margin-top: 0px;
	background-color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
}




#sidebar {
	width: 200px;
	margin-left: 705px;
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 10px;
	background-color: #ffffff;
	border-left: solid 1px #003399;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

#sidebar h3  {
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}



#bluebox {
	margin-top: 10px;
	background-color: #003399;
	width: 160px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 11px
	font-weight: bold;
	color: #ffffff;

}


#feature {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	padding-right: 5px;
	width: 690px;
	font-family: arial;
	font-size: 12px;
	color: #003399;
	background-color: #ffffff;
}

#feature h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #003399;
	margin: 0px;
}

#feature a {
	color: #003399;
	text-decoration: none;
}

#feature img {
	float: left;
	
}

#promo {
	padding-left: 40px;
}

#columnwrapper {
	margin-top: 30px;
}

#quickclicks , #services{
	float: left;
	width: 33%;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	

}

.canadaflag {

	list-style-image:url(/images/canadaflag.gif); 


}

#supportcenter {
	width: 33%
	margin-top: 20px;
	margin-left: 66%;
	padding-left: 5px;
	padding-right: 5px;
	
}

#services, #supportcenter {
	border-left: solid 1px #003399;
}



#footer {
	background-color: #ffffff;
	clear: left;
	margin-top: 30px;
	padding-top: 15px;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	width: 700px;

}

#footer a {
	color: #003399;
}

#footer .privacy {
	font-size: 11px;
	font-weight: bold;
}

.footnote  {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	
}

.bottomborder {
	border-bottom: solid 1px #003399;
	width: 145px;
	}

.longbottomborder {
	border-bottom: solid 1px #003399;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 20px;

}

.clear {
	clear: left;
}











.glossymenu, .glossymenu li ul{
list-style-type: none;
margin-top: 5px;
margin-left: 0px;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
width: 160px; /*WIDTH OF MAIN MENU ITEMS*/
height: 30px;
background-color: #003399;
color: #ffffff;

}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 160px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
margin-left: -4px;
padding: 0px;
display: none;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}

.glossymenu li a{
background-color: #003399;
font: bold 11px Arial, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 4px;
text-decoration: none;

}



.glossymenu li a:visited, .glossymenu li a:active{
color: #ffffff;
}


/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */






#csstopmenu, #csstopmenu ul{
padding: 0;
margin-top: 0px;
margin-left: 0px;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
margin-top: 0px;
border: 1px solid black;
border-left-width: 1;
background-color: #ffffff;
}

.headerlinks a{
margin: auto 10px;
font-size: 11;
font-weight: bold;
font-family: arial;
color: #000099;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: .85em;
left: 0;
background-color: #cccccc;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
font-size:11;
font-family: arial;
color: #003399;
}

.submenus2{
display: none;
width: 7em;
position: absolute;
top: .85em;
left: 0;
background-color: #cccccc;
border: 1px solid black;
}

.submenus2 li{
width: 100%;
}

.submenus2 li a{
display: block;
width: 100%;
text-indent: 3px;
font-size:11;
font-family: arial;
color: #003399;
}


html>body .submenus li a{ /* non IE browsers */
width: auto;
}



.submenus li a:hover{
background-color: #999999;
color: #003399;
}

.submenus li a:visited {
color: #003399;
}



html>body .submenus2 li a{ /* non IE browsers */
width: auto;
}



.submenus2 li a:hover{
background-color: #999999;
color: #003399;
}

.submenus2 li a:visited {
color: #003399;
}




#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}












