/* Medium text size CSS overrides */
/* @group Typographic Styles */
.page H1 {
	font-size: 264.1%;
}
H2 {
    font-size: 210.2%; /* 26px */
}

H3 {
    font-size: 110%;
}
/* @end */
/* @group Header */
#site-tools {
    font-size: 110%;
    width: 530px;
}
#site-tools .container {
    margin-left: 50px;
}
/*#search-terms { */ /* Renamed to id_q in CSS instead of view and form code. */
#id_q {
    font-size: 110%;
}
.textarea {
    font-size: 110%;
}
/* @end */
/* @group Content */
#header,
#content,
#footer {
    font-size: 110%;
}
.home .intro H1,
.home .intro H2 {
    font-size: 133.2%;
}
.home .intro H1 {
    font-size: 179.4%;
}
.page H2 {
    font-size: 156.3%;
}
.page #secondary #subnav LI A {
    font-size: 133.2%;
}
.page #content .tip P {
   font-size: 117.8%;
}
.section #content .tip H3 {
    font-size: 171.7%;
}
.page #content #primary H3 {
    font-size: 164%;
}
.tip .title {
    font-size: 125.5%;
}
.tip .sub {
    font-size: 850%;
}
.home .home-sections H2 {
    font-size: 220.77%;
}
.page #content .give-tip H3 {
    font-size: 174%;
}
#content .form-table TD {
    font-size: 125.5%;
}
/* @end */
/* @group Navigation */

#nav UL LI A {
    font-size: 133.2%;
}
DIV#nav {
    margin-top: 2em;
}
/* @end */
/* @group Skiplinks and invisible elements
--------------------------------------*/
#skiplinks A {
    font-size: 110%;
}
#skiplinks A:active,
#skiplinks A:focus {
    font-size: 1.1em;
}
/* @end Skiplinks and invisible elements */