/*

=============================================================

Nayliner Web Design
All code contained herein is the property of Nayliner Web Design, 
and its use is prohibited.

=============================================================

*/

/*

=============================================================

HTML OBJECTS

=============================================================

*/



body {

	position: relative;

	margin: 0;

    
       background: url(../images/background.gif);

}



/*

============================================================

HEADER OPTIONS

============================================================

*/



#box{
	position: relative; width: 800px;
	margin: 0 auto;
	
}

#box a:link {
	color: #000000;
	text-decoration: none;
}

#box a:visited {
	color: #000000;
	text-decoration: none;
}

#box a:hover {
	color: #000000;
	text-decoration: none;
}


#header{
	position: absolute;
	width: 823px;
	height: auto;
	top: 0px;
	left: -11px;
}



/*

=============================================================

BODY OBJECTS

=============================================================

*/



#main {

	position: absolute; 
	
	top: 94px;
	
	left: -11px;
	
	width: 823px;

	padding: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;


        background: url(../images/newbody.gif) repeat-y;
	
	padding-bottom: 15px;

}

#content {

	float: right;

	width: 630px;

	padding: 15px;
	
	padding-right: 35px;
	
	padding-left: 20px;

}



#content a:link {

	color: #000000;

	text-decoration: underline;

	font-weight: bold;

}



#content a:visited {

	color: #000000;

	text-decoration: underline;

	font-weight: bold;

}



#content a:hover {

	color: #000000;

	text-decoration: none;

	font-weight: bold;

}

img
{

	border: none;

}

img a
{
	text-decoration: none;

	border: none;
}

.maintitle {

	font-weight: bold;
	
	font-size: 20px;
	
}

.mainpar {

	padding-left: 15px;
	
	font-size: 17px;
	
}

.mainpar2 {

	padding-left: 125px;
	
	font-size: 17px;
	
}

.mainbull {

	padding-left: 130px;
	
	font-size: 16px;
}
	

.firstpagebull {
        padding-left: 350px;
        font-size: 17px;
}

.subpar {

	padding-left: 30px;
	
	font-size: 12px;
	
}

/*

=============================================================

IMAGES

=============================================================

*/


#comp {

	position: absolute;
	
	top: 160px;
	
	left: 170px;

}

/*

=============================================================

LEFT SIDE BAR OBJECTS

=============================================================

*/

#sideBarLeft {

	position: relative;

	left: 0px;

	float: left;

	width: 135px;

	margin: 0;

	padding: 0;

	padding-bottom: 0;
/*
	background-color: #eff7ec;
*/
}

#sideBarLeft ul {

	margin: 0;

	padding: 0;

	list-style: none;

}

#sideBarLeft li {

	width:100%;

	display: block;

	padding: 10px 0px 2px 0px;

	font-weight: bold;

	text-align:right;

}



#sideBarLeft li a {

	horizontal-align: left;

	width:94%;  

	display: block; 

	padding: 2px;

}



#sideBarLeft li a:link {

	font: 11px Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;

	border-bottom: 1px dashed #5b7aa4;

	font-weight: normal;
}

#sideBarLeft li a:visited {

	font: 11px Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;

	border-bottom: 1px dashed #5b7aa4;

	font-weight: normal;

}

#sideBarLeft li a:hover {

	font: 11px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	background: #000000;

	font-weight: normal;

	border-bottom: 1px dashed #5b7aa4;

	text-decoration: none;

}

.sideBarTitle {

	font: 12px Verdana, Arial, Helvetica, sans-serif;

	border-bottom: 1px solid #000000;

}


/*

=============================================================

FOOTER OBJECTS

=============================================================

*/

#bottom {
	clear: both;
	color: #707070;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	left: 0px;
}

#bottom a:link {
	color: #707070;
	text-decoration: none;
}

#bottom a:visited {
	color: #707070;
	text-decoration: none;
}

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

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

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

/*

=============================================================

REFERENCE OBJECTS

=============================================================

*/



.reference a:link {

	color: #000000;

	text-decoration: none;


}



.reference a:visited {

	color: #000000;

	text-decoration: none;

}



.reference a:hover {

	color: #000000;

	text-decoration: underline;

	font-weight: bold;

	cursor: help;

}