/* Construction Marc  - StyleSheet */
/* Made by: Alexandre Dumaine      */
/* Copyright 2006 Intellix.ca      */

/******************** Global Settings ********************/
Body{
	Background-color:black;
    font-family: verdana,arial,sans-serif;
    }

h1{
    font-size:16px;
    }

h2{
    font-size:14px;
	} 

p{
    font-size:12px;
	} 

	
a{
    font-size:14px;
    text-decoration: none;
	}
	
img{
	border:0;
	margin:0;
	}
	
table,tr,td{
	border:0;
	padding:0;
	margin:0;
	vertical-align:top;
	}

.MenuTD{
	Background-color:rgb(1,0,128); /* blueprint blue */
	}
	
/******************** Sections Settings ********************/
#Page{
	text-align:center;
	border:0;
	padding:0;
	margin:0;
	}

#PageContent{
	Background-color:white;
	width:620px;
	text-align:left;
    }

#PageBody{
	text-align:left;
	}
		
#TopLogo{
	Background-color:white;
	text-align:right;
	border:0;
	padding:0;
	margin:0;
    }
	
#MenuBar{
    /*position: absolute*/
    float: left;
	Background-color:rgb(1,0,128); /* blueprint blue */
	width:150px;
	font-weight: bold;
	text-align: center;
	border:0;
	padding:0;
	margin:0;
    }
	
#MenuBar ul{
	list-style-type: none;
	display: block;
	margin:0;
    }

#MenuBar li{
	display: block;
	margin:0;
    }
	
#MenuBar a{
	display: block;
	COLOR: white;
    }

#MenuBar a:hover{
	font-weight: bold;
    COLOR: rgb(1,0,128); /* blueprint blue */
	Background-color:rgb(225,224,255); /* light blue */
	}

#MainBody{
	Background-color:white;
	/*Margin-left: 160px;*/
	padding-left:10px;
	Margin-right:10px;
	border-left: 150px solid rgb(225,224,255);
	}

#MainBody a{
    color: black;
    font-weight: normal;
	}
#MainBody a:hover{
    font-weight: bold;
	}

#Contact P{
    font-size: 16px;
	font-weight:bold;
	text-align:center;
	}

	
#LogoBottom{
    float: right;
	Background-color:white;
	border:0;
	padding:0;
	margin:0;
	}

.TeamPictureOffset{
    margin-left:100px;
	}
				   

/*-------------------- Intellix link at bottom of page --------------------*/
	
#IXLink{
    text-align: center;
	font-size:9px;
	vertical-align: middle;
    }

#IXLink img{
	vertical-align: middle;
	border:0;
	}

#IXLink a{
	font-size:9px;
 	COLOR: black;
	vertical-align: middle;
	}

#IXLink a:hover{
	font-weight: bold; 
	}
