/* The document body */
body {
	margin: 0;
	padding: 1em;
	min-width: 50em;
	font-size: 84%; /* 12px [1] */
	line-height: 1.5em; /* 18px [2] */
	background: white;
	color: black;
	font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
}
h1 {
	font-size: 1.6em; /* 18px */
	line-height: 1.33em; /* 24px */
	margin: 0.89em 0; /* 16px 0 */
}
.bodyError {
	font-weight: bold;
	color: #FF0000;
}

h2 {
  font-size: 1.25em; /* 15px */
  line-height: 1.4em; /* 21px  */
  margin: 1.07em 0; /* 16px 0 */
}

h3 {
  font-size: 1em; /* 12px */
  font-style: italic;
  margin: 1.33em 0; /* 16px 0 */
}
h4, h5, h6 {
  font-size: .75em; /* 9px */
  line-height: 2em; /* 18px */
  margin: 1.56em 0; /* 14px 0 */
}
h4 {
  text-transform: uppercase;
}
h5 {}
h6 {
  font-style: italic;
}
.intListTitle {
	font-size: 1.25em;
	font-weight: bold;
}
.intListTitleReg {
	font-size: 1.25em;
	font-weight: normal;
}

address {}

/* Section 9: Text */
/* 9.2: Structured text */
em {}
strong {}
dfn {}
code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
samp {}
kbd {}
var {}
cite {}
abbr {}
acronym {}
blockquote {}
q {}
sub {}
sup {}
/* End of 9.2 */
p {}
pre {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;  /* [3] */
}
ins {}
del {}

/* Section 10: Lists */
ul {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}
ul ul {
  margin: 0;
  padding: 0 0 0 1.25em;
}
ol {
  margin: 1em;
  padding: 0 2em;
}
ol ol {
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
dl {}
dt {}
dd {}

/* Section 11: Tables */
table {}
caption {}
thead {}
tfoot {}
tbody {}
colgroup {}
col {}
tr {}
th {}
td {}

/* Section 12.2:  The A element */
a:link {}
a:visited {}
a:link:hover {} /* [4] */
a:visited:hover {}
a:active {}
a:focus {}
a:focus:hover {}

/* Section 13: Objects, Images, and Applets */
img {}
object {}
applet {}

/* Section 15: Alignment, font styles, and horizontal rules */
/* 15.2: Fonts "[...] their use is discouraged in favor of style sheets." */
tt {}
i {}
b {}
big {}
small {}
/* End of 15.2 */
hr {}

/* Section 16: Frames */
iframe {}

/* Section 17: Forms */
form {}
input {}
input:focus {}
button {}
button:focus {}
select {}
select:focus {}
optgroup {}
option {}
textarea {}
textarea:focus {}
label {}
fieldset {}
legend {}

/* footer */

#footer{
	clear:both;
width: 790px;
height: 79px;
background: transparent url(../footer.png);
padding: 0px;

}
#footer p {
margin: 5px 5px 0px 0px;
padding: 25px 4px 4px 0px;
line-height: 60%;
font-size: 120%;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #cccccc;
text-decoration:none;
}
#footer a:hover {
color: #FFFFFF;
text-decoration:none;
}.copyright {
	font-size: 80%;
	color: #CCCCCC;
}
#copyrightlinks {
	font-size: 80%;
	color: #CCCCCC;
}
#copyrightlinks a:link, #copyrightlinks a:visited {
color: #cccccc;
text-decoration:none;
}
#copyrightlinksa:hover {
color: #FFFFFF;
text-decoration:none;
/* Right Column*/
#rtcolumn{
	clear:both;
}
#rtcolumn p {
padding-left: 10%;
margin-top:0%;
font-size: 110%;
}
.img-wrapper {
margin: 0px 0px 0 0;
float:left;
line-height:0;
}

#rtcolumn a:link, #footer a:visited {
color: #FFFFFF;
text-decoration:none;
}
#rtcolumn a:hover {
color: #FFFFFF;
text-decoration:none;
}
#secondmenu{
	clear:both;
width: 770px;
height: 18px;
background:#333333;
padding: 0px;
color: #FFFFFF;
text-decoration:bold;
position: relative;
padding-left: 10px;
font-size: 85%
}
#secondmenu p {
line-height: 60%;
font-weight: bold;
background-color:#CCCCCC;
}
#secondmenu a:link, #secondmenu a:visited {
color: #cccccc;
font-weight: bold;

#secondmenu a:hover {
color: black;
font-weight:bold;
background-color:#CCCCCC;
}
#secondmenu strong {
color: black;
font-weight:bold;
background-color:#CCCCCC;
}
