/* CSS Document */
/*GML 2007 - c.2006 CaxiamGroup.com*/

html,body		{
				height: 100%;
				width: 100%;
				padding: 0px;
				margin: 0px;
				background-color: #CCCCCC;
				font-family: Verdana, Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				font-weight: normal;
				color: #CCCCCC;
				}


table, td		{
				border: 0px;
				font-family: Verdana, Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				font-weight: normal;
				color: #000000;
				}
				
img				{
				border: 0px;
				}

#layout			{
				height: 100%;
				width: 850px;
				border-left: 1px solid #FFFFFF;
				border-right: 1px solid #FFFFFF;
				}

#header			{
				height: 113px;
				background-color: #CCCCCC;
				}

#nav			{
				height: 20px;
				background-color: #FFFFFF;
				}

#content		{
				background-color: #FFFFFF;
				}

#content2		{
				height: 100%;
				}
				
.footer_link 	{
				color: #313259;
				font-size:9px;
				}
	

.countdown		{
				font-family: Geneva, Arial, Helvetica, sans-serif;
				font-size: 22px;
				font-weight: bold;
				color: #342C28;
				text-align: center;
				}

.newstitle		{
				font-size: 11px;
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				}
a.newstitle:link,a.newstitle:visited,a.newstitle:active
				{
				color: #FFFFFF;
				text-decoration: underline;
				}
a.newstitle:hover
				{
				color: #FFFFFF;
				text-decoration: none;
				}

.prodesc		{
				padding-top: 10px; 
				font-weight: bold;
				text-align: left;
				width: 150px;
				}


.newspad		{
				font-size: 10px;
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				padding-left: 8px;
				padding-right: 8px;
				}

.contentcell	{
				padding-left: 22px;
				padding-right: 30px;
				}
				
.contentcell2	{
				padding-left: 15px;
				padding-right: 15px;
				}

.contentlink	{
				color: #115D94;
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				}
a.contentlink:link,a.contentlink:visited,a.contentlink:active
				{
				color: #003366;
				text-decoration: underline;
				}
a.contentlink:hover
				{
				color: #1C60A1;
				text-decoration: none;
				}

.gtitle			{
				color: #313259;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 20px;
				font-weight: bold;
				text-transform: capitalize;
				font-stretch: condensed;
				}
				
.mtitle			{
				color: #313259;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 20px;
				font-weight: bold;
				text-transform: capitalize;
				font-stretch: condensed;
				}
				
/*gallery setup styles*/
.galbtm			{
				height: 2px;
				background-image: url(../_hdr/hdr_galbtm.gif);
				background-repeat: repeat-x;
				}

.galcnr			{
				height: 2px;
				width: 2px;
				background-image: url(../_hdr/hdr_galcnr.gif);
				background-repeat: no-repeat;
				}

.galrt			{
				width: 2px;
				background-image: url(../_hdr/hdr_galrt.gif);
				background-repeat: repeat-y;
				}

.galbrd			{
				border: 1px solid #FFFFFF;
				}

/*default link types*/
a:link,a:visited,a:active
				{
				color: #025A9D;
				text-decoration: underline;
				}

a:hover			{
				color: #0B5A99;
				text-decoration: none;
				}
