/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000066;
line-height: 18px;
padding: 5px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366CC;
	display: block;
	padding: 0;
	width: auto;
	line-height: 20px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	display: block;
	padding: 0;
	width: auto;
	line-height: 20px;
}

.borders {
	border: 2px dashed;
	padding: 0px;
	border-color: #CCCCCC;
}


.bordersl {
	border-left: 2px dashed;
	padding: 5px;
	border-color: #CCCCCC;
}

.borderslr {
	border-left: 2px dashed;
	border-right: 2px dashed;
	padding: 5px;
	border-color: #CCCCCC;
}

.bordersr {
	border-right: 2px dashed;
	padding: 5px;
	border-color: #CCCCCC;
}

.borderstb {
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	padding: 5px;
	border-color: #CCCCCC;
}

.bordersrb {
	border-right: 2px dashed;
	border-bottom: 2px dashed;
	padding: 5px;
	border-color: #CCCCCC;
}


.borderstr {
	border-top: 2px dashed;
	border-right: 2px dashed;
	padding: 5px;
	border-color: #CCCCCC;
}

.bordersb {
	border-bottom: 2px dashed;
	padding: 2px;
	border-color: #CCCCCC;
}

.borderst {
	border-top: 2px dashed;
	padding: 2px;
	border-color: #CCCCCC;
}

.borderstbr {
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	border-right: 2px dashed;
	padding: 2px;
	border-color: #CCCCCC;
}

.photo {
padding: 10px;
}

.floatimgl 
{
float:left;
border:1px dotted gray;
margin:10px 10px 10px 5px;
}
.floatimgr 
{
float:right;
border:1px dotted gray;
margin:10px 5px 10px 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(assets/glossyback.gif) repeat-x bottom left;
font: bold 13px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(assets/glossyback2.gif);
}
