h1 {
	text-align: center;
	font-family: "Myriad Pro", "Trebuchet MS", Arial; 
	margin:0;
	padding:10px 0 0 10px; 
	font-size:22px; 
	color:#10639a;
}

h2, h3 {
	margin-top: 0px;
	color: #000000;
    /*text-align: center;*/
	font-family: "Myriad Pro", "Trebuchet MS", Arial; 
	margin:0;
	padding:10px 0 0 10px; 
	font-size:18px; 
	color:#10639a;

}

body {
    background-color: #BDCED0;
    font-size:0.9em;
    line-height:14px; 
    font-family:Tahoma, Arial; 
    font-size:11px;     
}

a { 
    color:#10639a;
    text-decoration:none;
}

.content {
width: 767px	
}

.footer {
	text-align: center;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 14px;
	color: #10639a;
	background-color: #BDCED0;
}

.my_corners_tl, .my_corners_t, .my_corners_tr, .my_corners_l, .my_corners_r, .my_corners_bl, .my_corners_b, .my_corners_br, .my_corners {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.my_corners_t {
	/*
        change this div to layout the whole box (width, height, float, margin, ...)
    */
    width: 796px ;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFCC;
	background-image: url("/files/images/border.png");
	background-repeat: repeat-x;
	background-position: top;
}
.my_corners_tl {
    height: 100%;
    background-image: url("/files/images/topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.my_corners_tr {
    height: 100%;
    background-image: url("/files/images/topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.my_corners_bl {
    height: 100%;
    background-image: url("/files/images/bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.my_corners_br {
    height: 100%;
    background-image: url("/files/images/bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.my_corners {
	height: 100%; /* change this if you want to change the distance distance to text/content */;
	padding: 15px 15px 10px 15px;
}

.my_corners_l {
    height: 100%;
    background-image: url("/files/images/border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.my_corners_r {
    height: 100%;
    background-image: url("/files/images/border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.my_corners_b {
    height: 100%;
    background-image: url("/files/images/border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

#sitemap {
	width: 400px;
	margin: 0px auto;
	background: #FFFFCC;
	padding: 0px;
	margin-top: 30px;
	color: #000000;
	text-align: center;
}
