/* -- Document Colors --------------
		0a133d = Dark Blue
		cec3dd = Light Purple
		50065d = Purple
		210075 = Blue
		ffba00 = Gold Yellow
		bbbbbb = Light Gray
		464646 = Dark Gray 
--------------------------------- */

/*  General Layout -------------- */

body	{
/*	background: #0a133d url(images/bg_fadeup.jpg) repeat-x fixed left bottom; */
	background: #0a133d url(images/bg_tile_striped.jpg);
	color: #464646;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif
	padding-top: 0px;
	padding-bottom: 0px;
	}

.iframecontent	{
	padding-left: 15px;
	padding-right: 10px;
	}

.padding	{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

/*  Typography -------------- */
	
td	{
	font-size: 11px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
html>td 	{
	font-size:  small;  
	} 

.txttitle	{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #660066;
	font-size: 18px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: large;
	}
	
html>.txttitle {
	font-size: large;  
	} 

.txtsubtitle	{
	text-align: left;
	font-family: Myriad, "Gill Sans", "Trebuchet MS", "Century Gothic", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #464646;
	font-size: 14px;      
	voice-family: "\"}\"";
	voice-family: inherit;   
  	font-size: medium;
	}
	
html>.txtsubtitle {
	font-size: medium;  
	} 
	
.textbold	{
	font-weight: bold;
	}

.textitalics	{
	font-style: italic;
	}
	
.textcopy {
	line-height: 18px;
	font-size: 11px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}

html>.textcopy {
	font-size: small;  
	} 
		
.txttiny	{
	font-size:    10px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: x-small;
	}
	
html>.txttiny {
	font-size:  x-small;  
	} 


/* General linkology -------------- */
a:link, a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #0a133d;
	background: transparent; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #50065d;
	background: transparent; 
	}

a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #50065d;
	background: transparent;  
	}

/* ---------------------------------------------------- 
FOOTER
*/
.footer	{
	text-align: right;
	font-family: Myriad, "Gill Sans", "Trebuchet MS", "Century Gothic", verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 15px;
	color: #bbbbbb;
	font-size: 10px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
html>.footer {
	font-size:  small;  
	} 
	
.footer a:link, .footer a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #bbbbbb;
	background: transparent; 
	}

.footer a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #50065d;
	background: transparent; 
	}

.footer a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #50065d;
	background: transparent;  
	}
/* ---------------------------------------------------- 
NAVIGATION
*/

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#supernav {
	font: bold 9px/9px Verdana, Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif;
	position: absolute;
	left: 50%;
	width: 720px;
	margin: 0 0 0 -360px;
	padding: 25px;
	text-align: left;
	display: block;
	}

#supernav li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	}

#supernav a {
	font-weight: normal;
	height: 19px;	
	text-decoration: none;
	}
	

/* ---------------------------------------------------- 
NAVIGATION
*/

#menu {
	margin: 0;
	padding: 0;
	align: center;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	display: block;
	color: #ffffff;
	background: #50065d;
	width: 100px;
	height: 2em;
	line-height: 2em;
	padding: 0;
	margin: 4px 0 4px 0;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
	font-size: xx-small;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}

html>#menu ul li a  {
	font-size: x-small;   
	} 

#menu ul li a:hover {
	color: #50065d;
	background: #bbbbbb;
	}

#menu a:active	{
	color: #bbbbbb;
	background: #50065d;
	}
.border2px {
	border: 2px #CCCCCC;
}
