

/* comment: STYLE css: 

text weight, 
font, 
kearning, 
size, 
link style, 
borders  

 */

	
	
	
body {	 
	text-align: left;
	font-size: 90%;
	font-family: Tahoma, Helvetica, Verdana, Geneva, sans-serif;
	}
	
	
.sanserif {
	font-family: Tahoma, Helvetica, Verdana, Geneva, sans-serif;	}	

.serif {
	font-family: Georgia, Bookman, serif;	}	


.caption {font-size: 80%; 
			font-weight: bold; 
			}
	
/* general link - tahoma, bold */
a {font-weight: bold; }

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: underline; }
a:active {text-decoration: underline; }



div#wrapper {	border-radius: 5px; 	
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border: 0px none #fff;
				}
				
div#wrapper-pic {	border-radius: 5px;	
				-moz-border-radius: 5px; 
				-webkit-border-radius:  5px; 
				border: 0px none #fff;
				}
				
div#content-top {	border-radius: 5px;	
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border: 0px none #fff;
				}
				
div#content-left {		border-radius: 5px;
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border: 0px none #fff; 
				}
				
div#content-right {		border-radius: 5px;
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 	
				border: 0px none #fff; 
				}
				
div#footer { border-radius: 5px;
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px; 
				border: 0px none #fff;
				}	
				
/* comment: H1  */

h1 {	
	font-size: 150%;
	font-weight: bold;
	}

#id {width: 600px;
		float: left;}

#headertext {
font-size: 150%;
font-weight: bold;
padding-top: 50px;
width: 200px;
float: left;
text-align: left;

}



/* comment: H2  */

h2 {
	font-size: 120%;
	font-weight: bold;
	}
	
	
/* comment: H3- */

h3 {
	font-size: 100%;
	font-weight: bold;
	}
	


/* comment: */

h4 {
	font-size: 90%;
	font-weight: bold;
	}


/* comment: for special notices, right sidebar */
.borderbox1 {border: 1px solid black;
					background: #ffffff; 
					padding: 3px;}




#navbar  { }




/* DEFINE GENERIC STYLES */
	
.small { font-size: 92%; }
.smaller { font-size: 86%; }
.smallest { font-size: 78%; }
.small95 { font-size: 95%; }
.small90  { font-size: 90%; }
.small85 { font-size: 85%; }
.small80  { font-size: 80%; }
.small75 { font-size: 75%; }
.small70 { font-size: 70%; }

.big { font-size: 110%; }
.bigger { font-size: 120%; }
.biggest { font-size: 130%; }
.big110 { font-size: 110%; }
.big115 { font-size: 115%; }
.big120 { font-size: 120%; }
.big125 { font-size: 125%; }
.big130 {font-size: 130%; }
.big135 {font-size: 135%; }
.big140 {font-size: 140%; }
.big145 {font-size: 145%; }
.big150 {font-size: 150%; }
.big155 {font-size: 155%; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }
.lighter	 { font-weight: lighter; }
.italic { font-style: italic; }
.underline { text-decoration: underline;}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify {text-align: justify; }



.hr90 { width: 90%; text-align: center; }
.hr85 { width: 85%; text-align: center; }
.hr80 { width: 80%; text-align: center; }
.hr75 { width: 75%; text-align: center; }
.hr70 { width: 70%; text-align: center; }
.hr50 { width: 50%; text-align: center; }




/* SPECIAL / CUSTOM STYLES */

.nostyle { font-weight: normal; font-style: normal; text-decoration: none;}

.copyright { font-size: 130%; text-decoration: bold; text-align: center;}

.tag {font-family: 'Segoe Print','Comic Sans MS','Comic Sans',Boogaloo, script;
		font-size: 100%;}


