/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	background-color: #F1E2CE;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

h1{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 110%;
 color: #334d55;
 letter-spacing: .1em;
}

h2{
 font-size: 100%;
 color: #CECECE; 
 margin-top: 10px;
}

h3{
 font-size: 100%;
 color: #CECECE; 
 padding-bottom: 5px;
 border-bottom: 1px solid;
 width: auto;
 margin-top: 10px;
}

.smallerfont {
	font-size: 12px;
	padding-bottom: 10px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
			
#wrapper {
	width: 758px;
	margin:0 auto;
	border: 1px solid #E48E25;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
}

.masthead{
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	width: 758px;
	height: 183px;
	background-image: url("images/prc_header.jpg");
	overflow: hidden;	
}

#globalNav{
background-color: #E48E25;
color: #2B2B6D;
padding: 5px 5px 5px 5px;
white-space: nowrap;
border-top: solid 1px;
border-bottom: solid 1px;
border-color: #FFFEFE;
margin-top: 98px;
}
 

#globalNav a {
	padding: 0px 4px 0px 0px; 
	color: #2B2B6D;
}

#globalNav a:link, a:visited {
	color: #2B2B6D;
	text-decoration: none;
}

#globalNav a:hover {
	text-decoration: underline;
}

#globalNav .active {
font-weight: bold;
text-decoration: underline;
}


.logo 	{
	padding: 1px;
	margin-left: 350px;
	margin-top: 50px;
	}

#content{
	background-color: #fff;
	overflow: hidden;
	padding: 10px;
}

.home {
padding: 10px;
font-weight:normal;
margin-left: 40px;
margin-right: 40px;
background-color: #fff;
overflow: hidden;
}


.box1 {
float: left;
width: 250px;
font-size: 90%;
}

.box2 {
font-size: 90%;
width: 250px;
float: right;
}

.home img {
padding: 10px;
}

.icon {
float: left;
padding-right: 5px;
}

.photoRight {
margin-left: 20px;
margin-bottom: 10px;
float: right;
border: none;
} 

#wrapper #content a {
	text-decoration: underline;
}

#wrapper #content a:hover {
text-decoration: none;
color: #334d55;
}
.subNav {
	font-size: 80%;
}

#wrapper #content #samples {
font-size: 80%;
}

#wrapper #content #samples a {
text-decoration: none;
}

#wrapper #content #samples a:visited {
text-decoration: none;
}

#wrapper #content #samples img{
border: 1px solid;
border-color: #000;
}

#wrapper #content #boxout {
width: 250px;
background-color: #ddd;
float: right;
padding: 5px;
font-size: 90%;
margin-left: 20px;
}

#wrapper #content #boxout h1 {
font-size: 100%;
}

#wrapper #content #boxout li {
list-style: circle;
margin-left: -20px;
margin-top: -10px;
}

#wrapper #content #boxout li li {
list-style: circle;
margin-left: -20px;
margin-top: 10px;
}

.shade {
border: 1px solid;
border-color: #000;
width: 425px;
padding: 10px;
}

.thumb img {
border: 1px solid;
border-color: #000;
float: right;
margin-left: 60px;
}

.smallText {
font-size: 90%;
background-color: #deebff;
}

.normalImage {
float: right;
margin-left: 30px;
}
.normalImage p {
font-size: 80%;
margin-top: 5px;
text-align: center;
}

.normalImageLeft {
float: left;
margin-right: 30px;
}
.normalImageLeft p {
font-size: 80%;
margin-top: 5px;
text-align: center;
}

