/* ======================================================================= */	
/* = Color Guide                                                         = */
/* = 	- primary red:          #D2232A                                  = */
/* ======================================================================= */
/* = Fonts                                                               = */
/* = 	- primary:                                                       = */
/* ======================================================================= */


/* ======================================================================= */
/* = Primary                                                             = */
/* ======================================================================= */

html, body 
				{
					background: url(../images/sitebase/body_bkg.jpg) #FFF repeat-y 50% 50%;
					height: 100%;
					margin: 0;
					padding: 0;
					font-size: 100%;
					line-height: .9em;
				}

body
				{
					font-size: 100%;
				}
				
p 
				{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 0.6875em;
					padding: 0;
					margin: 0;
					color: #939598;
				}
				
a, a:visited				
				{
					border-bottom: 1px dotted #939598;
					color: #939598;
					text-decoration: none;
				}	
				
a:hover
				{
					color: #F8981D;
					border-bottom: 1px dotted #F8981D;
				}
				
#container		
				{
					min-height: 100%;
					height: auto !important 100%;
					height: 100%;
					margin: 0 auto;
					text-align: center;
					width: 1048px;
				}
				
/* ======================================================================= */
/* = Application                                                         = */
/* ======================================================================= */

#application
				{
					height: 758px;
					margin: 0 auto;
					width: 1048px;
				}