body {
color: #000000;
background-color: #ffffff;
}
/* Elements which are stated "__In" are an extension of it's parent element - it centers the content 
within it's parent element which would otherwise extend to the end of a browser window of any size */

/* Centering Element */
.contentIn {
width: 780px;
margin: 0px auto 0px auto;
}
/*-------------------------------------*/
/* This element defines the bar along the top */
#preheader {
height: 40px;
}
/*-------------------------------------*/
/* Centering Element */
#preheaderIn {
width: 780px;
margin: 0px auto 0px auto;
}
/*-------------------------------------*/
/* Aligns the preheader content to the right */
#preheader_right {
text-align: right;
}
/*-------------------------------------*/
/* This element defines the header containing the logo and slogan */
#header {
height: 206px;
}
/* Centering Element */
#headerIn {
width: 800px;
margin: 0px auto 0px auto;
}
/*-------------------------------------*/
/* This element defines the navigation bar */
#navigation {
height: 52px;
}
/*-------------------------------------*/
/* Centering Element */
#navigationIn {
width: 780px;
margin: 0px auto 0px auto;
}
/*-------------------------------------*/



/* --------------------------------------------------------------------
The following elements define the various sections on the INNER pages
----------------------------------------------------------------------- */

/* This element defines the main section of content - INNER */
#contentInnerpage {
padding: 10px 0px 60px 0px;
}
/*-------------------------------------*/
/* This element defines the right side column of the first section - INNER */
#contentInnerpage_right {
float: right;
width: 260px;
}
/*-------------------------------------*/
/* This element defines the left side column of the first section - INNER */
#contentInnerpage_left {
width: 500px;
padding: 8px 0px 0px 0px;
}
/*-------------------------------------*/
/* --------------------------------------------------------------------
The following elements define the various sections on the HOME page
----------------------------------------------------------------------- */

/* This element defines the first section of main content - HOME */
#content1 {
padding-bottom: 10px;
}
/*-------------------------------------*/
/* This element defines the left side column of the first section - HOME */
#content1_left {
padding-top: 54px;
width: 340px;
}
/*-------------------------------------*/
/* This element defines the right side column of the first section - HOME */
#content1_right {
padding-top: 18px;
float: right;
width: 384px;
}
#content1_right2 {
float: right;
width: 350px;
}
/*-------------------------------------*/
/* This element defines the second section of main content on the home page - HOME */
#content2 {
padding-bottom: 16px;
height: 19em;
}
/*-------------------------------------*/
/* This element defines the third section of main content on the home page - HOME */
#content3 {
padding-top: 20px;
padding-bottom: 10px;
}
/*-------------------------------------*/
/* This element defines the right side column of the first section - HOME */
#content3_right {
float: right;
width: 384px;
}
/*-------------------------------------*/
/* This element defines the left side column of the first section - HOME */
#content3_left {
width: 340px;
}
/*-------------------------------------*/

/* --------------------------------------------------------------------
The following elements define the footer on all pages
----------------------------------------------------------------------- */
#footer {
padding-top: 20px;
}
/*-------------------------------------*/
/* This element defines the right side of the footer */
#footer_right {
float: right;
width: 460px;
}
/*-------------------------------------*/
/* This element defines the left side of the footer */
#footer_left {
width: 300px;
}
/*-------------------------------------*/
