
body {
	background:#FFFFF;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	line-height:normal;
	margin: 0;
	padding: 0;
	text-align: left;
	direction: ltr;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, input, button, textarea {
	margin: 0;
	padding: 0;
	direction: inherit;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	direction: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px;
	direction: inherit;
}
img {
	border: 0;
}

/* Links */
a, a:visited {
	text-decoration:none;
	color:#003399;
}
a:hover {
	text-decoration:underline;
}

/* Miscellaneous */
.clear {
	display:block;
	clear:both;
}
.pageContainer {
	text-align:left;
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
a.flag {
	background-image:url('/design/images/24a.png');
}
a.flag:hover {
	background-image:url('/design/images/24.png');
}
.header {
	position:relative;
	z-index:2;
	margin:0 10px;
}
.headerMain {
	position:relative;
	height:173px;
	background:url('/design/images/banner-es.jpg') no-repeat 0 0;
}
.headerMain .title {
	position:absolute;
	left:50px;
	top:10px;
	color:#fff;
	font-size:40px;
	visibility:hidden;
	display:none;
}
.headerMain .slogan {
	position:absolute;
	left:52px;
	top:53px;
	color:#fff;
	font-size:14px;
	visibility:hidden;
	display:none;
}

/* Content Wrapper */
.contentWrapper {
	float:none !important;
	width:auto !important;
	min-height:350px;
	padding: 10px;
}

.headerFlags {
	z-index:3;
	position:relative;
	min-height:25px;
	background:url('/design/images/headerMenu1.png') no-repeat 0 bottom;
	text-align:center;
}

.headerMenu {
	position:relative;
	z-index:2;
	background:url('/design/images/headerMenu2.png') no-repeat 0 0;
	height: 30px;
}
.headerMenu ul {
	margin:0 20px;
	height:26px;
}

.headerMenu li {
	float:left;
	height:26px;
	position:relative;
	z-index:1;
}
.headerMenu li a,
.headerMenu li a:visited {
	display:block;
	line-height:26px;
	height:26px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0 8px;
}
.headerMenu li a:hover {
	background:url('/design/images/headerMenu2.png') no-repeat -25px -60px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.headerMenu ul ul {
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#dbdddd;
	border:1px solid #000;
	margin:0;
	z-index:1;
	height:auto;
	padding:0;
}
.headerMenu li li {
	float:none;
	width:180px;
	height:auto;
	background:none;
	padding-right:0;
}
.headerMenu li li a,
.headerMenu li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:164px;
	position:relative;
	color:#333;
}
.headerMenu li li a:hover {
	background:#cacccc;
	color:#333;
}
.headerMenu li:hover ul,
.headerMenu li.jHover ul {
	display:block;
}
.headerMenu ul ul ul,
.headerMenu li:hover ul ul,
.headerMenu li.jHover ul ul {
	top:3px;
	display:none;
	left:175px;
}
.headerMenu li li:hover ul,
.headerMenu li li.jHover ul {
	display:block;
}

.headerMenu li a.homeIcon,
.headerMenu li a.homeIcon:visited {
	background:url('/design/images/headerMenu.png') no-repeat 0 -120px;
	padding-left:26px;
}
.headerMenu li a.homeIcon:hover {
	background:url('/design/images/headerMenu.png') no-repeat 0 -60px;
}

.postTitle {
	font-weight:bold;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
.postHeaderCompact {
	background:url('/design/images/heading.png') no-repeat 0 -120px;
	padding-left:15px;
	margin:0 15px 40px 0;
}
.postHeaderCompact .inner {
	display:block;
	background:url('/design/images/heading.png') no-repeat right -120px;
	padding:0 15px;
	margin-right:-15px;
	position:relative;
}
.postHeaderCompact .postTitle {
	margin-bottom:-30px;
	position:relative;
	z-index:1;
	top:8px;
}
.postHeaderCompact .bottom {
	background:url('/design/images/heading.png') no-repeat 0 -152px;
	padding-left:15px;
	margin-right:30px;
	margin-left:-30px;
	position:relative;
	bottom:-26px;
	height:26px;
}
.postHeaderCompact .bottom span {
	display:block;
	background:url('/design/images/heading.png') no-repeat right -152px;
	padding-right:15px;
	margin-right:-45px;
	height:26px;
	position:relative;
}
.postContent {
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-top:20px;
	margin-right:15px;
	overflow:hidden;
}
.postContent p {
	margin:0 0 15px;
}
.postContent table {
	border-collapse:collapse;
	margin:0px;
	border:0px;
}
.postContent th, 
.postContent td {
	border:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
}
.postContent th {
	background:#e5e5e5;
}
.postContent em {
	font-style:italic;
}
.postContent strong {
	font-weight:bold;
}
.postContent ul,
.postContent ol {
	margin-bottom:15px;
}
.postContent ul ul,
.postContent ol ol {
	margin-bottom:0;
}
.postContent ul li {
	list-style:disc;
	margin-left:25px;
}
.postContent ul ul li {
	list-style:circle;
}
.postContent ul ul ul li {
	list-style:square;
}
.postContent ul ul ul ul li {
	list-style:disc;
}
.postContent ol li {
	list-style:decimal;
	margin-left:25px;
}
.postContent ol ol li {
	list-style:lower-alpha;
}
.postContent ol ol ol li {
	list-style:lower-roman;
}
.postContent ol ol ol ol li {
	list-style:decimal;
}
.postContent h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

/* Footer Style 2 */
.footer2 {
	height:15px;
	width:960px;
	margin:0 auto 0;
	position:relative;
	background:url('/design/images/footer.jpg') no-repeat 0 0;
	text-align: center;
}
.footer2 .copyright {
	color:#fff;
	font-size:11px;
}
.footer2 a {
	color:#fff;
	text-decoration:none;
}
.footer2 a:hover {
	text-decoration:underline;
}

.contentAreaFull {
	float:none !important;
	width:auto !important;
}

input 	   			{direction: inherit; border : 1 solid #2E0352 ; width: 500px; font-weight: normal;height:20px}
input.radio 		{direction: inherit; border : 0 none #000000; width: 20px}
input.checkbox 	{direction: inherit; border : 0 none #000000; width: 15px; background-color: white;}
textarea    		{direction: inherit; border : 1 solid #2E0352; width: 500px; font-weight: normal; height:150px}
.button 				{direction: inherit; font-size:12px; height:20px; width:120px; font-weight:bold; border-width:thin; border-color:#2E0352; text-align:center;}
