/* Snort.org main CSS */


/* page layout items -----------------------------------------------------------------  */
body	{
	margin:0px;
	padding:0px;
}



.footer	{
	width:100%;
	background-color:#fff;
	vertical-align: top;
	border-top:1px solid #ccc;
	padding:4px 8px 0 0;
	font:normal 9px arial;
	color:#333;
	text-align:right;
}

/* linking styles  -----------------------------------------------------------------   */
a.footertext {
	font:normal 9px arial;
	color:#333;
	text-decoration:none;
}

a.footertext:hover {
	font:normal 9px arial;
 	color:#036;
	text-decoration:underline;
}

a:link {
	text-decoration: underline;
	color: #036;
}

a:visited {
	text-decoration: underline;
	color: #036;
}

a:hover {
	text-decoration: underline;
	color: #F63;
}

a:active {
	text-decoration: underline;
	color: #036;
}
/* end linking styles  -----------------------------------------------------------------  */

/* img styles -----------------------------------------------------------------  */

/* headings formatting   -----------------------------------------------------------------  */

h1   {
	font-family:arial;
	font-size:15px;
	font-weight:700;
	text-transform: uppercase;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	padding-left:6px;
	color: #036;
}

h2   {
    font:500 14px arial;
	color:#F63;
	line-height: 14px;
	vertical-align: bottom;
	margin:0 0 -2px 2px;
	}

h3   {
    font-family:arial;
	font-size:12px;
	color:#036;
	font-weight:700;
	margin:2px 0 0 4px;
	}

/* text formatting styles  -----------------------------------------------------------------  */

p	{
	font:300 12px arial;
	margin-left:4px;
	color:#333;
}

p span	{
	font:bold 12px arial;
	color:#036; 
}

p.strong	{
	font:700 12px arial;
	/*margin-left:4px;*/
	color:#333;
}

p.small	{
	font:500 12px arial;
	margin-left:4px;
	color:#333;
}

.obold	{
	font:bold 12px arial;
	color:#F63;
}

/* end text formatting styles  -----------------------------------------------------------------  */

/* rounded box heading styles  -----------------------------------------------------------------  */
h2.roundedbk {
	width: 279px;
	padding: 0;
	margin-bottom:6px;
	background-color: #003366;
	background-image: url(/images/heading_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	}
	

/* ordered and unordered lists   -----------------------------------------------------------------  */
ul.bul1  {
	list-style-image:url(/images/common/bullet1.gif);
	line-height:1.3em;
	font:500 12px arial;
	margin-bottom:4px;
	color:#666;
}

ul.bul2  {
	list-style-image:url(/images/common/bullet2.gif);
	line-height:1.3em;
	font:500 12px arial;
	margin-bottom:4px;
	color:#666;
}

ul.bul3  {
	list-style-image:url(/images/common/bullet3.gif);
	line-height:1.5em;
	font:500 12px arial;
	margin-bottom:5px;
	color:#666;
}

li.bul4  {
	list-style-image:url(/images/common/bullet2.gif);
	line-height:1.3em;
	margin-bottom:10px;
}

ol li {
	margin-bottom: 10px;
}

p.ol	{
	margin-left:12px;
	color:#036;
}
/* end ordered and unordered lists  -----------------------------------------------------------------  */

/* table formatting  -----------------------------------------------------------------  */

td	{
	vertical-align:top;
	text-align:left;
	font: 12px arial;
	/* font:bold 11px arial;
	color:#036; */
}

table.home	{
	margin:2px 6px 2px 2px;
	width:540px;
}


