


/*----------| Xhtml Tags |----------*/

body {
    background:url(../images/png/bodybg.png) top left repeat-x;
    color:#444444;
    font:normal 0.8em verdana;
}

input {
    font:normal 11px verdana;
}

h1 {
    color:#272727;
    font:normal 22px verdana;
}

h2 {
    color:#007ea7;
    font:normal 20px verdana;
}

h3 {
    color:#272727;
    font:normal 18px verdana;
}

h4 {
    color:#272727;
    font:normal 16px verdana;
}

h5 {
    color:#272727;
    font:normal 14px verdana;
}

h6 {
    color:#272727;
    font:normal 12px verdana;
}

a {
    color:#007ea7;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

li { 
	background: url(../images/bullet.gif) left center no-repeat;
	padding-left: 17px;
	margin-bottom: 10px;
	list-style-type: none;
}

/*----------| Structure |----------*/

#container {
    margin:0 auto;
    width:774px;
}

#masthead {
    height:298px;
    position:relative;
}

#logo {
    background:url(../images/header.jpg) top left no-repeat;
    height:298px;
    position:absolute; bottom:0px; left;0px;
    width:100%;
}

#topnav {
    background:url(../images/png/topnavbg2.png) top center no-repeat;
    width:100%;
    margin-left:630px;
    margin-top:52px;
}

#pageholder {
    line-height:18px;
    position:relative;
}

#contentholder {
    background:url(../images/contentholderbg.jpg) top right repeat-y;
    float:left;
    width:100%;
    margin-top:0px;
}

#column0 {
    float:left;
    width:auto;
}

#column1 {
    float:left;
    width:49.7%;
}

#column2 {
    float:right;
    width:49.7%;
}

#column3 h1, #column3 h2, #column3 h3, #column3 h4, #column3 h5, #column3 h6 {
    color:#272727;
}

#footnote {
    background:url(../images/png/footer.png) top right repeat-x; 
	height:30px;
	width:774px;  
}

#copyright {
    text-align:center;
}


/*----------| Classes |----------*/

.clear {
    clear:both;
}

.item {
    margin:0 20px 20px 20px;
}

