.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
    margin: 0;
    padding: 0;
    background: url(../images/body-background.gif) top left repeat-y #F5F2F7;
    font-family: Georgia, "Times New Roman", Times;
}

#nav {
    font-size: 9px;
    color: #9965A0;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-align: right;
    width: 760px;
    padding: 10px 0;
}

#nav a {
    color: #C0338D;
    text-decoration: none;
    font-weight: bold;
}

#nav a:hover {
    color: #7A1C58;
}

#nav a.selected {
    color: #7A1C58;
}

#content {
    position: relative;
    width: 780px;
}

#content table {
    width: 780px;
}

#content table td {
    vertical-align: top;
}

#content a {
	color: #C0338D;
	font-weight: bold;
	text-decoration: none;
}


#content a:hover {
	color: #7A1C58;

}


#sidebar {
    width: 139px;
    padding-top: 50px;
}

#main {
    padding: 0 26px;
}

#main h2 {
    color: #B70072;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
	padding: 0;
}

#main h3 {
	color: #000000;
	font-size: 15px;
}

#main h4 {
	margin-top: 30px;
	margin-bottom: 0px;
	color:  #000000;
	font-size: 13px;
}

#main h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:  #000000;
	font-size: 12px;
}

#main h5 a {
	margin-top: 0px;
	margin-bottom: 0px;
	color:  #7A1C58;
    font-size: 12px;
}

#main h6 {
	margin-top: 10px;
	margin-bottom: 0px;
	color:  #9965A0;
    font-size: 12px;
}

p#apply{
	font-size:15px;
	font-weight:bold;
	color:#9965A0;
	line-height:1.4em;
}

#main p {
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
}

.float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bordered {
    border: 1px solid #A479AA;
}

#footer {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    left: 165px;
    width: 587px;
}

#footer p {
    margin: 0;
    font-size: 10px;
    color: #9965A0;
}
#container #content table tr #sidebar #quiz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;
}

