*, html, body {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 11px;
        font-family: arial, "lucida console", sans-serif;
}
p {
        line-height: 14px;
        margin-bottom: 10px;
}
.left {
        float: left;
		margin: 0px 8px 8px 0px;
}
.right {
        float: right;
		margin: 0px 0px 8px 8px;
}
body {
        width:100%;
        height:100%;
        text-align: center;
        background: #e6e6e6 url('assets/images/bg_horiz.gif') repeat-x;
}
#Header {
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: 190px;
}
#Wrapper1 {
        text-align: left;
        position: relative;
        width: 760px;
        height: 100%;
        margin: 0 auto;
        padding: 0px auto;
        background-image: url('assets/images/bg_vert.gif');
        background-repeat: repeat-y;
}
#Wrapper2 {
        text-align: left;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0px;
        background-image: url('assets/images/wrap2_bg.gif');
        background-repeat: no-repeat;
}
#Header img {
        border: none;
        margin: 0;
        padding: 0;
        align: center;
}
#Main_Nav {
        text-align: right;
        position: relative;
        margin-left: 0;
        padding-right: 20px;
        height: 35px;
        background: url('assets/images/navbar.gif') no-repeat;
}
#Main_Nav ul, #Main_Nav li {
         margin: 0;
         padding: 0;
}
#Main_Nav ul {
         font-size: 12px;
         padding-left: 200px;
         padding-top: 5px;
         list-style-type: none;
         list: 0;
}
#Main_Nav ul a:link {color: #cccccc; text-decoration: none}
#Main_Nav ul a:visited {color: #cccccc; text-decoration: none}
#Main_Nav ul a:active {color: #cccccc; text-decoration: none}
#Main_Nav ul a:hover {color: #ffffff; text-decoration: none}

#Main_Nav li {
	display: inline;
	padding-right:12px;
}
#Left_Side {
        float: left;
        position: relative;
	margin: 5px 0px 10px 0px;
	padding: 0px;
        width: 170px;
}
#Left_Side .box_margins {
	position: relative;
	padding: 0px;
        margin-top: 10px;
        margin-left: 25px;
}
#Left_Side .box_width {
	position: relative;
	width: 156px;
	padding: 0px;
        margin: 0px;
	background: url('/assets/images/left_box_bg.gif') repeat-y;
}
#Left_Side .box_bottom {
        margin: 0px;
	padding-bottom: 5px;
	background: url('/assets/images/left_box_footer.gif') no-repeat bottom right;
}
#Left_Side .unboxed {
	position: relative;
	padding: 0px;
        margin-top: 10px;
        width: 156px;
}
#Left_Side h3 {
	display: block;
	margin: 0;
	padding: 3px 5px;
	background: url('/assets/images/left_box_head.gif') no-repeat;
	color: #fff;
	font-size: 11px;
}
#Left_Side p {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
#Left_Side ul {
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}
#Left_Side li {
	margin: 0px;
	font-size: 11px;
        list-style-type:none;
}
#Left_Side li a:link {color: #333; text-decoration: none; font-size: 11px;}
#Left_Side li a:visited {color: #333; text-decoration: none; font-size: 11px;}
#Left_Side li a:active {color: #333; text-decoration: none; font-size: 11px;}
#Left_Side li a:hover {color: #ce253c; text-decoration: none; font-size: 11px;}

#Left_Side li ul li a:link {color: #808080; text-decoration: none; font-size: 11px;}
#Left_Side li ul li a:visited {color: #808080; text-decoration: none; font-size: 11px;}
#Left_Side li ul li a:active {color: #808080; text-decoration: none; font-size: 11px;}
#Left_Side li ul li a:hover {color: #ce253c; text-decoration: none; font-size: 11px;}

#Content_Wrapper {
        float: right;
	position: relative;
	width: 558px;
        margin: 0 0;
	padding: 0px;
}
#Content {
        margin: 0;
        padding-right: 40px;
}
#Content h1 {
	font-size: 18px;
	font-weight: 700;
	color: #ce253c;
        border-bottom: 2px solid #e5e5e5;
        display: block;
        height: 24px;
        padding-left: 25px;
        background: url('/assets/images/atom_h1.gif') no-repeat;
        background-position: top left;
		margin-bottom: 10px;
}
#Content h2 {
	font-size: 14px;
	font-weight: 700;
	color: #ce253c;
}
#Content h3 {
	font-size: 12px;
	font-weight: 700;
	color: #000;
}
#Content h3.orange {
	color: #ea751f;
}
#Content ul {
	margin: 0;
	padding: 0px 5px 5px 5px;
	font-size: 11px;
}
#Content li {
	margin-left: 10px;
	font-size: 11px;
        list-style-image: url('/assets/images/red_disc.png');
}
.no_arrow ul {
	margin: 0;
	padding: 5px;
	font-size: 11px;
        list-style-type: none;
}
#Content a:link {color: #333; text-decoration: underline; font-size: 11px;}
#Content a:visited {color: #333; text-decoration: underline; font-size: 11px;}
#Content a:active {color: #333; text-decoration: underline; font-size: 11px;}
#Content a:hover {color: #ce253c; text-decoration: underline; font-size: 11px;}

