body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #F3F4F8;
	background-image: url(images/back2.jpg);
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 877px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	min-height: 200px;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 180px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColAbsHdr #sidebar1 {
	position: relative;
	left: 0; /* padding keeps the content of the div away from the edges */
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 368px;
	margin: 0px;
	vertical-align: top;
}
.thrColAbsHdr #sidebar2 {
	position: relative;
	top: 0px;
	right: 0px;
	width: 168px; /* padding keeps the content of the div away from the edges */
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/program-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.thrColAbsHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	float: left;
	background-image: url(images/events-back.jpg);
	width: 226px;
	height: 720px;
}
.thrColAbsHdr #footer {
	text-align: center;
	background-image: url(images/home-cpa_r9_c3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 20px;
	background-color: #EEEFF3;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#about h1 {
	background-image: url(images/top-about.jpg);
	margin: 0px;
	height: 37px;
	font-size: 15px;
	color: #B09200;
	padding-top: 45px;
	padding-left: 10px;
}
#content {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 850px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#about {
}
#about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455487;
	text-decoration: none;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b09100;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E2777;
	font-weight: bold;
	margin-bottom: 2px;
}
#events a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B09102;
	text-decoration: underline;
}
#events p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	margin: 0px;
}
#events {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 8px;
	background-image: url(images/home-cpa_r7_c9.jpg);
	background-repeat: no-repeat;
	background-position: -2px top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-bottom: 8px;
	margin-bottom: 10px;
	text-align: left;
}
#programs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a685f;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
#programs p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b09100;
	text-align: right;
}
#read a {
	font-family: Arial, Helvetica, sans-serif;
	color: #b09100;
}
#read {
	text-align: right;
}
#programs p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#competion {
	background-image: url(images/back-competition.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 500px;
	margin-top: 30px;
	float: left;
	margin-left: 30px;
}

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColHybLt #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLt #sidebar1 p" rule.
*/
.twoColHybLt #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLt #mainContent { 
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#competion p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#competion h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #967c05;
	margin: 0px;
	padding-left: 200px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#competion #read {
	color: #b09100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 50px;
	margin-top: 20px;
}
#girl {
	background-image: url(images/girl.jpg);
	width: 180px;
	height: 297px;
	float: right;
	margin-right: 20px;
}
#programs  strong {
	color: #082277;
}
.thrColAbsHdr #sidebarinside {
	position: relative;
	left: 0; /* padding keeps the content of the div away from the edges */
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	width: 845px;
	margin: 0px;
	vertical-align: top;
	display: block;
}
#about h2 {
	color: #031D7C;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#inside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
#inside {
	vertical-align: top;

}
#inside h1 {
	background-image: url(images/title-inside.jpg);
	margin: 0px;
	height: 37px;
	font-size: 15px;
	color: #B09200;
	padding-top: 45px;
	padding-left: 10px;
	background-position: left;
	background-repeat: no-repeat;
}
#inside h2 {
	color: #031D7C;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#image {
	float: right;
	margin-left: 20px;
	text-align: right;
}
#content-inside {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	min-height: 200px;
	height: 750px;
}
#nav {
	width: auto;
	float: left;
}#header li {
	list-style-type: none;
}
.thrColAbsHdr #sidebar2-inside {
	position: relative;
	top: 0px;
	right: 0px;
	width: 175px; /* padding keeps the content of the div away from the edges */
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #09227C;
}
#sidebar2-inside h1 {
	background-image: url(images/top-inside.png);
	color: #B09200;
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 30px;
	width: 170px;
	font-size: 12px;
	text-align: left;
}
#programs ol li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #021C73;
	padding-bottom: 5px;
	padding-top: 5px;
}
#skate {
	background-image: url(images/skate-canada.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 180px;
	margin-top: 10px;
	float: right;
	margin-left: 0px;
}
.form {
	width: 120px;
	border: 1px solid #939080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#skate p {
	margin: 0px;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#skate #read {
	color: #b09100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
}
#skate2 {
	background-image: url(images/mailing.jpg);
	background-repeat: no-repeat;
	height: 217px;
	width: 160px;
	margin-top: 10px;
	float: left;
	margin-left: 0px;
	padding-left: 20px;
}
#skate2 p {
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#form1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#skate2 #read {
	color: #b09100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
}
#comp-name h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F8F4;
	background-color: #0A237D;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: 195px;
}
#comp-name {
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B09200;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#inside1  a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#inside1 {
	background-color: #DDEAF4;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
}
#ajuste {
	padding-top: 7px;
	padding-bottom: 7.2px;
}

#comp-name h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F8F4;
	background-color: #0A237D;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 5px;
	width: 120px;
	margin-top: 0px;
	padding-bottom: 5px;
}
#inside2 {
	background-color: #C6DCEC;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}
