/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #008ce1;
	margin-bottom: 1px;
}
h1 {
	color: #00eafe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
h2 {
	color: #008ce1;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #000066;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: center;

}

#header {

	width: 812px;

	vertical-align: bottom;
}

#header-title {
	color: white;
	font-size: 450%;
	margin: 0px 0px 5px 5px;
}
#header-subtitle {
	color: white;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

/*.header-left {
	background: #E0E0DF url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #E0E0DF url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #EFEFEF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #EFEFEF url(img/document-right.gif) repeat-y;
}*/

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
/*	background: url(img/foot_bg.jpg); 
	height:34px;	*/
	background: url(img/foot.jpg);
	text-align:center;
	color: white;
	font-size: 10px;
	padding: 7px 0px;
	}
	
	
	
	.footer li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	color:#FFFFFF;
	
}


.footer li a:hover {
	text-decoration: underline;
	color: #FF0000;
}
	
	
	
	
/*
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}
*/
#left-column {
	vertical-align: top;
	background:#01022e;
	width: 240px;
	
}

#document-column {
	vertical-align: top;
	width: 555px;	
	background:#01022e;
	text-align: left;
}

#right-column {
	vertical-align: top;
	width: 5px;
	background:#01022e;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 0px 0px 0px 0px;
	background:url(img/nav_bg.jpg);
	padding: 0px 10px 0px 0px;
	line-height: 26px;
	text-align: left;
	
}


.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: url(img/nav_bg.jpg);
	display: block;
	padding: 0px 0px 0px 50px;
	color: #FFFFFF !important;
}


.navigation li a:hover {
	text-decoration: underline;
	color: #FF0000;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 0px 5px 5px 5px;
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: #bbb4ff;
}
#content a:hover {
	text-decoration: underline;
	color: #5847fc;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: url(img/port_bg.jpg);
	background-repeat:no-repeat;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}

.portlet a:hover{
	color: #0099FF;
} 
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	width: 812px;
	height:10px;
	text-align: right;
	color: gray;
	margin-bottom: 10px;
}
#info a {
	text-decoration: none;
	color: gray;
}
.headerimg
{
width:800px; height:258px;
background:url(img/head.jpg) bottom no-repeat;
}

.menufield
{
height:44px;
width:493px;
background: #ffffff;
}
.searchfield
{
padding-top:8px;
text-align:left;
width:365px;
height:44px;
background: url(img/menu_bg.jpg);
}
/*
.menulist{float:left;width:447px;margin:0 0 0 2px;padding:0px 0px 0px 20px ;list-style:none;  }
.menulist li{padding:0px 7px;border-left: 2px solid #5b5b5b;font-size:13px; display:inline;}
.menulist a{text-decoration:none; font-size:15px;  font-weight:bold;color:#5b5b5b;text-transform:capitalize;}
.menulist a:hover{color:#FF7903;text-decoration:none;}
*/

