﻿
BODY {
	background:				url(../images/gui/bgStart.gif) repeat-x center top;
	height:					100%;
	margin:					0;
	padding:				0;
	background-color:       #0d2646;
}
#pageContentStart {
	width:				788px;
	height:				100%;
	text-align: 		left;
}
#startLogo {
	width:				153px;
	float:              left;
}
#startImageHolder {
	width:				788px;
	height:             253px;
	background-image:   url(../images/gui/bgImageStart.gif);
	float:              left;
}
#startImage 
{
    margin-left:        20px;
    margin-top:         14px;     
	width:				748px;
	height:             220px;
	background-color:   #333;
	float:              left;
	display:            inline;
}



#startContent 
{
    margin-left:        20px;
    margin-top:         14px;     
	width:				600px;
	float:              left;
	display:            inline;
}
#startBigHeader 
{    
	width:				600px;
	float:              left;
	color:              #FFF;
	font-size:          3.0em;
	line-height: 	    1.0em;
}
#startContentText 
{    
	width:				600px;
	float:              left;
	color:              #FFF;
	font-size:          1.2em;
}
table 
{
    width:              100%;
}
td
{
    width:              25%;
}
a.officeLink {
	color:					#FFF;
	font-weight:			bold;
	padding-left:			20px;
	padding-top:			2px;
	text-decoration: 		underline;
	background-image:		url(../images/gui/redArrowStart.gif);
	background-repeat:		no-repeat;
}
a.officeLink:hover {
	color:					#CCC;
}