body {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	text-align: center;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

img.headshot {
	float:left;
	display:block;
	padding:0px 10px 10px 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:125%;
	color:#CC0000;
}


/* ****************************** HEADER DIV **************************************** */

#headerContainer{
	display:block;
	width:100%;
	text-align:center;
	background-image:url("../_graphics/_skin/header_bg.gif");
	background-repeat:no-repeat;
}

#headerLogo{
	margin-left:auto;
	margin-right:auto;
	height:88px;
	width:790px;
	display:block;
}

#headerCountrySelect{
	background:url("../_graphics/_skin/collage_logo.gif") no-repeat;
	width:790px;
	text-align:right;
	color:#FFFFFF;
	padding-top:30px;
	}
	
#headerCountrySelect a{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#headerCountrySelect a:hover{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:11px;
}

#headerNavigation {
	margin-left:auto;
	margin-right:auto;
	height:37px;
	width:790px;
	display:block;
	padding-top:5px;
}

.headerSlogan {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
}

.companyTitle {
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	margin-top:30px;
	margin-left:85px;
}

/* ****************************** TOP NAVIGATION MENU **************************************** */

#navLinks {
    width:100%;
    font-size:11px;
	font-weight:bold;
    line-height:normal;
}

#navLinks ul {
	margin:0;
	padding:5px;
	list-style:none;
}
#navLinks li {
	float:left;
	margin:0;
	padding:0;
	background:url("../_graphics/_skin/tab_bg.gif") no-repeat right top;
}

#navLinks a:link{
    display:block;
    background:url("../_graphics/_skin/tab_left.gif") no-repeat left top;
    padding:10px 19px 10px 19px; /* THIS IS THE PADDING FOR THE LINKS.....change the left and right values to shrink or stretch the menu */
	color:#0033CC;
	text-decoration:none;
}

#navLinks a:visited {
    display:block;
    background:url("../_graphics/_skin/tab_left.gif") no-repeat left top;
    padding:10px 19px 10px 19px; /* THIS IS THE PADDING FOR THE LINKS.....change the left and right values to shrink or stretch the menu */
	color:#0033CC;
	text-decoration:none;
}

#navLinks a:hover {
	color:#F00;
}

/* ****************************** MAIN CONTENT **************************************** */

#contentContainer {
	margin:auto;
	display:block;
	position:relative;
	width:790px;
	top:25px;
}

#contentContainer a:link{
	color:#0033CC;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	padding:0px;
}

#contentContainer a:visited{
	color:#0033CC;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	padding:0px;
}

#contentContainer a:hover{
	color:#900;
}

#contentRight {
	display:block;
	position:relative;
	float:right;
	width:390px;
	padding-left:10px;
	border-left:1px solid #CCC;
	text-align:left;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#contentLeft {
	display:block;
	position:relative;
	float:left;
	text-align:left;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;

}


/* ****************************** FOOTER MENU **************************************** */


#footer {
	position:relative;
	display:block;
	clear:both;
	width:100%;
	height:110px;
	top:50px;
	background-image:url("../_graphics/_skin/footer_bg.gif");
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:5px;
	color:#FFFFFF;
	font-size:10px;
}

#footer a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#footer a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	font-weight:bold;
	text-decoration:underline;
}













