@charset "UTF-8";
body  {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CA0032;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #CA0032;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #CA0032;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.5em;
}
.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

b {
	font-weight: bold;
	color: #626262;
}
blockquote  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8;
	margin-right: 4em;
	margin-left: 4em;
	padding-right: 1em;
	padding-left: 1em;
	background: url(../images/upQuote.gif) no-repeat;
	padding-top: 1em;
	margin-top: 1.8em;
	color: #517CA9;
}
blockquote span {
	text-align: right;
	font-weight: normal;
	background: url(../images/downQuote.gif) no-repeat right bottom;
	line-height: 1.2;
	padding-bottom: 2.4em;
	display: block;
	padding-top: 0em;
	padding-right: 2em;
	color: #999999;
}
.twoColFixRtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 15pix;
	margin-left: auto;
	background: #FFFFFF;
	padding-bottom: 15px;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	padding-top: 10px;
	position: relative;
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr  #logo   {
	height: 97px;
	width: 272px;
	padding-bottom: 10px;
	margin-left: 15px;
	float: none;
	clear: none;
	padding-top: 10px;
}

.twoColFixRtHdr #language {
	position: absolute;
	right: 15px;
	bottom: 10px;
	float: right;
	height: 16px;
	width: 23px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #nav {
	background-color: #CA0032;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	height: 27px;
}
.twoColFixRtHdr #container #nav #MenuBar2 {
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	position: absolute;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #wrapper {
	width: 1000px;
	padding-top: 15px;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 230px;
	margin-top: 0px;
	margin-right: 15px;
	background-color: #EAE9E5;
	position: relative;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
	clear: none;
}
.twoColFixRtHdr   #sidebar2  {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 0px;
	background-color: #C1DAF2;
	float: left;
	width: 160px;
}
.twoColFixRtHdr #container #wrapper #mainaw {
	height: 165px;
	width: 710px;
	padding: 0px;
	margin-left: 15px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 225px;
	padding: 0px;
	margin-top: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #footer {
	background:#DDDDDD;
	padding-top: 15;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 25px;
} 
/* -------------------top navigation menu -----------------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	top: 0px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	background: #fff;
	padding: .5em .5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	color: #626262;
	line-height: 1.2em;
	margin-right: 15px;
}
#header li a:hover, #header li a:active {
	color: #FFFFFF;
	background: #C0C0C0;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #FFFFFF;
	cursor: default;
	background-color: #666666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #header #languages {
	float: right;
	right: 0px;
	bottom: 0px;
	clear: right;
}
