
/* UKI.NET CSS VERSION 1 30/01/2005 */

body { 
	margin:0px; 
	padding:0px; 	
	font-family:Arial,Verdana,Helvetica,sans-serif; 
	font-size:11px; 
	color: #1F1F1F; 
	background: #D5D7EA; 
	background-image: url(http://www.uki.net/php/files/nfp.uki.net/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

div#Content {
	min-height: 300px; /* moz/FF/Opera */
 	_height: 300px; /* IE-win */
}

#Content table td {
	font-family:Arial,Verdana,Helvetica,sans-serif; 
	font-size:11px; 
}

.required {
	font-size: 12px;
	color: red;
}

/* Image Settings */ 

img { 
	border-width:0px; 
 

	padding:0px 0px 0px 0px; 
} 

/* Image style for header images only */ 

.img2 { 
	border-width: 0px; 
	border-style:none; 
	padding: 0px 0px 0px 0px ; 
} 

/* Apply this to text typed into the header area */ 

#htext { 
	margin:0px 0px 0px 0px; 
	padding:10px; 
	font-size:28px; 
	line-height:80px; 
	font-weight:900; 
	padding:5px;
} 


#Content>p {margin:0px;} 
#Content>p+p {text-indent:10px;} 


/* Links */ 

a { 
	text-decoration:underline;
} 

a:link {
	color:#10519D;
	font-weight:normal;
} 

a:visited {
	color:#10519D;
	font-weight:normal;	
} 

a:hover	{
	background-color:transparent;
	font-weight:normal;
	color:#333333;
	text-decoration: underline;
} 

/*Header */ 

#Header { 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */ 

	height:170px; /* 14px + 17px + 2px = 33px */ 
	width:auto; 
	border-style:solid; 
	border-color:#62AE29; 
	border-width:0px 0px 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ 
	background-color:#FFFFFF; 
	background-image:url(http://www.uki.net/php/files/nfp.uki.net/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */ 
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height:170px; /* the correct height */ 
} 

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include 
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */ 

body>#Header {height:170px;} 


/* Content */ 


#Content { 
	margin:0px 0px 0px 0px; 
	padding:20px 30px 20px 30px; 
	background-color:#FFFFFF; 



	border-style:solid; 
	border-color:#CCCCCC; 
	border-width:0px 0px 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ 
	width:auto;
} 

/*Maincontent */ 

#maincontent { 
	margin:0px auto 0px auto; 
	padding:0px 0px 0px 0px; 
	background-color:#FFFFFF; 



	border-style:solid; 
	border-color:#999999; 
	border-width:0px 0px 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ 
	width:962px; 
} 


/* Footer */ 

#footer { 
	margin:0px 0px 0px 0px; 
	padding:30px 30px 20px 30px; 
	background-color:#FFFFFF; 
	border-style:solid; 
	border-color:#62AE29; 
	border-width:0px 0px 0px 0px; 
	background-image:url(http://www.uki.net/php/files/nfp.uki.net/footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
} 

#header img {
	padding:0px 0px 0px 0px; 
}

#footer img {
	padding:0px 0px 0px 0px; 
}

#Content img {
	padding:5px 5px 5px 5px; 
}

.largetext { font-size: 140%; font-weight: bold; }
.smalltext { font-size: 80%; }
.redtext { color: #ff0000; }
.bluetext { color: #000099; }

.highlight { background-color: yellow; color: black; }
.leftalign { text-align: left; }
.rightalign { text-align: right; }
.centrealign { text-align: center; }
.justifyalign { text-align: justify; }

h4 {
	margin: 0px;
	font-size: 140%; font-weight: bold;
}

/* Hides from IE5-mac \*/
* html #Content {height: 1%;}
/* End hide from IE5-mac */




#nav_css, #nav_css ul { /* all lists */
	padding: 0px;
	margin: 0;
	z-index:1000;
	list-style: none;


	line-height: 1;
}

#nav_css a {
	display: block;
	z-index:1000;
}

#nav_css li { /* all list items */
	float : left;
	line-height : 28px;
	position : relative;
	margin-bottom : -1px;
	z-index:1000;
	margin-left: -1px;
	text-align: center;
}

#nav_css li ul { /* second-level lists */
	position : absolute;
	z-index:1000;
	left: -999em;
	margin-left : 1px;
	margin-top : -1px;

	width : 125px;
	line-height: 1;	
}

#nav_css li ul ul { /* third-and-above-level lists */

	margin: -30px 0 0 158px;
}

#nav_css li a {
	width: 146px;
	w\idth : 146px;
	display : block;
	color : #FFFFFF;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	background-color : #10519D;
	border : 1px solid #10519D;
	padding-left: 10px;


	
	z-index:1000;
}

#nav_css li a:hover {
	color : #10519D;
	background-color : #BFC3E0;


	
	z-index:1000;

}

#nav_css li:hover ul ul, #nav_css li:hover ul ul ul, #nav_css li.sfhover ul ul, #nav_css li.sfhover ul ul ul {
	left: -999em;
	z-index:1000;
}

#nav_css li:hover ul, #nav_css li li:hover ul, #nav_css li li li:hover ul, #nav_css li.sfhover ul, #nav_css li li.sfhover ul, #nav_css li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index:1000;
}

.arrow {
	background-image: url('http://www.uki.net/default/arrows/tridown_white.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.arrow2 {
	background-image: url('http://www.uki.net/default/arrows/tri_white.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 15px;
}

#css_menu_container {
	position: Relative;
	z-index:1000;
}

#css_menu {
	position: absolute;
	left: 0px;
	top: -41px;

	z-index:1000;
}

#css_menu li:hover, #css_menu li.hover {
    position: static;
	z-index:1000;
}

.bullet {
	padding-left:35px;
	background-color:transparent;
	background-image:url('http://www.uki.net/default/bullet/bullet.gif');
	background-position:top left;
	background-repeat:no-repeat; 
}

#marqueecontainer{
	position: relative;
	height: 200px; /*marquee height */
	overflow: hidden;
	z-index:99;
}

.loginbox {border:1px solid #000000;}