/* Main Tags */
h1 {
    margin: 0px;
    padding: 0px;
}
A:link {
    text-decoration: none; color: #114785;
}
A:visited {
    text-decoration: none; color: #2D51A8;
}
A:active {
    text-decoration: none; color: #203F9A;
}
A:hover {
    text-decoration: none; color: #F8A32A;
}
/* Column Tags */
#column_container { /* This is the container for the whole transparent background */
    width: 550px; /* = #webcontent{width: ??px;} - margin-left: ??px; - margin-right: ??px; */
    margin-left: 75px;
    margin-right: 75px;
    /*background: url(../images/50trans.gif) repeat left top; */ /* This adds the trasparancey behind the text. */
    /* This background element no longer needed with rounded corners.  */
}
.nocol {
    float: left;
    width: 490px;
    padding-left: /*25px;*/ 11px; /* Adjusted for rounded corners. */
    padding-right: /*25px;*/ 11px; /* Adjusted for rounded corners. */
    padding-top: 20px;
    /*padding-bottom: 15px;*/
}

.left2col {
    float: left;
    width: 234px;
    padding-left: /*25px;*/ 11px; /* Adjusted for rounded corners. */
    padding-right: /*25px;*/ 11px; /* Adjusted for rounded corners. */
    padding-top: 20px;
    /*padding-bottom: 15px;*/
}
.right2col {
    float: right;
    width: 234px;
    padding-left: /*25px;*/ 11px; /* Adjusted for rounded corners. */
    padding-right: /*25px;*/ 11px; /* Adjusted for rounded corners. */
    padding-top: 20px;
    /*padding-bottom: 15px;*/
}
#portfolio {
    width: 722px;
    height: 599px;
	padding-top:25px;
}

/* Body Copy Tags */
#bold {
    position: relative;
    top: -3px;
    line-height: 24px;
    font-weight: bold;
}
#boldNS {
    font-weight: bold;
}
.smallcap {
	font-variant: small-caps;	
}
blockquote {
  font: 1.0em/1.4em Georgia, "Times New Roman", Times, serif;
  /*width: 400px;
  background: url(../images/close-quote.gif) no-repeat right bottom;*/
  padding-top: 15px;
  padding-left: 18px;
  text-indent: -18px;
}
blockquote:first-letter {
  background: url(../images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: 1.4em Georgia, "Times New Roman", Times, serif;
}    
cite {
	font: 1.0em/1.2em Georgia, "Times New Roman", Times, serif;
    background: none;
	padding-top: 10px;
	padding-left: 275px;
    display: block;
    text-align: left;
    font-weight: normal;
}
tagline {
	font: 1.0em/1.2em Palatino, Book Antiqua, Palatino, serif;
	display: block;
	text-align: right;
	padding-right: 12px;
}

/* Footer Tags */
.copy {
    font-family: trebuchet, helvetica, verdana, arial, sans-serif;
    font-size: 9pt;
    text-align: center;
}
