/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background: #e5e5e5;
 	margin: 0;
  	padding: 0;
	color: #000068;
	font-size : 12px;
} 

TD { 
	color: #000068;
	font-size : 12px;
}
 
#container {
	width: 90%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000068;
	background: #FFF;
} 

/*#wrapper {
 	text-align: left; 
	width: 100%;
	background: #FFF;
	border-top: 1px solid #7F7F7F;
} */
 
#header {
	height: 172px;
	/* IMPORTANT */
	width: 100%;
	background: #0058fa;
	text-align: center;
} 

#maincol {
	width: 100%;
}

#content {
	width: 775px;
}

.toponlinks {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #2b0e72; 
	text-decoration: none;
}

.toponlinks:hover {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #ff0000;
}

.signup {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #ff0000; 
	text-decoration: none;
}

.signup:hover {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #2b0e72; 
}

.toponlinksnew {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 19px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #2b0e72; 
	text-decoration: none;
}
.toponlinksnew:hover {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 19px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #ff0000;
}

.homeheader {
	font-size: 19px;
	font-weight: bold;
	color: #ff0000;
}

.starshowcase {
	border: 2px solid #000080;
}

#footer{
	text-align: center;
	font-size: 8pt;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}