/* GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS */

body
{
	margin: 0px;
	background:#FFFFFF url(images/bg_salmon.jpg) top left repeat-x;
	scrollbar-arrow-color: black; 
	scrollbar-face-color: #6FB5B4; 
	scrollbar-3dlight-color:white; 
	scrollbar-highlight-color:#CBE4E4; 
	scrollbar-darkshadow-color:#4A9B9A; 
	scrollbar-shadow-color:black;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size:12px;
	color: #003567;
	line-height:17px;
}

a:link, a:visited, a:active
{
	 color:#52A5A4;
	 font-weight:bold;
	 text-decoration:none;
}

a:hover
{
	 color:#52A5A4;
	 font-weight:bold;
	 text-decoration:underline;
}

h1
{
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #003567;
	padding:5px;
	border:1px #003567 solid;
	width:auto !important;
	width /**/:100%;/* for IE/Win only */
	background-color:#CBE4E4;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF, EndColorStr=#FFB2D7D7);
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: #52A5A4; text-decoration:none;
}

.footer a:hover
{
	color: #52A5A4; text-decoration:underline;
}

/* CONTENT TABLE SPECS */

.td-border
{
	border:1px #6FB5B4 solid;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size: 12px;
	color: #003567;
	line-height: 17px;
	text-align:left;
	padding:5px;
}

.td-border2
{
	background-color:#CBE4E4;
	border:1px #6FB5B4 solid;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size: 12px;
	color: #003567;
	line-height: 17px;
	text-align:left;
	padding:5px;
}

/* SPECS FOR STANDARD NETVIS SIDE NAVIGATION LINK TABLE */

.sidenav
{
	margin-left:15px;
	margin-bottom:15px;
	border: 1px #307ABF solid;
	width:135px;
	float:right;
	background-color:#ECF3C7;
}

.current
{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003567;
	padding:5px;
	text-align:center;
}

.current a:link, .current a:visited, .current a:active
{
	color:#52A5A4;
	text-decoration:none;
	border:0px;
}

.current a:hover
{
	color:#52A5A4;
	text-decoration:underline;
	border:0px;
}

.link
{
	background-color:#CBE4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003567;
	padding:5px;
	text-align:center;
}

.link a:link, .link a:visited, .link a:active
{
	color:#003567;
	text-decoration:none;
	border:0px
}

.link a:hover
{
	color:#003567;
	text-decoration:underline;
	border:0px;
}


/* SPEC FOR STANDARD NETVIS CALLOUT AND FOOTER BOX */

.callout
{
	border:#6FB5B4 1px dashed;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003567;
	line-height: 16px;
	text-align:left;
}
