body {
	margin: 0px 0px 16px 0px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #252525;
	/*background: url(/includes/images/gui/bgbeige.png);
    background: #e5ecf4;*/
	width: 750px;
	height: 100%;
	/*margin: auto*/
}

object {
    display:block;
    margin-left:-9px;
}

form {
    margin: 0;
    padding: 0;
}

input {
    margin:0;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #fa0;
    text-decoration: underline;
}

.stopFloat {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0em;
}

.mandatory {
    color: #f00;
    font-weight: 900;
}


/* PAGE WISE ELEMENTS */
#page-wrapper {
	background: #fff;
    width: 750px;
    /*border: 1px solid #ccc;*/
    border-bottom: none;
    padding-bottom: 10px;
}

#page-wrapper {
    padding-top: 10px;
}

#footer-wrapper {
    width: 750px;
    background: #e6e6e6;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    border-top: none;
    color: #666;
}

#footer-wrapper #footer-content {
    
}
/* PAGE WISE ELEMENTS */


/* HEADER ELEMENTS */
#masthead {
    width: 750px;
}

#mast-logo {
    width: 165px;
    border: 0;
    padding-left: 17px;
}

#topnav-holder {
    height: 35px;
    background: #333;
    border-right: none;
}

/* Top Navigation */
#topNav {
    margin: 0 0 0 181px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    background:#333;
    height:35px;
}

#topNav li {
	float: left;
	margin-right: 3px;
    padding: 5px;
    display: block;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

#topNav li a:link, #topNav li a:visited, #topNav li a:active {
    font-size:0.85em;
    font-weight: 900;
    height:25px;
    width: auto;
    line-height:25px;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}

#topNav li a:hover {
    text-decoration: none;
    background: #ff5312;
}
/* HEADER ELEMENTS */


/* CONTENT ELEMENTS */
#content-wrapper {
    background: #fff;
}

#content-body-wrapper {
    float: left;
    width: 558px;
    padding: 0;
    margin: 10px 0 0 10px;
}

#content-body-wrapper-wide {
    width: 709px;
    padding: 0;
    margin: 15px 5px 5px 20px;
}

.page-title {
    font-size:2em;
    color:#3a3;
}
/* CONTENT ELEMENTS */


/* RIGHT NAVIGATION */
#rightNav-wrapper {
    float: right;
    width: 180px;
    border-left: 2px solid #e5ecf4;
}

#rightNav-holder {
    margin: 20px 5px 30px 5px;
    padding: 0px;
}

#rightNav {
    width: 167px;
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
}

#rightNav .parent {
    margin: 0px;
    display: block;
    border-bottom: 1px solid #ddd;
}

#rightNav .parent .title {
    color: #ff5312;
    font-size: 1.3em;
    padding: 3px;
}

#rightNav .children {
    width: 161px;
    padding: 0px;
    margin: 0 0 5px 0;
    list-style-image: none;
    list-style-type: none;
}

#rightNav .children .child {
	margin: 0 0 0 20px;
    font-size: 0.85em;
    font-weight: 900;
    color: #336;
    padding: 2px;
    display: block;
    border-top: 1px solid #eee;
}
/* RIGHT NAVIGATION */

/* LEFT NAVIGATION */
#leftNav-wrapper {
    float: left;
    width: 180px;
    border-right: 2px solid #e5ecf4;
}

#leftNav-holder {
    margin: 20px 5px 30px 5px;
    padding: 0px;
}

#leftNav {
    width: 167px;
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
}
/* LEFT NAVIGATION */