@charset "iso-8859-1";
/* author: clueymick@yahoo.com.au */
/* Creation date: 01/01/2008 */

/* #009900 = corps colour green */
/* #FFFF00 = corps colour yellow */
/* #FF0000 = corps colour red */
/* #000066 = corps colour blue */
/* #996600 = gold */



#logo	{background-image: url(media/jpeg/rmawalogo2opt.jpg);
 width: 980px; height: 105px; align: center;}



#content
	{
	padding-left: 20px;
	width: 500px;
	height: 300px;
	text-align: left;
	}




/*was 	background-color: #33302D #383131 border-collapse: collapse; 
	border: solid white 1px;*/



#nav { 
	text-align: center;
    vertical-align: top;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0%;
	width: 100%;
	line-height: 100%; }


#nav a:link { color: blue; font-weight: bold; text-decoration: none}
 /*light blue*/
#menu a:active { color: red; font-weight: bold; text-decoration: none}

#nav a:visited { color: yellow; font-weight: bold; text-decoration: none} 

#nav a:hover { color: green; font-weight: bold; text-decoration: none}    /*define after :visited*/






#menu	{text-align: right;
    vertical-align: top;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0%;
	width: 100%;
	line-height: 115%;}

#menu a:link { color: blue; font-weight: bold; text-decoration: none}
 /*light blue was #6699CC*/
#menu a:active { color: red; font-weight: bold; text-decoration: none}

#menu a:visited { color: yellow; font-weight: bold; text-decoration: none} 
/*was #990033 CC0000 red*/
#menu a:hover { color: green; font-weight: bold; text-decoration: none}    /*define after :visited*/



hr.nav {width: 69%; }



.links a:link { color: blue; font-weight: bold; text-decoration: none}


.links a:active { color: #FFFF00; font-weight: bold; text-decoration: none}

.links a:visited { color: #FF0000; font-weight: bold; text-decoration: none}

.links a:hover { color: green; font-weight: bold; text-decoration: none}
/*define after :visited*/



.linkweb a:link { color: green; font-weight: bold; text-decoration: none}

.linkweb a:active { color: #FFFF00; font-weight: bold; text-decoration: none}


.linkweb a:visited { color: green; font-weight: bold; text-decoration: none}


.linkweb a:hover { color: blue; font-weight: bold; text-decoration: none}
/*define after :visited*/



#colours { text-align: center;}


#copyright { font-size:10px; background-image: url(media/gif/corps_cols2.gif); width: 250px; height: 40px; text-align: center; position: absolute; left: 465px;}


#copyright a:link { color: #F50AF5; font-weight: bold; text-decoration: none}
 
#copyright a:active { color: #CFC508; font-weight: bold; text-decoration: none}

#copyright a:visited { color: #0AF519; font-weight: bold; text-decoration: none} 
/*was #990033 CC0000 red*/
#copyright a:hover { color: yellow; font-weight: bold; text-decoration: none}    /*define after :visited*/

#bulletin a:link { color: #F5F3ED; font-weight: bold; text-decoration: none}
 /* off white */
#bulletin a:active { color: #CFC508; font-weight: bold; text-decoration: none}

#bulletin a:visited { color: #EB6AE4; font-weight: bold; text-decoration: none} 
/*green*/
#bulletin a:hover { color: yellow; font-weight: bold; text-decoration: none}    


span	{
	white-space: pre;
	}


body { color: white; font-size: small; font-family: "arial", "helvetica"; background-color: #0F0F12; width: 980px; align: center;} 

/*was background-color: #333333 2E2A2A replaced with image, height: 300px;*/



h1.h1blue {font-size: x-large; color: blue; font-weight: bold; text-align: center }


h1.h1green {font-size: x-large; color: #009900; font-weight: bold; text-align: center } 


h2.h2blue {font-size: large; color: blue; font-weight: bold}


h2.h2green {font-size: large; color: #009900; font-weight: bold}


h3.h3blue {font-size: medium; color: blue; font-weight: bold}


h3.h3green {font-size: medium; color: #009900; font-weight: bold}

/*was #669933 037312*/

h4.h4blue {font-size: small; color: blue; font-weight: bold}


h4.h4green {font-size: small; color: #009900; font-weight: bold}


h5 h6 

blockquote {font: italic}



span.greens {color: green; font-weight: bold}



.centred { text-align:center; }



table.diary {table-layout: fixed; border-collapse: collapse; border: medium solid green;}


col.leftpad {padding-left: 10px; }


th.colours {color: blue; }



/*col.generalcol {border: thin solid #33CC99; border-collapse: collapse; border-color: #33CC99; 
vertical-align: top; }*/


/*The universal selector, denoted by an asterisk ('*'), 
can be used in place of a tag name in all of the above. It matches any tag so,
h2 + * { color: red }
would make any element immediately following an H2 tag red.
*/


/* font.asterisk { color: red; font-weight: bold} */


/*
capitalize (capitalizes first character of each word) 
uppercase (capitalizes all characters of each word) 
lowercase (uses small letters for all characters of each word) 
none (the initial value) 
Examples:
H1 { text-transform: uppercase }
H2 { text-transform: capitalize }

H1     { font-size: large }
P      { font-size: 12pt }
LI     { font-size: 90% }
STRONG { font-size: larger }

xx-small | x-small | small | medium | large | x-large | xx-large

*/
