@import url("Content.css");
@import url("HighSchoolSelect.css");


body{
margin:0;
font: 11px verdana, tahoma, sans-serif;
}

div, table {
font: 11px verdana, tahoma, sans-serif;
}


/* Anchors */

/*
a, a:visited, a:active {
color:#ffffff;
text-decoration:none;
}

a:hover {
text-decoration:none;
}
*/

/* Headers */


h3 {
display:none;
margin:0;
padding:0;
}

h4 {
margin:0;
padding:0;
}


/* Table Layout */


.inside-table {
width:100%; 
height:100%;
}

.left-column {
background-color:#52a39d;
width:33%;
vertical-align:top;
}

.right-column {
background-color:#eba428;
width:500px;
text-align:left;
vertical-align:top;


}

/* Header Layout */


.inside-left {
width:195px;
height:100%;
float:right;
}

#inside-header-navigation {
width:554px; 
height:30px;
}

.inside-subnav-padding {
padding:170px 0 0 0;
}

#inside-secondary-nav {
padding:12px 0 0 136px;
}


/* Div Classes */


div.bold {
font-weight:bold;
}

div.left {
float:left;
padding: 0 26px 0 0;
}


/* Ad Table */


.ad-table {
width:495px;
color:#666666;
}

.ad-table tr{
background-color:#e3eaef;
height:23px;
}
.ad-table a
{
	color:blue;
	text-decoration:underline;
}
.ad-table a:visited
{
	color:blue;
	text-decoration:underline;
}
.ad-table a:active
{
	color:blue;
	text-decoration:underline;
}
.ad-table a:hover 
{
	color:#000000;
	text-decoration:underline;
}

tr.title {
background-color:#c3d2dd;
height:20px;
font-weight:bold;
color:#000000;
}

td.column1 {
width:216px;
}

td.column2 {
width:113px;
}

td.column3 {
width:82px;
}

td.column4 {
width:84px;
}

tr.info {
vertical-align:top;
height:26px;
}