#inside2 p {
	margin: 0px;
}
#inside2 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#comp-name h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F8F4;
	background-color: #0A237D;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 5px;
	width: 92px;
	margin-top: 0px;
	padding-bottom: 5px;
}
#sidebar3-inside {
	position: relative;
	top: 0px;
	right: 0px;
	width: auto; /* padding keeps the content of the div away from the edges */
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#regis-table {
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #061F79;
	width: 580px;
	text-align: justify;
	margin-bottom: 20px;
	float: left;
}
#regis-table #read {
	font-weight: bold;
	font-size: 11px;
	padding-right: 5px;
	text-align: left;
}


#sidebar3-inside h1 {
	background-image: url(images/top-inside.png);
	color: #B09200;
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 30px;
	width: 160px;
	font-size: 12px;
	text-align: left;
}
#image-comp {
	float: right;
	margin-left: 10px;
	text-align: right;
	clear: left;
	width: 180px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
#comp-name h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F8F4;
	background-color: #0A237D;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: 120px;
	margin-top: 0px;
	padding-bottom: 5px;
}
#comp-name h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F8F4;
	background-color: #0A237D;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: 70px;
	margin-top: 0px;
	padding-bottom: 5px;
}
.thrColAbsHdr #sidebarinside-comp {
	position: relative;
	left: 0; /* padding keeps the content of the div away from the edges */
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	width: 845px;
	margin: 0px;
	vertical-align: top;
	display: block;
	height: 1200px;
}
#content-inside-comp {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	min-height: 200px;
	height: 1050px;
}
#about a {
	color: #B09200;
}
#logo {
	position: relative;
	float: right;
	margin-right: 100px;
	margin-top: 30px;
}
#direc {
	width: inherit;
	padding-right: 20px;
}
#direc p {
	line-height: 18px;
	color: #09227C;
}
#contact {
	float: left;
	width: auto;
	padding-right: 20px;
}
.form2 {
	width: 480px;
	border: 1px solid #939080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#image-contact {
	float: right;
	margin-left: 10px;
	text-align: right;
	clear: left;
	width: 280px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
#posi {
	float: left;
	color: #00186E;
	padding-right: 10px;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	padding-left: 3px;
}
#posi2 {
	float: right;
	color: #333;
	padding-right: 10px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
}
#divide {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	height: 30px;
	padding-top: 5px;
}
#programs2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a685f;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
#divide2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	height: 50px;
	padding-top: 5px;
}
#content-inside-contact {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	min-height: 200px;
	height: 850px;
}
#links {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	width: 550px;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: dotted;
}
#links2 {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	width: 550px;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-bottom-style: dotted;
}
#image-contact h1 {
	background-image: url(images/contact.jpg);
	margin: 0px;
	height: 37px;
	font-size: 15px;
	color: #B09200;
	padding-top: 45px;
	padding-left: 10px;
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	width: 270px;
}
#content-inside-start {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	min-height: 200px;
	height: 1100px;
}
#comp-resut {
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B09200;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
}
#comp-result h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F6F8F4;
	background-color: #0A237D;
	height: 15px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: auto;
}
#insideresults {
	background-color: #DDEAF4;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 2px;
}
#insideresults2 {
	background-color: #C6DCEC;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 2px;
}
#content2 {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 1000px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#comp-result p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
#coaches {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	width: 780px;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: dotted;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#pic {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 20px;
	background-color: #999;
}
#content-inside-comp-results {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	min-height: 200px;
	height: 3400px;
}
#date {
	float: right;
	color: #AE9200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#title-event {
	float: left;
}
#links a {
	font-weight: bold;
	color: #B79301;
}

#readin {
	color: #6A685F;
	text-align: left;
	padding-left: 10px;
}
#readin a {
	color: #B09200;
}
#con h1 {
	background-image: url(images/title-inside.jpg);
	margin: 0px;
	height: 37px;
	font-size: 15px;
	color: #B09200;
	padding-top: 38px;
	padding-left: 10px;
	background-position: left;
	background-repeat: no-repeat;
}

#events h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	color: #08217B;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
#sidebarinside-small {
	left: 0px; /* padding keeps the content of the div away from the edges */
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	width: 845px;
	margin: 0px;
	vertical-align: top;
	height: 600px;
}

#regis-table h2 a {
	text-decoration: none;
	color: #0D2682;
}
#content-inside-comp5 {
	background-image: url(images/home-cpa_r4_c4.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	min-height: 200px;
	height: 1400px;
	overflow: hidden;
}

#read-coches a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B58C00;
	font-size: 12px;
}
#read-coches {
	padding-left: 10px;
}
