html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0px;
}

body {
    font-family: 'lucida sans', tahoma;
    font-size: 95%;
}

p {
/*    font-family: 'calibri', 'arial', tahoma;*/
    padding-bottom: 10px;
}

strong {
    font-weight: bold;
}

a, a:visited {
    color: #20B7D6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#wrap {
    width: 982px;
    margin: 0 auto;
    background: #fff;
}


#header {
    width: 982px;
    margin: 10px auto 0 auto;

/*    border-bottom: 1px solid #e5e5e5;*/
}

#header #logo {
    width: 136px;
    float: left;
}

#header #logo h1 a {
    float: right;
    text-indent: -5000px;
    display: block;
    width: 74px;
    height: 75px;
    background: url('/images/logo.png') no-repeat;
    margin: 10px -15px 0;
    padding: 0;
}

#header #name {
    float: left;
    height: 110px;
}

#header #name h1 a {
    text-indent: -5000px;
    display: block;
    width: 301px;
    height: 100px;
    background: url("/images/title.png") 0 12px no-repeat;
    margin-left: 10px;
}

ul#menu {
    font-family: 'lucida sans', arial, georgia;
    margin-top: 37px;
    float: right;
    width: 284px;
    font-weight: bold;
}

ul#menu li {
    display: inline;
    float: left;
}

ul#menu li a {
    text-align: center;
    display: block;
    width: 94px;
    line-height: 26px;
    font-size: 16px;
}

#footer {
	text-align:center;
    padding: 20px 10px;
    font-size: 75%;
}


.section {
    width: 982px;
    margin: 0 auto;
    
    border-bottom: 1px solid #e5e5e5;
}

.heading {
    width: 136px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.heading p {
    padding: 10px;
    font-family: 'lucida sans', arial, georgia;
}

.content-left {
    width: 406px;
    float: left;
    padding-left: 9px;
/*    border-left: 1px solid #e5e5e5;*/
    padding: 10px 10px 10px 9px ;
		
}

.content-right {
    width: 400px;
    float: left;
    padding-left: 9px;
    padding: 10px;
}


.content {
   width: 836px;
   float: left;

   padding-left: 9px;
/*   border-left: 1px solid #e5e5e5;*/
   padding-top:10px;
}

.error, .notice, .success { padding: 4px 12px; margin-bottom: 1em; border: 2px solid #ddd; font-size:12px }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }