@charset "UTF-8";
/* CSS Document */

/* Global */

a {
    color:#CC3333;
	text-decoration:none;
}

a:hover {
    color:#993366;
}

h1 {
    color:#3399CC;
}

h2 {
    color:#3399CC;
}

h3 {
    color:#FFF;
}

/* Body */

#nym_header {
    background:url(http://youth.ag.org/global/global_images/nym-logolight.png) no-repeat bottom left;
}

#header {
	background:url(../images/site/header.jpg) no-repeat bottom;
}

/* Sidebar */

#site_news {
	background:#CC3333;
	color:#FFFFFF;
}

.news_corner {
	background:url(../images/site/corner.jpg) no-repeat right top;
}

/* Resources */

#site_resources {
    border-top:dotted 1px #790000;
}

/* Site Specific */

table tr:nth-child(even) {
    background-color:#CCCCCC;
}

/* Menu */

#menu_site {
    background:#33CCFF;
}

ul.menu_site li a:hover {
    background:#3399CC;
}
