W3C CSS Validator results for http://bellsouthpwp2.net/e/v/evanmcg/css.css (CSS level 2.1)

Congratulations! No Error Found.

This document validates as CSS level 2.1 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
</a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fbellsouthpwp2.net%2Fe%2Fv%2Fevanmcg%2Fcss.css&warning=1&profile=css21&usermedium=all
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Valid CSS information

body {
font-size : 62.5%;
margin : 0;
padding : 0;
background : transparent url(Images/bg2.png) repeat top left;
background-attachment : fixed;
font-family : 'lucida grande', arial, tahoma, sans-serif;
}
.NCCS {
position : relative;
top : 5px;
left : 0;
font-weight : bold;
font-family : Georgia;
font-size : 18px;
color : #ffffff;
}
img {
border : 0 none;
}
#mouseovers {
list-style-type : none;
}
#container {
margin : 0 auto;
width : 683px;
position : relative;
background : transparent url(Images/containerbg.png) repeat-y top left;
}
#header {
margin : 0 auto;
width : 640px;
height : 120px;
background : transparent url(Images/header2.jpg) no-repeat top left;
}
.headtitle {
position : relative;
font-family : 'lucida grande', arial, tahoma, sans-serif;
font-size : 30px;
color : #000;
top : 8px;
left : 12px;
}
.headtitle h1 {
font-size : 16px;
font-weight : bold;
}
img#field {
float : right;
position : relative;
right : 30px;
top : 80px;
}
#menu {
margin : 0 20px;
height : 29px;
background-color : #0066cc !important ;
padding : 5px 0;
}
#menu ul {
margin : 0;
padding : 7px;
background : transparent url(Images/menuoff.png) repeat-x top left;
height : 29px;
}
#menu ul li {
list-style : none;
display : inline;
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
color : #006699;
padding : 13px 7px 15px 7px;
font-size : 1em;
background : transparent url(Images/menuoff.png) repeat-x center left;
font-family : 'lucida grande', arial, sans-serif;
font-weight : bold;
text-decoration : none;
}
#menu ul li a:hover {
background : transparent url(Images/menuon.png) repeat-x center left;
color : #fdfdfd;
}
#roundedheader {
width : 640px;
height : 18px;
margin : 0 auto;
background : transparent url(Images/belowheader.png) no-repeat top left;
}
#contentbg {
min-height : 415px;
width : 640px;
margin : 0 auto;
background : transparent url(Images/contentbg.png) repeat-y top left;
}
#content {
min-height : 415px;
width : 620px;
margin : 0 auto;
background-image : url(Images/nccs.gif);
background-attachment : fixed;
background-position : top center;
background-repeat : no-repeat;
}
#insidecontent {
padding-left : 25px;
width : 340px;
}
#insidecontent p {
margin : 0;
color : #767676;
font-family : 'lucida grande', 'franklin gothic medium', sans-serif;
font-size : 1.2em;
line-height : 170%;
width : 300px;
}
p {
margin : 0;
color : #565656;
font-family : 'lucida grande', 'franklin gothic medium', sans-serif;
font-size : 1em;
line-height : 170%;
}
a:link, a:active, a:visited {
text-decoration : none;
}
a:visited {
color : #003f91;
}
a:hover {
text-decoration : none;
}
#roundedfooter {
width : 640px;
height : 17px;
margin : 0 auto;
background : transparent url(Images/abovefooter.png) no-repeat top left;
}
h1 {
margin : 0;
font-weight : normal;
color : #b5daff;
font-size : 3.2em;
}
h2 {
margin : 0;
display : inline;
position : relative;
top : -1.5em;
left : 2em;
font-size : 1.8em;
font-weight : normal;
color : #20468f;
text-align : center;
}
h3 {
margin : 0;
font-size : 1.5em;
font-weight : normal;
color : #6699ff;
}
#footer {
margin : 0 auto;
width : 641px;
height : 39px;
background : transparent url(Images/footer.png) repeat-x top left;
}
#footer span {
display : block;
position : relative;
font-family : 'lucida grande', 'franklin gothic medium', sans-serif;
font-size : 1em;
padding : 10px;
color : #565656;
}
.center {
text-align : center;
display : block;
margin : 0 auto;
}
caption {
font-size : x-large;
font-family : Georgia, "Times New Roman", Times, serif;
color : #3333cc;
background-color : #3366cc;
}

↑ Top