#Content li a:link {color: #333; text-decoration: underline; font-size: 11px;}
#Content li a:visited {color: #333; text-decoration: underline; font-size: 11px;}
#Content li a:active {color: #333; text-decoration: underline; font-size: 11px;}
#Content li a:hover {color: #ce253c; text-decoration: underline; font-size: 11px;}

/* TeacherTip highlight box BEGIN */
#Teacher_tips {	width: 500px; margin: 0px 10px 10px 0px; padding: 10px; background-color: #e5e5e5; border: 1px solid #999; }
#Teacher_tips h2 {
	font-size: 14px;
	font-weight: 700;
	color: #ce253c;
        display: block;
        height: 16px;
        padding-left: 14px;
        background: url('/assets/images/postit_note.png') no-repeat;
        background-position: top left;
}
#Teacher_tips h3 { font-size: 12px; font-weight: 700; color: #000; padding-top: 5px; }
#Teacher_tips ul { margin: 0; padding: 0px 10px 1px 10px; font-size: 11px; }
#Teacher_tips li { margin-left: 10px; font-size: 11px; }
/* TeacherTip highlight box BEGIN */

/* Green highlight box BEGIN */
#Green_box { width: 500px; margin: 0px 10px 10px 0px; padding: 10px; background-color: #becc7d; border: 1px solid #999; }
#Green_box h3 { font-size: 12px; font-weight: bold; color: #000; padding-top: 5px; }
#Green_box ul { margin: 0; padding: 0px 10px 1px 10px; font-size: 11px; }
#Green_box li { margin-left: 10px; font-size: 11px; }
/* Green highlight box END */

/* Gray highlight box BEGIN */
#Gray_box { width: 500px; margin: 0px 10px 10px 0px; padding: 10px; background-color: #f2f2f2; border: 1px solid #999; }
#Gray_box h3 { font-size: 12px; font-weight: bold; color: #000; padding-top: 5px; }
#Gray_box ul { margin: 0; padding: 0px 10px 1px 10px; font-size: 11px; }
#Gray_box li { margin-left: 10px; font-size: 11px; }
/* Gray highlight box END */

/* Blue highlight box BEGIN */
#Blue_box { width: 500px; margin: 0px 10px 10px 0px; padding: 10px; background-color: #bdcfdb; border: 1px solid #999; }
#Blue_box h3 { font-size: 12px; font-weight: bold; color: #000; padding-top: 5px; }
#Blue_box ul { margin: 0; padding: 0px 10px 1px 10px; font-size: 11px; }
#Blue_box li { margin-left: 10px; font-size: 11px; }
/* Blue highlight box END */

/* Download highlight box BEGIN */
#downloads { width: 500px; margin: 0px 10px 10px 0px; padding: 10px; background-color: #f2f2f2; border: 1px solid #999; }
#downloads h2 {
	font-size: 14px;
	font-weight: 700;
	color: #ce253c;
    display: block;
    height: 16px;
    padding-left: 17px;
    background: url('/assets/images/down_arrow.png') no-repeat;
    background-position: top left;
}
#downloads a:link {color: #ce253c; text-decoration: none; font-size: 11px;}
#downloads a:visited {color: #ce253c; text-decoration: none; font-size: 11px;}
#downloads a:active {color: #ce253c; text-decoration: none; font-size: 11px;}
#downloads a:hover {color: #ff2e4a; text-decoration: underline; font-size: 11px;}
/* Download highlight box END */

#header_image {	width: 100%; margin-top: 10px; padding: 0px; }
#header_image img { border: 1px solid #cccccc;}

#registration_box {
	position: absolute;
	width: 180px;
    height: 130px;
    margin: 10px 10px;
	padding: 0px;
    background: url(assets/images/reg_box_bg.png) repeat-x 100%;
    z-index: 100;
}
#registration_box h2 {
    display: block;
    height: 16px;
	margin: 0;
	padding: 3px 5px;
	background: #cf2a41;
	color: #fff;
	font-size: 11px;
    font-weight: 700;
}
#registration_box p{ padding: 5px; }
#registration_box ul li{ list-style-type: none; }
#registration_box a:link {color: #333; text-decoration: underline; font-size: 11px;}
#registration_box a:visited {color: #333; text-decoration: underline; font-size: 11px;}
#registration_box a:active {color: #333; text-decoration: underline; font-size: 11px;}
#registration_box a:hover {color: #cf2a41; text-decoration: underline; font-size: 11px;}

