 /* ----- Global properties declaration ----- */
body {
	/*font-family:Tahoma,Helvetica,Sans-serif;*/
	font-family: Verdana;
	margin: 0px auto;
	font-size: 10px;
	color: #000;
	line-height:16px;
	width:850px;
}

/* ----- Table Properties ----- */
td {
	/*font:12px Helvetica, Tahoma, sans-serif;*/
	font: 12px Verdana;
	line-height:16px;
	padding:0px;
    text-align:justify ;
}

/* ----- Generic Links ----- */
a:link, a:visited {
	color: #CA3632;
	text-decoration:underline;
}

a:hover {
	color:#000099;
}

p{
	margin: 15px 0px;
	line-height:18px;
}

sup{
	vertical-align:sup; 
}

/* --- Contextual IDs / Selectors */
h1 {
	font-weight:bold;
	font-size:140%;
	/*color:#75A1D0;*/
	color:#A5A857;
	margin: 0px;
	padding-bottom:5px;
}

h2 {
	font-weight: bold; 
	font-size:110%;
	/*color:#27408B;*/
	color:#000000;
	margin: 0px; 
}

h3 {
	font-weight: bold; 
	font-size:103%;
	color:#003b63;
	margin: 0px; 
	line-height:15px;
}

h4{
	font-weight: normal; 
	font-size:80%;
	color:#000000;
	margin: 0px;
	padding-bottom: 12px;
	line-height:15px;
}

ul {
	margin:10px 0px;
	padding: 0px;
	list-style-position:outside;
}

ul {
	list-style-type:none;
}

ul li {
	margin:20px 5px;
}

#top_red {
	vertical-align:top;
	text-align:right;
	padding-right:10px;
	color:#ffffff;
	padding-bottom:15px;
	width:850px;
	background: url(../images/top_red.jpg) repeat-x;
}

a.email:link, a.email:visited {
	color: #ffffff;
	font-size:11px;
	text-decoration:none;
}

a.email:hover {
	color:#000099;
}

.content {
	vertical-align:top;
	width:850px;
	height:600px;
}

/**.body .content {
	height:auto;
	min-height:600px;
}*/

html>body .content {
	height:auto;
	min-height:600px;
}

.content_left {
	vertical-align:top;
	width:200px;
}

.content_right {
	vertical-align:top;
	width:650px;
	height:600px;
	margin-top:8px;
}

/**.body .content_right {
	vertical-align:top;
	height:auto;
	min-height:600px;
}*/

/*firefox*/
html>body .content_right {
	vertical-align:top;
	height:auto;
	min-height:600px;
}

.sub_red_1 {
	float:left;
	width:8px;
	vertical-align:top;
	background: url(../images/sub_red.jpg) repeat-x;
}

.sub_red_2 {
	float:right;
	width:182px;
	vertical-align:top;
	background: url(../images/sub_red.jpg) repeat-x;
}

.sub_line {
	float:left;
	vertical-align:top;
	height:150px;
	background: url(../images/sub_line.jpg) center repeat-y;
}

*.body .sub_line {
	height:auto;
	min-height:150px;
}

.sub_line2 {
	float:left;
	vertical-align:top;
	height:350px;
	background: url(../images/sub_line.jpg) center repeat-y;
}

*.body .sub_line2 {
	height:auto;
	min-height:350px;
}

#menu {
	width:182px;
	height:180px;
	float:right;
	text-align:left;	
	background-color:#EEF1D4;
}

*.body #menu{
	height:auto;
	min-height:150px;
}

a.menu_link:link, a.menu_link:visited {
	padding-left:10px;
	color: #CA3632;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a.menu_link:hover {
	color:#000099;
}

#flag {
	float:right;
	text-align:left;
	padding-right:15px;
	padding-top:20px;
}

#bottom_red {
	margin-top:10px;
	vertical-align:top;
	width:850px;
	height:10px;
	background: url(../images/bottom_red.jpg) repeat-x;
}

.footer_right {
	padding-top:5px;
	float:right;
	text-align:right;	
}

.footer_left {
	padding-top:5px;
	float:left;
	text-align:left;	
}

