@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #74726e;
line-height: 18px;
}

a:link {
	text-decoration: underline;
	color: #ff8300;
}
a:visited {
	text-decoration: underline;
	color: #ff8300;
}

a:hover {
	text-decoration: none;
	color: #ff8300;
}

a:active {
	text-decoration: underline;
	color: #ff8300;
}

#wrapper {
width: 749px;
padding-left:17px;
background-color: #dfddda;
}


.left_col {
border: 1px solid #FFFFFF;
width: 259px;
background-image:url(images/left-col-repeat.gif);
background-repeat:repeat;
}

.left_col_2 {
width: 259px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF;
}

.secondary_c_pane {
width: 488px;
background-image:url(images/c-pane-repeat.gif);
background-repeat:repeat;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

.c_pane {
width: 488px;
background-image:url(images/c-pane-repeat.gif);
background-repeat:repeat;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #FFFFFF;
border-bottom-color: #FFFFFF;
text-align: left;
}

.h_title {
margin: 20px 0 8px 24px;
}

.copy_pad {	
margin: 0 20px 20px 24px;
}

.small_txt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;	
margin: 0 20px 20px 24px;
}

#orange_line {
padding-top: 9px;
background-color: #ff8300;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #FFFFFF;
}

#footer {
padding-top: 20px;
padding-left: 20px;
height: 48px;
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#f4f3f3;
text-align:left;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #FFFFFF;
}

.photo_pad {
padding-right: 20px;
}

li {
list-style-type: circle;
}

.lg_bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #74726e;
font-weight: bold;
}

a.lg_bold:link {
	text-decoration: underline;
	color: #74726e;
}
a.lg_bold:visited {
	text-decoration: underline;
	color: #74726e;
}

a.lg_bold:hover {
	text-decoration: none;
	color: #74726e;
}

a.lg_bold:active {
	text-decoration: underline;
	color: #74726e;
}

.profile_pic {	
margin: 0 10px 20px 24px;
}