
a{
	outline: none;
}

.Clear {
	clear:both;
}


html {
	margin:0px;
	background-color:#f8f7f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body{
	text-align: center;
}


#WrapperGlobal{
	background-color:#FFFFFF;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	width: 66em;
	text-align: left;
} 

.ColFaux{
	background-image:url(../images/fauxcol.gif);
	background-repeat:repeat-y;
	width:800px;
}
#ColMain{
	width:480px;
	padding:20px
}
#ContentMain {
	line-height:18px;
} 

#ColRight{
	float:right;
	width:280px;
}
#ContentRight{
	padding:10px 20px 10px 20px;
	color:#FFFFFF;
} 



.Mainnav {
	width:850px;
	background-color:#699bc9;
	height:39px;
}

.MainnavItem {
	float:left;
}




h2{
	font-size:22px;
	color:#3a6a97;
	margin:0 0 15px 0;
}
h3{
	font-size:16px;
	color:#699bc9;
}
h4{
	font-size:13px;
	color:#699bc9;
	font-weight:bold;
	margin:0 0 5px 0;
}



ul{
	list-style-image: url(../images/bullet1.png);
}
li{
	margin-bottom:12px;
}




a:link {
	color: #3a6a97;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #3a6a97;
	font-weight:bold;
}
a:hover {
	color: #699bc9;
	text-decoration: underline;
	font-weight:bold;
}

#sidebarlist a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}



#Footer a {
	color:#444444;
	font-weight:normal;
	text-decoration:none;
}

a.LinkLightGrey:link 		{color: #FFF; font-weight:normal; text-decoration: none}
a.LinkLightGrey:visited	{color: #FFF; font-weight:normal; text-decoration: none}
a.LinkLightGrey:hover		{color: #eb0049;font-weight:normal; text-decoration: none}


.divnormal {
	background-color:#eb0049;
	padding:8px;
	margin-bottom:10px;
	color:#FFF;
}

.divhover{
	background-color:#ad0137;
	padding:8px;
	margin-bottom:10px;
	color:#FFF;
}




