/* Elements */
html,body{
	margin: 0;
	padding:5px;
    background: #ffffff;
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: #646464;
}

a, a:link, a:visited, a:active {
	font-size: 10px;
	color: #646464;
    text-decoration: none;
}

table.contentpaneopen td.componentheading {
        padding-left: 40px;
}

table.contentpane td.componentheading {
        padding-left: 40px;
}

a:hover {
	text-decoration : underline;
	text-decoration : none;
	color: #9F2628;
}
input  {
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}

img, form {
    margin: 0px;
    padding: 0px;
    border: none;
}


h2 {
    margin: 0px;
    padding: 0px;
    font: 18px bold;
}
hr {
    height: 1px;
	clear: both;
	width: 450px;
}

#top {
	display: block;
	position: relative;
    height: 105px;
    text-align: left;
	background: url(../images/top.jpg);
	background-repeat:no-repeat;
}

#content_left {
	display: block;
	position: relative;
    margin: 0px;
	padding: 0px;
	float: left;
    width: 249px;
    text-align: center;
	z-index: 100000;
}

#main, #main1 {
	display: block;
	position: relative;
    width: 754px;
    margin:0 auto;
	height: 100%;
	background: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	/*border: 1px solid #DDDDFF;*/
}

#main1 {
	background: url(../images/bg_main1.gif);
	background-repeat: repeat-y;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	padding-left: 26px;
	background: url(../images/menu_bg.gif) no-repeat;	
	text-align: left;
	height: 21px;
	line-height:21px;
	margin-bottom: 2px;
	width: 223px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -21px;
	text-decoration: none;
	color: #333333;

}


#content_main {
	width: 450px;
	text-align: left;
	font-size: 10px;
	font-family: Verdana,  sans-serif;
}

.contentheading {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	
}

.contentpaneopen {
	display: block;
	position: relative;
	font-size: 10px;
	font-family: Verdana,  sans-serif;
}

table {
	font-size: 10px;
	font-family: Verdana,  sans-serif;
}

object {
	clear: both;
}

.back_button {
	display: block;
	position: relative;
	clear: both;
}

#bottom {
    clear:both;
    height: 18px;
	margin: 0px auto;
	width:754px;
    text-align: center;
	background: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
}

