*{
	margin: 0px;
	padding:0px;
}

body {
	margin: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
}

a:link, a:visited {
  color: #0062A0;
  text-decoration: none;
}

a:hover {
  color: #027AC6;
  text-decoration: none;
}

a:active, a.active {
  color: #5895be;
}

#content{
	text-align: left;
	font-size: 12px;
}


#container {
	margin: 0px 0px 0px 0px;
	width: 1200px;
	position: absolute;
	left: 163px;
	top: 82px;
	font-size:11pt;
}


.title{
	font-size: 14px;
	font-weight: bold;
}

/*Navigation List English*/

ul.navlist                         { position:relative; width:100%;text-decoration:none;list-style-type:none;}
ul.navlist li                      { float: left; zoom: 1;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 0.8em; }
ul.navlist a:hover		           { color: white; text-decoration:none; }
ul.navlist a:active                { color: #ffa500; }


ul.navlist li a                    { display: block; padding: 4px 22px;
	 								  color: white; }
ul.navlist li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.navlist li.hover,
ul.navlist li:hover                { color: white; background: black; position: relative; }
ul.navlist li.hover a              { color: white; text-decoration: none;}

/*Navigation List French*/

ul.navlist_fr                        { position:relative; width:100%;text-decoration:none;list-style-type:none;}
ul.navlist_fr li                      { float: left; zoom: 1;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 0.8em; }
ul.navlist_fr a:hover		           { color: white; text-decoration:none; }
ul.navlist_fr a:active                { color: #ffa500; }


ul.navlist_fr li a                    { display: block; padding: 4px 15px;
	 								  color: white; }
ul.navlist_fr li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.navlist_fr li.hover,
ul.navlist_fr li:hover                { color: white; background: black; position: relative; }
ul.navlist_fr li.hover a              { color: white; text-decoration: none;}

#text 
{
padding-left: 400px;
}

#searchnavcontainer
{
text-align: center;
width: 800px;
}

#navcontainer
{
text-align: center;
width: 100%;
background: #34609b;
height: 24px;
}

#maincontainer
{
text-align: center;
width: 80%;
background: #34609b;
height: 24px;
}

.smallFont{
	color: #0062A0;
	font-size:.7em;
}

.themeLine
{
	height: 1px;
	background:#0062A0;
}
.titleLinkStyle a 
{
	border:10px; 
	overflow: hidden;
	font-size: 18px;
	font-weight:bold;
	margin-top:3px;

}
.titleLinkStyle a:hover
{
	color:white;
	background-color: #0062A0;
	text-decoration:none;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.showBorder{
	border-width: 2px; 
	border-style: solid;
}


/*This is for secondary Nav
 ul.posts li a { border: 0; display: block; overflow: hidden; }
ul.posts li a:hover { background-color: #DBF1F9;/* light blue */ 

ul.secondNav li a { border: 0; display: block; overflow: hidden;padding-left:5px }
ul.secondNav li a:hover { background-color: #0062A0;color:white; text-decoration:none;padding: 3px;}

/*This styling is for the 
  content boxes*/
.box
{
	
	border-color: #0062A0;
	border-width: 2px;
	border-style:solid;
	height:200px;
}

.box400
{
	
	border-color: #0062A0;
	border-width: 2px;
	border-style:solid;
	height:400px;
}

.box250
{
	
	border-color: #0062A0;
	border-width: 2px;
	border-style:solid;
	height:250px;
}

.box300
{
	
	border-color: #0062A0;
	border-width: 2px;
	border-style:solid;
	height:300px;
}

.box350
{
	
	border-color: #0062A0;
	border-width: 2px;
	border-style:solid;
	height:350px;
}


.boxList
{
	margin:0px;
	padding:10px;
	list-style-type: none;
	float:left;
}

.box ul
{
	
	
}

.boxList img
{
	float:right;
}

.boxHrLine
{
	background-color: #0062A0;
	height: 2px;
	color:#0062A0;
}

.boxTitleShade
{
	background-color: #E8E8E8;
	padding-top: 3px; 
}
.boxTitle
{
	font-size: 18px;
	font-weight:bold;
	padding-left: 6px;
	margin-top:10px;
	color:#0062A0;
}

.pageTitle
{
	font-size: 20px;
	font-weight:bold;
	padding-left: 6px;
	margin-top:10px;
	margin-bottom:10px;
	color:black;
}

.boxContent
{
	margin-right:30px;
	font-size: 12px;
	padding:7px;
	
	
}

#ListStyle
{
	padding-left: 20px;
	font-size:14px;
}

#ListIndent
{
	padding-left: 50px;
}

.boxImg
{
	margin-left: 10px;
	
}

