body {
width : 1000px;
margin : 0;
padding : 0;
border-left : 1px dashed #000000;
border-right : 1px dashed #000000;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #ffffff url(../images/card-background.jpg);
line-height : 1.7em;
color : #555;
}
			/*TOP BANNER*/
#header {
height : 100px;
margin-top : 1px;
padding : 0;
background : url(../images/srbanner.jpg) no-repeat;
color : #transparent;
}
			/*TOP NAVIGATION*/
#topnav ul {
height : 20px;
padding : 0.5em 0;
margin : 0 0 0px 0;
margin-top : 0;
list-style-type : none;
background : #ffffff url(../images/nav-background.jpg) no-repeat;
color : #fff;
text-align : center;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : none;
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #ff9933;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 25px;
height : 1px;
}
#col1 {
float : left;
width : 160px;
height : px;
margin-top : 1%;
margin-bottom : 10px;
padding-right : 1px;
padding-left : 15px;
padding-bottom : 0;
background : url(../images/card-background.jpg);
color : #transparent;
}
#col2 {
float : left;

width : 520px;
margin-left : 15px;
margin-top : 1%;
margin-bottom : 10px;
border-left : 1px dashed #000000;
border-right : 1px dashed #000000;
padding-right : 20px;
padding-left : 20px;
background : #ffffff;
color : #transparent;
}
#col3 {
float : left;
width : 185px;
height : px;
margin-top : 1%;
margin-left : 15px;
margin-bottom : 10px;
background : #ffffff url(../images/card-background.jpg);
color : #transparent;
}
			/*LEFT NAVIGATION*/
#navcontainer ul {
margin-top : 44%;
margin-left : 23%;
padding-left : 0%;
padding : 0;
list-style-type : none;
background : url(../images/card-background.jpg);
color : #fff;
}
#navcontainer ul li a {
padding : 10px;
color : transparent;
background : transparent;
text-align : left;
font : 12px arial, "Trebuchet MS", arial, sans-serif;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #f17327;
background : #fff;
}
#navcontainer ul li a#current {
background : #fff;
color : #ffffff;
}

			/*FOOTER*/
#footer {
clear : both;
width : 1000px
height : 100px;
background : #ffffff url(../images/srbottombanner.jpg) no-repeat;
border-top : 1px dashed #000000;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #ff9933;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 75px;
text-align : center;
font-size : 2em;
color : #ff9933;
background : inherit;
}
h2 {
margin-top : 0;
padding-top : 1.5em;
font-size : 1.0em;
color : #000000;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 1.0em;
text-align : left;
color : #ff9933;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #000000;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #ff9933;
background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}