/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	background-color: #A2AFB9;
}

#wrap {
	width: 770px;
	background-color: #FFFFFF;
	position: relative;
}



/*  ------    THE HEADER    ---------*/


#header {
	height: 190px;
	margin-left: 20px;
	margin-right: 20px;
}

.topCut {
	height: 48px;
	background-image: url(../images/top_cut.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#header .logo {
	width: 199px;
	text-align: right;
	float: left;
}

#header .title_newsletter {
	width: 510px;
	float: right;
	font-size: 18px;
}

#header .block_newsletter {
	padding-top: 43px;
}

.printPage {
	text-align: right; 
	padding: 10px 4px 4px 0;
}
.printPage a:link, .printPage a:visited {
	border-bottom: 1px solid #FFFFFF;
}
.printPage a:hover {
	border-bottom: 1px solid #667E91;
}



/*  ------    CONTENT    ---------*/

#mainPage {
	width: 730px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.left_col {
	width: 199px;
	float: left;
}
.right_col {
	width: 510px;
	float: right;
}


/*  ------    LEFT COLUMN LATEST CALLS    ---------*/

#calls {
	position: absolute;
	width: 179px;
	background-color: #B3C3CE;
	border-top: 8px solid #000000;
	padding: 10px 15px 25px 10px;
	background-image: url(../../images/calls_cut.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #000000;
}

#calls ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}
#calls li {
	background: url(../images/cross.gif) left top no-repeat;
	padding: 4px 0 0 10px;
	font-weight: bold;
	font-size: 11px;
}
#calls li a:link, #calls li a:visited {
	text-decoration: none;
	color: #000000;
}
#calls li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/*  ------    RIGHT COLUMN    ---------*/

.news {
	border-top: 8px solid #000000;
	padding-top: 15px;
	padding-bottom: 5px;
}

p {
	line-height: 17px;
}

p a:link, p a:visited {
	color: #667E91;
	text-decoration:none;
	font-weight: normal;
}
p a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 -12px 0 !important;
	margin: 0 0 -18px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #667E91;
	margin: 0 0 10px 0;
}

.photo {
	float: left; 
	padding: 0 15px 15px 0;
}
.photoRight {
	float: right; 
	padding: 0 0 15px 15px;
}

.topPage {
	text-align: right; 
	padding: 10px 4px 4px 0;
}
.topPage a:link, .topPage a:visited {
	border-bottom: 1px solid #FFFFFF;
}
.topPage a:hover {
	border-bottom: 1px solid #667E91;
}


.box {
	background-color: #F4F4F4;
	padding: 20px;
	line-height: 17px;
	border-top: 8px solid #000000;
	background-image:url(../../images/editorial_cut.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.box a:link, .box a:visited {
	text-decoration: none;
	color: #667E91;
}
.box a:hover {
	text-decoration: underline;
	color: #667E91;
}
.box p {
	margin-top: 0;
	margin-bottom: 0;
}

p.green {
	color: #667E91;
}

.boxLines {
	background-color: #F4F4F4;
	padding: 0 20px 0 20px;
	line-height: 17px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.footer {
	padding: 20px 0 20px 0;
	font-size: 10px;
}



















