/* CSS Document */


a:link 
{  
color: #234b79; 
text-decoration: none; 
font-weight: bold;
}

a:visited 
{  
color: #234b79; 
text-decoration: none; 
font-weight: bold;
}

a:active 
{  
color: #9d0a0e;
font-weight: bold;
}

a:hover 
{  
color: #9d0a0e; 
text-decoration: underline; 
font-weight: bold;
}

a.footer:link 
{  
color: #F2F2F2; 
text-decoration: none; 
font-weight: bold;
}

a.footer:visited 
{  
color: #F2F2F2; 
text-decoration: none; 
font-weight: bold;
}

a.footer:active 
{  
color: #F2F2F2;
font-weight: bold;
}

a.footer:hover 
{  
color: #F2F2F2; 
text-decoration: underline; 
font-weight: bold;
}

/* main fonts */
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	padding:1px 0px 1px 0px;
	margin:10px 0px 1px 0px;	
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	padding:1px 0px 1px 0px;
	margin:10px 0px 1px 0px;	
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal		;
	color: #133e83;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #133e83;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #133e83;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #133e83;
}


/* form stuff */

.requiredfield {
	border: 1px solid #bbbbbb;
	background-color: #FFFFDD;
	background-image: url(../images/construct/formyellowback.gif);
	background-repeat: no-repeat;
}
.normalfield {
	border: 1px solid #bbbbbb;
	background: #f0f0f0 url(../images/construct/formgreyback.gif) no-repeat;	
}
.requiredfieldmissing {
	border: 1px solid #bbbbbb;	
	background: #FFeeee url(../images/construct/formredback.gif) no-repeat;		
}
.requiredfieldgood {
	border: 1px solid #bbbbbb;	
	background: #FFeeee url(../images/construct/formgreenback.gif) no-repeat;		
}
.requiredfield:focus {
	border: 1px solid #444444;
	background: #ddFFDD url(../images/construct/formgreenback.gif) no-repeat;		
}
.normalfield:focus {
	border: 1px solid #444444;
	background: #ddffdd url(../images/construct/formgreenback.gif) no-repeat;		
}
.requiredfieldmissing:focus {
	border: 1px solid #444444;	
	background: #ddffdd url(../images/construct/formgreenback.gif) no-repeat;		
}
.requiredfieldgood:focus {
	border: 1px solid #444444;	
	background: #ddffdd url(../images/construct/formgreenback.gif) no-repeat;		
}

.mytableheadings {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(http://www.belinda.ca/images/tableheadings.gif);
}
.medium {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.large {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.blackborder {
	border: 1px solid #000000;
}
.greenborder {
	border: 1px solid #739738;
}

.paddedcell {
	margin: 10px;
	padding: 10px;
}

/* Menu Styles */

.topmenu {
	width:10px;
	font: bold 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	text-indent:10px;
	margin-left: 1px;
	margin-right: 1px;		
	padding-left: 15px;
	display: inline;
	text-decoration: none;
	background: url(../images/construct/menuiconnormal.gif) no-repeat;					
}
.topmenu:link {
	width:100;
	font: bold 11px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	text-indent:10px;
	margin-left: 1px;
	margin-right: 1px;		
	padding-left: 15px;
	display: inline;
	text-decoration: none;
	background: url(../images/construct/menuiconnormal.gif) no-repeat;				
}
.topmenu:hover {
	width:100;
	font: bold 11px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #FFB400;
	text-indent:10px;
	margin-left: 1px;
	margin-right: 1px;		
	padding-left: 15px;
	display: inline;
	text-decoration: none;
	background: url(../images/construct/menuiconhover.gif) no-repeat;				
}

.topmenu:visited {
	width:100;
	font: bold 11px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #000000;
	text-indent:10px;
	margin-left: 1px;
	margin-right: 1px;		
	padding-left: 15px;
	display: inline;
	text-decoration: none;
	background: url(../images/construct/menuiconnormal.gif) no-repeat;				
}
.topmenu:visited:hover {
	width:100;
	font: bold 11px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #FFB400;
	text-indent:10px;
	margin-left: 1px;
	margin-right: 1px;		
	padding-left: 15px;
	display: inline;
	text-decoration: none;
	background: url(../images/construct/menuiconhover.gif) no-repeat;					
}

/*  Left Menu Specific Items */

.leftmenu {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	text-align:right;
	text-indent:7px;
	margin-left: 2px;
	margin-right: 2px;	
	margin-bottom:1px;
	padding-left: 4px;
	display: block;
	text-decoration: none;
	background: url(../images/tribullet.gif) no-repeat;					
}
.leftmenu:link {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background:  url(../images/tribullet.gif) no-repeat;					
}
.leftmenu:hover {
	color: #ddddff;
	display: block;
	text-decoration: none;
	background:  #4b6ca3 url(../images/tribullet-on.gif) no-repeat;				
}

.leftmenu:visited {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background:  url(../images/tribullet.gif) no-repeat;					
}
.leftmenu:visited:hover {
	color: #ddddff;
	display: block;
	text-decoration: none;
	background: #4b6ca3 url(../images/tribullet-on.gif) no-repeat;				
}
.leftmenuselected {
	font: 11px  Arial, Helvetica, sans-serif;
	border-style:dotted;
	border-color:black;
	border-width:1px;
	letter-spacing: 0px;
	text-indent:7px;	
	color: #ff0000;
	margin-left: 2px;
	margin-right: 2px;		
	padding-left: 4px;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(../images/tribullet-on.gif) no-repeat;				
}
.leftmenuselected:link {
	border-style:dotted;
	border-color:black;
	border-width:1px;
	color: #ff0000;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(../images/tribullet-on.gif) no-repeat;				
}
.leftmenuselected:hover {
	border-style:dotted;
	border-color:black;
	border-width:1px;
	color: #ff0000;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(../images/tribullet-on.gif) no-repeat;				
}
.leftmenuselected:visited {
	border-style:dotted;
	border-color:black;
	border-width:1px;
	color: #ff0000;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(../images/tribullet-on.gif) no-repeat;				
}
.leftmenuselected:visited:hover {
	border-style:dotted;
	border-color:black;
	border-width:1px;
	color: #ff0000;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(../images/tribullet-on.gif) no-repeat;				
}

/*  --- end left menu specifics --- */

.gradtableback {
	background: #ffffff url(../images/construct/gradtableback.gif);
	background-repeat:no-repeat;

}
.tableheadings {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 2px;	
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-indent:8px;
	padding: 2px 2px 2px 2px; 
	height:25px;
	background: #CAE8EA url(../images/construct/gradtablebacktitle2.gif);
}.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
