html {
    border-left: 0px;
    }

body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
    }

body {
    text-align: center;
	background-color: #ffffff;
    }

body, input, select, option, textarea, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family:  Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	line-height: 1.2em;
    }

strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 19px;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 17px;
	}

h5 {
	font-size: 16px;
	}

h6 {
	font-size: 15px;
	}

.alignLeft {
	text-align: left;
	}

.alignRight {
	text-align: right;
	}

.alignCenter {
	text-align: center;
	}

.clearBoth {
	clear: both;
	float: none;
	}

.par {
	color: inherit;
	background-color: #cfcfcf;
	}

#feedback_user {
	color: #FF0000;
	background-color: inherit;
	font-weight: bold;
}


#wrapper {
    width: 720px;
    float: none;
    text-align: left;
    margin: 0px auto;
    background-image:url(/static/images/bg.jpg);
    background-repeat: repeat;
	}

#top_line {
	width:720px;
	height:17px;
    padding-left:10px;
    font-weight:bold;
	background-color:#b4c6d9;
}

#top_banner {
    display:block;
	width:720px;
	height:50px;
	background-image:url(/static/images/banner.jpg);
}

#left {
    float:left;
    width:180px;
    background-color:#b4c6d9;
}

#menu_left {
    width:175px;
    background-color:#153b63;
    padding-bottom:3px;
}

#menu_left h5 {
    margin-left:10px;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:30px;
    font-size:13px;
    color:white;
}

#content {
    float:left;
    width:540px;
}

#page_banner {
    display:block;
    border-top:6px solid #b4c6d9;
}

#menu_left h6 {
    margin-left:10px;
    padding-bottom:5px;
    padding-right:30px;
    font-size:11px;
    font-weight:bold;
    color:white;
}

#menu_left hr {
    margin-left:10px;
}

#bottom {
    width:720px;
    height:17px;
    background-image:url(/static/images/ft.jpg);
    clear:both;
}

#bottom a {
    color:#153b63;
    font-size:10px;
    text-decoration:none;
}

.menu_items a {
    margin-left:10px;
    color:white;
    font-size:10px;
    text-decoration:none;
}

#page_header {
    background-color:#c9d9ea;
    padding:30px;
    font-size:20px;
    font-weight:bold;
    color:#153b63;
}

#page_content {
    padding:5px;
    color:#153b63;
}

#page_content a {
    color:#153B63;
}

#bread_crumb {
    background-color:#153b63;
    color:white;
    padding:2px;
}

#bread_crumb a {
    color:white;
}

#main_content {
    padding:10px;
}

#main_content p {
    text-indent:30px;
    color:#153b63;
}
