@charset "utf-8";
body  {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	background-image:url(../../images/bg.png);
	background-repeat:repeat-x;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:0.8em;
}
p  {
        margin:0 0 10px 0;
        padding:0;
}
#container { 
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 8px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
} 
#header { 
	background-color: #02283A; 
	padding: 8px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
} 
#top { 
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
#topflashdiv {
	background-image:url(../../images/bg_topflash.png);
	background-repeat:repeat-x;
	width:100%;
	margin:0;
	padding:0;
	color:#FFFF00;
	z-index:-100;
}
#topflashdiv a {
	color:#FFFF00;
}
#topmenu { 
	background-image:url(../../images/bg_topmenu.png);
	background-repeat:repeat-x;
  	height:29px;
	width:100%;
	margin:0;
	padding:0;
}
#flags {
	float: right;
	margin:7px 10px 0 0;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: left;  /*since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*padding: 15px 10px 15px 20px;*/
	padding:0;
	margin:0;
}
.divider {
	margin: 0 0 0 200px;
	width:8px;
	height:400px;
	padding: 0;
	margin:0;
	background-image:url(../../images/bg_divider.png);
	background-repeat:repeat-x;
	float:left;
}
#main { 
	margin: 0;
	padding: 20px 0px 20px 20px;
	float: left;
	width:390px;
}
#right { 
	width:200px;
	float:right;
} 
#footer { 
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #02283A;
	font-size:9px;
        text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
.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;
}
.sidebarBox{
	background-color:#D6D8D3;
	margin: 10px 10px 0 10px;
	padding: 10px;
}
.box { 
	padding: 10px;
	margin:10px 10px 0 10px;
	width:160px;
	background-image:url(../../images/boxtop.png);
	background-repeat:repeat-x;
        background-color:#c4cccc;
        font-size: 0.8em;
}
.boximg { 
	padding: 0px;
	margin:10px 10px 0 10px;
	width:160px;
}
h1 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	margin:0;
        padding:0;
}
h2 {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
        margin:0;
        padding:0;
}
h3 {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
        margin:0;
        padding:0;
}
hr {
	line-height:1px;
	height:1px;
	color:#C4CCCC;
}
a {
	color:#607C8C;
}
/* rounded buttons */
.round {
	color:#000;
        text-decoration:none;

	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	background:url(../../images/button.png) no-repeat right top; 
	padding-right:15px; 
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.round span { 
	background:url(../../images/button.png) no-repeat left top; 
	height:27px;
	display:block;
	display:inline-block;
	padding-left:15px; line-height:27px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover span {background-position:left -155px;}
	
	/*button tag*/
	
button {
        border:0; 
        border:none; 
        background:transparent; 
        width:1px; 
        overflow:visible; 
        white-space:nowrap; 
        padding:0 2px; 
        cursor:pointer; 
        cursor:hand;
}

.addthis {
	float:right;
        margin:10px;
}
