/* CSS Document */

/* (START) basic elements : basic elements  (START)*/
td {	font-family:Verdana,sans-serif; 	font-size: 11px}
th {text-align:left;}
li {	list-style : url(images/pic.jpg); }
a {	text-decoration:none;}
strong {	font-size:12px;	color:#4E797F; 	}
input {	font-size:11px}
textarea {	font-size:11px; }
p {	text-align:justify}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-size:11px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.listing {  padding-left:30; 	padding-right:20 }
.highlight{ 	font-weight:bold;	}
.text {  padding-left:20; 	padding-right:10 }
.bg {	background-repeat:no-repeat; 	background-position:top; }
.bg2 {
	background-repeat:no-repeat; 
	background-position:top; 
	padding-left:20; 
	padding-right:10
}
.sl {color:000000}
/* (END) basic elements : basic elements (END)*/
/*******************************************************************/

/* Body Section Specific Styles */
#bod a:link {color: #4E797F;	text-decoration: none; }
#bod a:visited { color:  #4E797F; text-decoration: none;}
#bod a:hover, a:active { color: #000000; text-decoration: none; border-bottom: 1px solid #036;}
#bod th { background-color:#4E797F; font-size:12px;	color:#FFFFFF; 	}
/* table { table-layout: fixed; } */


/* Navigation Section Specific Styles */
#rightnav a:link {color: #4E797F;	text-decoration: none; }
#rightnav a:visited { color:  #4E797F; text-decoration: none;}
#rightnav a:hover, a:active { color: #000000; text-decoration: none; border-bottom: 1px solid #036;}
#rightnav strong {font-size:11px;	color:#FFFFFF;	}


/* Page Footer Specific Styles */
#footer a:visited {font-size:11px; color: #ffffff;	text-decoration: none; }
#footer a:hover, a:active { font-size:11px; color:#CCCCCC; text-decoration: none; border-bottom: 1px solid #036;}
#footer a:link {font-size:11px; color: #FFFFFF;	text-decoration: none; }

/* Report Section Specific Styles */
#report th{
	background-color:#4E797F;
	color: #FFFFFF;
}

/* Application Form Section Specific Styles */
#appform td{vertical-align:top;}


























/* V ........................... I AM NOT USING ANYTHING BELOW HERE RIGHT NOW ........................... V */
/* ======================================================================================================== */
/* V ........................... I AM NOT USING ANYTHING BELOW HERE RIGHT NOW ........................... V */


#content {
	position: absolute;
	height: auto;
	width: auto;
	left: 30px;
	top: 180px;
	right: 60px;
	z-index: 2;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
	list-style-image: url(images/bullet.gif);
}


/* This is specifically for the Site Map ... (folders for the major pages ... */
#content ul h2{	list-style-image: url(images/folderclosed.gif);}

/* (START) specific divs and classes (START) */
img.floatLeft { 
	float: left;	
	margin: 3px; 
}

img.floatRight { 
	float: right;	
	margin: 3px; 
}

.topleft{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ce2f2d;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ce2f2d;
}

.bottomright{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ce2f2d;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ce2f2d;
}
