/* UKI.NET CSS VERSION 1 30/01/2005 */

body { 
margin:0px; 
padding:0px; 

/* All of the items below need to be editable in global settings _ including all the alignment versions for the background images */

font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:13px; 
color: #0F0D6B; 
background: #F3E9F5; 
background-image: url();
background-position: none;
background-repeat: none;

}

Content table td {
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-size:13px; 
}

/* All of the items below need to be editable in global settings - except padding*/ 

img { 
border-width:0px; 
border-style:none; 
color:none;
padding:0px 0px 0px 0px; 
} 

/* Image style for header images only. Apply this to all images inserted into the header area*/ 

.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; 
} 


#Content>p {margin:0px;} 
#Content>p+p {text-indent:0px;} 



/* Links All of the items below need to be editable in global settings */ 

/* Need options for underline and bold for text decoration */ 

a { 
text-decoration:none;
} 

/*Need to be able to choose colours from list */ 

a:link 
	{
	color:#A24FAB;
	font-weight:bold;
} 

a:visited
	{
	color:#A24FAB;
	font-weight:bold;	
} 

a:hover
	{
	background-color: none;
	font-weight:bold;
	color:#411B8C;
} 

/*Header - Need to be able to change Height (change in 3 places below for different browsers, Border-Style (select from dotted, solid, none=default, dashed) Border-color (from list), Border-Width (all border setting to only affect bottom side), Background-color, Background-image from library or uploaded image, insert uploaded images */ 

#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:121px; /* 14px + 17px + 2px = 33px */ 
width:relative; 
border-style:solid; 
border-color:#411B8C; 
border-width:1px 0px 15px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ 
background-color:#FFFFFF; 
background-image:url(http://www.uki.net/php/files/genusit.uki.net/header_genusit.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:121px; /* 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:121px;} 


/* Content (this is the text/images content area) 
Need to be able to specify top and left margin, everything else needs to be adjustable. The width needs to 
be a choice of 595px or none */ 

#Content { 
margin:0px 0px 0px 155px; 
padding:0px 15px 15px 15px; 
background-color:#FFFFFF; 
border-style:solid; 
border-color:#411B8C; 
border-width:0px 0px 0px 1px; /* top and bottom borders: 1px; left and right borders: 0px */ 
width:relative; 
} 

/*Maincontent - Make everything editable except for Width. Width needs to have 2 options - none or 760px. */ 

#maincontent { 
margin:10px 50px 10px 50px; 
padding:0px 0px 0px 0px; 
background-color:#A24FAB; 
border-style:solid; 
border-color:#411B8C; 
border-width:0px 1px 1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */ 
width:relative; 
} 


/* Footer - Want to adjust the bg color, border style (same as above), border colour, border width, All border settings to only affect the top side */ 

#footer{ 
margin:0px 0px 0px 155px; 
padding:5px 15px 5px 15px; 
background-color:#FFFFFF; 
border-style:solid; 
border-color:#411B8C; 
border-width:1px 0px 0px 1px; 
} 

#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: red; }
.bluetext { color: darkblue; }

.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;
}