#content_lower {
	width: 519px;
        height: 250px;
}
#left_box {
	position: relative;
        float: left;
	width: 165px;
        height: 250px;
        margin: 10px 5px 10px 0px;
	padding: 0px;
        background: #f2f2f2;
	border: 1px solid #cccccc;
}
#left_box h2 {
        display: block;
        height: 16px;
	margin: 0;
	padding: 3px 5px;
	background: #bdcd79;
	color: #fff;
	font-size: 14px;
        font-weight: 700;
}
#left_box p{
	padding: 5px;
        background: #f2f2f2;
}
#center_box {
	position: relative;
        float: left;
	width: 163px;
        height: 250px;
        margin: 10px 5px 10px 5px;
	padding: 0px;
        background: #f2f2f2;
	border: 1px solid #cccccc;
}
#center_box h2 {
        display: block;
        height: 16px;
	margin: 0;
	padding: 3px 5px;
	background: #eee76e;
	color: #fff;
	font-size: 14px;
        font-weight: 700;
}
#center_box p{
	padding: 5px;
        background: #f2f2f2;
}
#right_box {
	position: relative;
        float: right;
	width: 165px;
        height: 250px;
        margin: 10px 0px 10px 5px;
	padding: 0px;
        background: #f2f2f2;
	border: 1px solid #cccccc;
}
#right_box h2 {
        display: block;
        height: 16px;
	margin: 0;
	padding: 3px 5px;
	background: #bccfda;
	color: #fff;
	font-size: 14px;
        font-weight: 700;
}
#right_box p{
	padding: 5px;
        background: #f2f2f2;
}
#Footer {
	position: relative;
	clear:both;
	width: 100%;
        margin: 0px;
	padding: 0px;
        background: url('assets/images/footer.gif');
        background-repeat: no-repeat;
        height: 66px;
}
#Footer p.credits {
	text-align: center;
	font-size: 10px;
        padding-top: 9px;
	color: #666;
}
#Footer_Nav {
	width:100%;
        padding-top: 4px;
}
#Footer_Nav ul {
        float: right;
	padding-right: 35px;
}
#Footer_Nav li {
	display: inline;
	padding-left: 15px;
}
#Footer_Nav ul li, Footer_Nav ul li a{
        display: block;
        float: left;
}
#Footer_Nav a:link {color: #cccccc; text-decoration: none; font-size: 11px;}
#Footer_Nav a:visited {color: #cccccc; text-decoration: none; font-size: 11px;}
#Footer_Nav a:active {color: #cccccc; text-decoration: none; font-size: 11px;}
#Footer_Nav a:hover {color: #ffffff; text-decoration: none; font-size: 11px;}

#Footer p.credits a:link {color: #333; text-decoration: none; font-size: 10px;}
#Footer p.credits a:visited {color: #333; text-decoration: none; font-size: 10px;}
#Footer p.credits a:active {color: #333; text-decoration: none; font-size: 10px;}
#Footer p.credits a:hover {color: #ce253c; text-decoration: underline; font-size: 10px;}

.onepixel img {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.onepixel {
	line-height: 12px;
	margin: 12px 12px;
	padding: 1px;
	display: block;
	float: right;
	border: solid 2px #ccc;;
}
.onepixel_left {
	line-height: 12px;
	margin: 12px 12px;
	padding: 1px;
	display: block;
	float: left;
	border: solid 2px #ccc;;
}

/* BEGIN COLLAPSABLE MENU left*/
#LeftMenu {
	color: #C7FF42;
    }
#LeftMenu .parent {
margin-left:-8px;
padding-left:8px;
background: url(assets/images/arrow_t.gif) left 6px no-repeat;
}
#LeftMenu li {
    list-style: none;
    color: #C7FF42;
    background-image: url(imgs/button-li.gif);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
/*  padding-left: 22px; */
}
    #LeftMenu li.active {
	font-size: 1em;
	background-image: url(imgs/button-li-here.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
/*      padding-left: 22px; */
	color: #FFFFFF;
}
#LeftMenu li li {
    font-size: 1em;
    background-image: url(imgs/button-lili.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
/*  padding-left: 20px; */
}
#LeftMenu li li.active {
	font-size: 1em;
	background-image: url(imgs/button-lili-here.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
/*  padding-left: 20px; */
	color: #FFFFFF;
}
#LeftMenu li li li {
    font-size: 1em;
    background-image: url(imgs/button-lilili.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
/*  padding-left: 22px; */
}
    #LeftMenu li li li.active {
	font-size: 1em;
	background-image: url(imgs/button-lilili-here.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
/*  padding-left: 22px; */
	color: #FFFFFF;
}
#LeftMenu ul {
    padding: 0px 10px 0px 10px;
    margin: 5px;
}
#LeftMenu ul ul {
    display:none;
    padding: 5px 10px 10px 0;
}
#LeftMenu li.active ul {
    display:block;
    padding: 3px 0 2px 13px;
    font-size: 1em !important;
    background-repeat: no-repeat;
    background-position: 0 5px;
}
#LeftMenu ul ul ul {
    padding: 0 !important;
    margin: 0 0 -4px 0 !important;
}
#LeftMenu a {
    font-size: 1em;
    text-decoration: none;
}
#LeftMenu a:link {
    color: #C7FF42;
    font-weight: normal;
}
#LeftMenu a:visited {
    color: #C7FF42;
}
#LeftMenu a:hover {
    color: #FFFFFF;
}
/* END COLLAPSABLE MENU left*/

.RegistrationBox {
    padding: 10px;
    background-color: #e5e5e5;
    border: 1px solid #999;
    margin: 0 0 10px 0;
}

#Content li.TabbedPanelsTab {
    list-style-image: none;
}