img
{
    border: none;
}

/* "Home" banner */
div#mainbanner
{
    background-image: url(../../images/top-banner_admission.jpg);
}

/* content */
div#contentwrapper_only
{
    width: 798px;
    background-color: #fff;
    border: 1px #B8D7FD solid;
    clear: both;
    display: table;
}

div h2
{
    background-image: url(../../images/titleSeparator.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-left: 10px;
    margin-right: 10px;
    width: 765px;
    color: #008ac1;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* spacer for bottom of each page */
div#bottomspacer
{
    height: 50px;
}

.tbl_application
{
    margin-left: 20px;
    width: 760px;
}

.bottom_liner
{
    background-image: url(../../images/titleSeparator.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 1px;
    float: left;
}

input[type="text"], input[type="checkbox"], select, textarea
{
    font-size: 11px;
    color: #656543;
    font-family: Verdana, sans-serif;
    text-align: left;
    background-color: #ffffcc;
    border: solid 1px #cccc99;
    padding: 3px;
}

.subhead
{
    font-weight: bold;
    color: #008AC1;
    font-size: 12px;
    font-family: verdana, arial, helvetica;
}

.left
{
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

fieldset
{
    float: left;
    border: solid 1px #D6D5D9;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 5px;
}

fieldset legend
{
    font-size: 12px;
    color: #008AC1;
    font-style: normal;
    padding-bottom: 10px;
}

fieldset code
{
    color: Red;
    margin-right: 3px;
}

.fieldset_full
{
    width: 725px;
}

.fieldset_half
{
    width: 347px;
}

.div_section_title
{
    width: 760px;
    float: left;
    clear: both;
    margin-bottom: 20px;
    display: block;
}

.div_section_title_right
{
    float: right;
}

.text_title
{
    width: 150px;
    float: left;
    text-align: right;
    margin-bottom: 15px;
    margin-right: 5px;
}

.fieldset_inner
{
    margin: 15px;
    width: 660px;
}

.fieldset_inner_inner
{
    margin: 10px;
    width: 620px;
}

.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(../../images/buttonBg.gif);
	background-position:top;
	background-color:white;
	height:25px;
	width:120px;
	vertical-align: middle;
}