﻿/* a class hover */
a {
    font-weight: bold;
}
a:link {
    font-weight : bold;
    color : #3300ff;
    text-decoration : underline;
}
a:visited {
    font-weight: bold;
    color: purple;
    text-decoration: underline;
}
a:hover {
    font-weight : bold;
    color : red;
}
a:active {
    font-weight : bold;
    color : blue;
}
/* Create the Nav Class */
a.nav:link   { text-decoration: none }
a.nav:visited { text-decoration: none }
a.nav:hover  {cursor: hand; text-decoration: none; color: #FF0000 }
a.nav:active { text-decoration: none }

body {
    font-family : Verdana, sans-serif;
    color : black;
/*    font-size : x-small;  */
    Text-align : left;
    Margin-top : 0px;
    Margin-left : 0%;
    Padding-left : 0%;
    Padding-right : 1px;
    padding-bottom: 2px;
    vertical-align: top;
}

/* Scrollbar not strictly CSS2 */
body {
    scrollbar-3dlight-color : #00FFFF;
    scrollbar-shadow-color : #00FFFF;
    scrollbar-base-color : #0033cc;
    scrollbar-darkshadow-color : #ccccff;
    scrollbar-highlight-color : #0000cc;
    scrollbar-TRACK-color : #33ccff;
    scrollbar-ARROW-color : #33ccff;
    scrollbar-FACE-color : #3333cc;
}
button {
}
caption {
    Font-family : verdana;
    Font-style : normal;
    Font-size : small;
}
fieldset {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-style : normal;
    Font-size : x-small;
    Border-width : 1pt;
    Border-style : solid;
}

/* For different browsers */
font {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
}
small {
    Font-size : smaller;
}
big {
    Font-size : larger;
    Color : #0033CC;
}
h1 {
    Font-family : 'Trebuchet MS', Verdana, Arial;
    Font-size : 14pt;
    Color : #0033CC;
    Text-align : Center;
    Margin-top : 1%;
    Margin-left : 3%;
    Padding-top : 1%;
    Padding-bottom : 1%;
    Border-color : #0033CC;
    Border-style : solid;
}
.marginRight{
	margin-right: 200px;
}
h2 {
    Font-family : 'Trebuchet MS', Verdana, Arial;
    font-size : medium;
    Color : #0033CC;
    margin-left : 0;
}


/*/*/a{}

body h2
    {
    font-size : small;
    }

html>head:first-child+body h2
    {
    font-size : medium;
    }

/* */

h2.TOP {
    Font-family : 'Trebuchet MS', Verdana, Arial  ;
    Font-size : 14pt;
    Color : #0033CC;
    Text-align : Center;
    Margin-top : 1%;
    Margin-left : 180px;
    Padding-top : 1%;
    Padding-bottom : 1%;
    Border-color : #0033CC;
    Border-style : solid;

 
}

h3 {
    Font-family : 'Trebuchet MS', Verdana, Arial  ;
    font-size : medium;
    Color : #0033CC;
    margin-left : 0;
}

/*/*/a{}

body h3
    {
    font-size : small;
    }

html>head:first-child+body h3
    {
    font-size : medium;
    }

/* */

h4 {
    Font-family : 'Trebuchet MS', Verdana, Arial  ;
    Font-weight : bolder;
    font-size : medium;
    Color : #0033CC;
    margin-left : 0;
}

/*/*/a{}

body h4
    {
    font-size : small;
    }

html>head:first-child+body h4
    {
    font-size : medium;
    }

/* */

h5 {
    Font-family : 'Trebuchet MS', Verdana, Arial  ;
    Font-variant : small-caps;
    Font-weight : bolder;
    Color : #0033CC;
    Font-size : x-small;
    margin-left : 0;
}
h6 {
    Font-size : xx-small;
    Color : black;
    Background-color : rgb(204, 255, 255);
    Text-align : center;
    Margin-top : 0%;
    border:1px solid black;
    Margin-bottom : 0%;
    Margin-left : 1%;
    Padding-bottom : 2%;
}

p {
    Color : black;
    font-size : small;
    Text-align : left;
    Margin-top : 0;
    margin-left : 0;

}

div {
    Padding-left : 9px;
    Padding-top : 10px;
	font-size : x-small; 

}
div.blue {
    Padding-left : 20px;
    Padding-right : 10px;
    Padding-top : 10px;
    Padding-bottom: 12px;	
    Margin-left: 8px;
    Margin-bottom: 12px;	
    background-color: #CCFFFF;
    border: thin solid #000000; 
    float:right; 
    width:350px;

}
div.blueNo {
    Padding-right : 10px;
    Padding-bottom: 12px;	
    Margin-left: 8px;
    Margin-top: 12px;	
    background-color: #CCFFFF;
    border:0; 
}


.divMenu {
	border: 1px solid blue;
    margin-left : 0;
    margin-bottom : 4px;
    padding-top : 4px;
    padding-left : 0;
    padding-right : 1px;
    padding-bottom : 4px;
}
.divMenu2x {
	border: 1px solid blue;
    margin-left : 2px;
    margin-bottom : 4px;
    padding-top : 4px;
    padding-left : 0;
    padding-right : 1px;
	padding-bottom:6px; 
	width:166px;
}
.divMenuButton {
	border: 1px solid blue;
	position:relative; 
	padding-left:0; 
	padding-top:3px; 
	padding-bottom:6px; 
	margin-left:4px; 
	width:166px;
}
/*/*/a{}

body p
    {
    font-size : x-small;
    }

html>head:first-child+body p
    {
    font-size : small;
    }

/* */

hr {
    Color :#0033CC;
    Margin-top : 4px;
    Margin-bottom : 5px;
}
label {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-style : normal;
    Font-size : x-small;
}
legend {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-style : normal;
    Font-size : small;
}
li {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    font-size : small;
    Margin-top : 0pt;
    Margin-left : 3%;
}


/*/*/a{}

body li
    {
    font-size : x-small;
    }

html>head:first-child+body li
    {
    font-size : small;
    }


ol {
    List-style-type : decimal;
    font-size : small;
    Margin-bottom :8pt;
    List-style-position : outside;
}

/*/*/a{}

body ol
    {
    font-size : x-small;
    }

html>head:first-child+body ol
    {
    font-size : small;
    }


/* Display block to stop extra button.  White-space normal not pre.*/
ul {
    font-size : small;
    Display : block;
    White-space : normal;
    List-style-type : none;
    Margin-bottom :0pt;
    List-style-image : url('../images/butblueg3.gif');
}

/*/*/a{}

body ul
    {
    font-size : x-small;
    }

html>head:first-child+body ul
    {
    font-size : small;
    }


.number {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-size : x-small;
    Margin-top : -1px;
    Margin-bottom : 2pt;
    Display : list-item;
    List-style-type : decimal;
    List-style-position : outside;
    }
    
.numberSpace {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-size : x-small;
    Margin-top : 1px;
    Margin-bottom : 5pt;
    }

.numberSpaceLong {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-size : x-small;
    Margin-top : 1px;
    Margin-bottom : 5pt;
    Display : list-item;
    List-style-type : decimal;
    List-style-position : outside;
}

.GuyNum {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-size : x-small;
    Margin-top : 1;
    Margin-bottom : 0;
    Margin-left : 2%;
    List-style-type : decimal;
    List-style-position : outside;
    }

img{
	border: 0;
}

.imgGfi {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	margin-right: 2px;

}
.imgRight {
	float: right;
	border: 2px solid black;
	margin-left: 12px;
	margin-top: 14px;
	margin-bottom: 12px;
}
.imgClear {
	float: right;
	border: 0;
	margin-left: 12px;
	margin-top: 14px;
	margin-bottom: 12px;
}

marquee {
    Font-family : Verdana, Arial, Helvetica;
    Font-size : small;
}
    
select {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-style : normal;
    Font-size : x-small;
    Color : rgb(153, 255, 255);
    Border-width : 1pt;
    Border-style : solid;
}
table {
    Font-family : Verdana, Arial,  'Trebuchet MS' ;
    Font-size : x-small;
    Color : black;
    Vertical-align : none;
    Text-align : left;
}
textarea {
    Font-family : Verdana, Arial, 'Trebuchet MS' ;
    Font-style : normal;
    Font-size : x-small;
    Border-width : 1pt;
    Border-style : solid;
}
th {
    Font-family : Verdana, Arial, Helvetica;
    Font-style : normal;
}

/* No underline? */
.LINKSOFF    { display: none; font-family: Verdana,Arial,San Serif; font-size: 12px; color: #000080 }
.LINKSON     { display: inline; font-family: Verdana,Arial,San Serif; font-size: 12px; color: #000080 }

/* Float Idea */
#navigationLeft { float: left; padding-right : 4%; width: 160px; HEIGHT= 100%;} 
#navigationRight { float: right; 
	padding-left: 15px; 
	width: 175px; 
	HEIGHT=100%;} 


#navigationLeftGoogle { float: left;} 


.navGuyLeft { float: left; width: 160px; HEIGHT= 100%} 
.navGuyRight { float: right; padding-left: 10px; padding-right : 1px; width: 172px; HEIGHT=100%;} 

.navGuyLeftColour { float: left;   
    Border-width : 1pt;
   	Border-style : solid;
   	width: 160px; HEIGHT= 100%
}
#navigationRightColour { float: right; 
   	Border-style : solid;
    Border-width : 1pt;
    background-color: #DDFFFF;
	padding-left: 10px; 
	width: 160px; 
}
#navigationRightClear { float: right; 
    margin-right: -10px;
    margin-left: 10px;
}

.navigationRightClear { 
	float: right; 
	padding-left: 10px; 
	padding-right: 4px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	border-left:1px solid #0000ff; 
    margin-left: 4px;
	width: 182px; 
} 

.navigationRightEzine { 
	float: right; 
	padding-left: 0; 
	padding-right: 4px; 
	padding-top: 0; 
	padding-bottom: 10px; 
    margin-left: 10px;
	width: 168px; 
} 
