
body {  margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;  
}

p,  {
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	list-style-type: disc;
	line-height : 16px;
	color: #333333;
}

.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 11px;
	color: #333333;
}

td {
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	line-height : 16px;
	color: #333333;
}

a {
	color:#005983;
	font-weight: bold;
	cursor: pointer;
}

.header2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
    	margin-top: 25px;
    	margin-left: 0;
	color: #FF0000;
}

strong {
	color: #005983;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #000066;
}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
   	margin: 4px 0 5px 0;
	color: #e80449;
}

h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
    	margin-top: 25px;
	color: #005983;
}

h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #000066;
}

h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #000066;
}

ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	color: #333333;
	
}
li {
	list-style-type: disk;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size : 12px;
	list-style-type: disc;
	line-height : 16px;
	list-style-image: url(../img/bullet.gif);
	color: #333333;
}

ol {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	color: #333333;
}



.nav {  font-size : 12px;
	font-family: "Arial, Helvetica, Verdana", Sans-Serif;
}

.nav a:link { text-decoration:none; color:#FFFFFF }
.nav a:visited { text-decoration:none; color:#FFFFFF }
.nav a:hover { text-decoration:underline; color:#FFFFFF }
.nav a:active { text-decoration:underline; color:#FFFFFF }

.withborder { background-color: #CCCCCC;   
     border-style: dashed;
     border-width: medium;        /* sets border width on all sides */
     border-color: #666666;
}
.roundcont {
	width: 600px;
	background-color: #f2f2f2;
	color: #fff;
}

.roundcont p {
	margin: 8px 10px 8px 10px;
}

.roundtop { 
	background: url(../img/tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(../img/br.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.roundcont2 {
	width: 600px;
	background-color: #f2f2f2;
	color: #fff;
}

.roundcont2 p {
	font-family: georgia;
	font-style: italic;
	color: #005983;
	margin: 8px 20px 8px 20px;
}

.roundtop2 { 
	background: url(../img/tr.jpg) no-repeat top right; 
}

.roundbottom2 {
	background: url(../img/br.jpg) no-repeat top right; 
}

img.corner2 {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* Form Element Styling */

form {
	margin:0; 
	padding: 0;

}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 3px 0;
}
input, select {
	padding:2px;
	border: 1px solid #ccc; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
}

select {
	width: 200px;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #ccc; 
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url(button-bg.jpg) repeat-x 0 0; 
	border: 1px solid #9375AC;
}


/* Tabs Styling */

#tabs {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
margin-bottom: 15px;
_margin-bottom: 0;
}

/* * html #tabs{ /*IE only. Add 1em spacing between menu and rest of content
margin-bottom: 1em;
} 

*/

#tabs ul{
list-style-type: none;
padding:0;
margin: 0;
}

#tabs li{
display:inline;
margin:0;
padding:0;
}

#tabs a {
float:left;
background:url(../img/left.jpg) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#tabs a span {
float:left;
display:block;
background:url(../img/right.jpg) no-repeat right top;
padding:6px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
margin-right: 2px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
color: black;
}

#tabs #current a {
background-position:0 -125px;
}

#tabs #current a span {
background-position:100% -125px;
color: black;
}

#tabs a:hover {
background-position:0% -125px;
}

#tabs a:hover span {
background-position:100% -125px;
}

/* Navigation Styling */

.navigation{
list-style-type: none;
margin: 0;
padding: 0;
width: 170px;
}

.navigation li {
    margin: 0;
    width: 170px;
    background: white url(../img/btnBlue.jpg) repeat-x bottom left;
}

.navigation li a{
background: white url(../img/btnBlue.jpg) repeat-x bottom left;
font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #315062;
display: block;
margin: 0;
padding: 0;
line-height: 40px;
width: inherit;
height: 40px;
text-indent: 25px;
text-decoration: none;

}

.navigation li a.double{
background: white url(../img/btnBlue.jpg) repeat-x bottom left;
font: 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #315062;
display: block;
margin: 0;
padding: 0;
width: 130px;
text-indent: 0;
padding-left: 25px;
height: 40px;
text-decoration: none;

}


* html .navigation li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.navigation li a:visited, .navigation li a:active{
color: #315062;
}

.navigation li a:hover{
background-image: url(../img/btnRed.jpg);
}

/* Curvy Corners (Testimonials Styling) */

.myBox{
    padding: 0 20px;
    text-align: left;
	margin: 0 auto;
	color:#005983;
	font-family:georgia;
	font-style:italic;
}

.myBox p {
	color:#005983;
	font-family:georgia;
	font-style:italic;
}

table.ptoTable {
	border-collapse: collapse;
	margin: 10px 0 15px 15px;
}

table.ptoTable td {
	border: 1px solid #ccc;
	padding: 4px;
}

table.ptoTable th {
	background-color: #009ccd;
	font-size: 12px;
	color: white;
	padding: 4px;
	border: 1px solid #ddd;
	text-align: center;
}