* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px;
    text-align: center;
	 background: #f1f5c6 url(images/bg.jpg) repeat-x;
	 }

h1 {
    padding: 10px;
    text-align: center;
    font: 20px "Tahoma", Times New Roman, serif;
	 color: #302226;
}	

h2 {
    padding: 10px;
    text-align: center;
    font: 30px "Tahoma", Times New Roman, serif;
	 color: #302226;
}	

h3 {
    padding: 10px;
    text-align: left;
    font: 26px "Tahoma", Times New Roman, serif;
	 color: #302226;
}	

p {
    padding: 20px;
    text-align: justify;
    font: 16px "Tahoma", Times New Roman, serif;
	 color: #201114;
}	

p img {
    margin-right: 10px;
}	

ul {
    padding-left: 30px;
    text-align: left;
    font: 16px "Tahoma", Times New Roman, serif;
	 color: #201114;
	 list-style-position:inside;
	 line-height: 1.3em;
}	

li {
  margin-top: 0.5em;
}	


a {
    font-weight: bold;
    text-decoration: none;
    color: #5891A7;
}

a:hover {
    text-decoration: underline;
}

.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.imgtxt {
	padding: 20px;
}

.extraLeftPadding {
	padding-left: 60px;
}

.extraRightPadding {
	padding-right: 60px;
}

.extraTopPadding {
	padding-top: 60px;
}

.extraBottomPadding {
	padding-bottom: 60px;
}


.textmiddle {vertical-align:middle;}
.texttop {vertical-align:top;}
.textbaseline {vertical-align:baseline;}
.textbottom {vertical-align:text-bottom;} 

.topspacer {padding-top:20px;} 
.bottomspacer {padding-bottom:20px;} 
.leftspaced {padding-left:20px;} 
.rightspacer {padding-right:20px;} 

/** layout **/

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 940px;
  	position: relative;
}

#header {
	 float: left;
	 width: 940px;
	 background: transparent url(images/header.png);
}


#logo {
	 float: left;
}

#slogan {
	 float: left;
}

#content {
	 width: 900px;
    background: #6ab2e7;
	 float: left;
 	 padding-left: 20px;
 	 padding-right: 20px;
}

#title {
	 text-align: center;
	 float: left;
	 height: 50px;
	 display: inline;
}

#title_left {
	 float: left;
	 width: 20px;
	 height: 50px;
	 background: url(images/top_left_corner.png);
}

#title_text {
	 float: left;
    padding: 10px 0 0 0;
	 width: 300px;
	 height: 50px;
	 background: #fbec70;
}

#title_text h1 {
  color: #172322;
  line-height: 40px;
  font: 24px "arial narrow", arial, sans-serif;
  font-weight: bold;
  display: inline;
}

#title_right {
	 float: left;
	 width: 30px;
	 height: 50px;
    background: url(images/top_right_corner.png);
}

#menu {
	 float: right;
}

#texttop {
    background: url(images/text_box_top.png);
  	 width: 900px;
  	 height: 25px;
}

#maintext {
    background: #eaf2f4;
  	 width: 840px;
  	 min-height: 300px;
	 float: left;
	 padding: 10px 30px 10px 30px;
}

#textbottom {
    background: url(images/text_box_bottom.png);
  	 width: 900px;
  	 height: 15px;
}

#spacer {
  height: 2em;
}


#footer {
	 float: left;
   background: transparent url(images/footer.png);
   width: 940px;
   height: 60px;
   text-align: center;
   vertical-align: center;
}


#footer p {
    padding: 20px;
    text-align: center;
    font: 14px "Arial", Arial, sansserif;
	 color: #201114;
}	


.welcome {
    background: url(images/welcomedivbg.png) no-repeat;
    float: left;
  	 width: 260px;
  	 height: 220px;
  	 margin: 0px 6px 0px 6px;
  	 padding-top: 15px;
  	 text-align: center;
    vertical-align: center;
}

.welcome a {
  	 text-align: center;
    vertical-align: bottom;
    font: 18px "Tahoma", Times New Roman, serif;
    //font-weight: bold;
    text-decoration: none;
	 color: #302226;
}


.subFrame {
    background: url(images/subframeback.png) no-repeat;
    float: left;
  	 width: 620px;
  	 height: 460px;
  	 padding: 20px 50px 20px 20px;
  	 text-align: center;
    vertical-align: center;
}



