
/* Browser Reset */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; } 
a:focus { outline: none; } 
option { padding-left: 0.4em; } 
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }
blockquote { margin: 0 0 1em 1.5em; }
p {	margin: 1.5em 0; } 
html {
	height: 100%;
	margin-bottom: 1px;
}

/* Page */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #000;
}

body#page {}

body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto;
	width: 800px;
}

/* Style */ 
div#page-body {
	background: #ffffff url(../images/body_bg.png) 50% 0 repeat-x;
}

div.wrapper-tl {
	background: #ffffff url(../images/wrapper_tl2.png) 0 0 no-repeat;
}

div.wrapper-tr {
	padding: 0px 35px 0px 35px;
	background: url(../images/wrapper_tr2.png) 100% 0 no-repeat;
}

div#content {
	margin: 0px -10px 0px -10px;
	padding: 0px 0px 0px 0px;
	width: auto;  
	background: url(../images/body_bg.png) 50% 0 repeat-x;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#head {
    background: #ffffff url(../images/head2.png) 0 0 no-repeat;
    height:105px;
    width: 750px;
}

div#mframe {
    padding:5px;
    
    border: 1px solid #ffffff;
    border-top:none;
    background: #ffffff url(../images/headline2.png) 50% 0 repeat-x;
    }
    
div#mframe2 {
    padding:10px;
    /*background: #ffffff ;*/
    /*border: 1px solid #000000;*/
    margin-left:10px;
    }
    
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #7887A0;
}

h2 {
	font-size: 150%;
	color: #b4b4be;
}

h3 {
	font-size: 200%;
	color: #646478;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #7887A0;
}

h5 {
	font-size: 130%;
	color: #878796;
}

h6 {
	font-size: 110%;
	color: #878796;
	margin-bottom: 5px;
}

div#bottom-wraper {
    height:80px;
    margin-top:-40px;
    background: #ffffff url(../images/bottom_bg.png) 50% 0 repeat-x;
}

div#bottom {
    margin: auto;
	width: 800px;
    height:68px;
    background: #ffffff url(../images/bottom.png) 50% -1px no-repeat;
}

a {
    color:#6b9e32;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#000000;
    text-decoration:underline;
    
}

a.ext {
    background: #ffffff url(../images/bullet_ext.png) 0 0 no-repeat;
    padding-left: 12px;
}

a.mail {
    background: #ffffff url(../images/bullet_mail.png) 0 0 no-repeat;
    padding-left: 12px;
}
