@charset "UTF-8";
.copyright {
	font-size: 50%;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #e6e7e7;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	font-size: 100%;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navigation {
	height: 44px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/ARGheader.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 15px;
	padding-top: 8px;
	font-size: 90%;
	letter-spacing: 0.1em;
}
#container {
	background-color: #FFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}
h1 {
	font-size: 140%;
	color: #B6000C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 130%;
	color: #B6000C;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 105%;
	color: #333;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 90%;
}
#content {
	padding: 26px;
}
#navigation a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
	text-decoration: none;
	background-color: #f3f3f3;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
}
#navigation a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
	text-decoration: none;
	background-color: #f3f3f3;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
}
#navigation a:visited {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#navigation a:hover {
	background-color: #FFF;
}
#navigation a:active {
	color: #FFF;
}
a:link {
	color: #960;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #960;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #960;
}
.smallprint {
	font-size: 80%;
}
