/**
 * css theme 
 */

h3 { font-family: "Calibri", sans sans serif; font-size: 1.05em; }
h2 { font-family: "Calibri", sans sans serif; font-size: 1.15em; }

a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
#MainBody a:link {
    color: #666699;
    text-decoration: none;
    font-weight: bold;
}

#MainBody a:visited {
    color: #666699;
    text-decoration: none;
    font-weight: bold;
}

#MainBody a:active {
    text-decoration: none;
}

#MainBody a:hover {
    text-decoration: underline;
}
#SideNav a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

#SideNav a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

#SideNav a:active {
    text-decoration: none;
    color: black;
}

#SideNav a:hover {
    text-decoration: underline;
    color: black;
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	color: black;
    font-family: "Calibri", sans serif;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

.box {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border:1px solid #8FB7EA;
	border-top: none;
	background-color:#FFFFEE;
	padding-top: 0px;
	margin-top: 0px;
}

#Header {
	width: 900px;
	height: 225px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#MainBody h2 {
    text-align: center;
}

#Header h3 {
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#SideNav {
    font-family: "Calibri", sans serif;
	float: left;
	padding-left: 0px;
	width: 170px;
	font-size: .9em;
}

#SideNav .menu {
	background-color:white;
    background: url("sidebg.jpg");
    font-variant: small-caps;
    font-weight: bold;
    background-repeat: repeat-y;
	margin-bottom: 15px;
	padding: 5px 5px 5px 15px;

}

.small_ul {
    margin-left: 0px;
    padding-left: 4px;
    padding-top: 0px;
	margin-top: 0px;
	list-style: none;
}

#SideNav .menulink {
    font-weight: bold;
	border-bottom: 1px solid #8FB7EA;
	margin-bottom: 15px;
	//margin-top:-5px;
	padding-left:15px;
}

.link_holder {
	border:1px solid #8FB7EA;
}

#L1 ul {
	list-style: none;
    padding-left: 5px;
    margin-top: 0px;
    padding-top: 0px;
}

.ital {
	font-style: italic;
}

h4 {
    padding-bottom: 5px;
    padding-top: 7px;
    //padding-top: 5px;
    margin-bottom: 0px;
    //margin-top: 5px;
    padding-left: 15px;
    font-size: 12px;
}

#MainBody {
    margin-left: 225px; 
	margin-top: 25px;
    width: 650px;
}


label {
    float: left;
    width: 12em;
}

select {
    margin-right: 5px;
}

.note {
    font-size: 10px;
}

.c_note {
    font-size: 10px;
    text-align: center;
}

.summary {
    text-align: center;
}

.body_text {
    padding-top: 0px;
    margin-top: 0px; 
    background-color: #e1e1e1;
}

.req {
    color: #213d14;
}

.error {
    width: 345px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    background-color: #FFDDDD;
    border: 1px solid #FF0000;
    color: #FF0000; 
}

.push_r {
    margin-left: 50px;
}

.stretch_d {
	padding-bottom: 20px;
}

.push_d_s {
    margin-top: 7px;
}

.abstract {
	text-align: justify;
    margin-top: 0px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.push_d {
    margin-top: 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.green {
	color: #213d14;
}

#Primary {
	text-align: center;
}

#BodyText p{
	text-indent: 25px;
	text-align: justify;
}

.image_push {
	//margin-bottom: -4px;
}