/* CSS Document */



html,body 
{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color:#06233d;
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:12px;
color:#999999;

}

#container 
{
position: absolute;
top: 50%;
left: 50%;
margin-top: -265px;
margin-left: -395px;
height: 530px;
width: 790px;

}

a:link { text-decoration:none; font-weight:normal; color:#CCCCCC; }
a:visited { text-decoration:none; font-weight:normal; color:#CCCCCC; }
a:hover { text-decoration:underline; font-weight:normal; color:#99CCFF;}
a:active { text-decoration:underline; font-weight:normal; color:#99CCFF;}

h1 {
text-transform:uppercase;
font-size:14px;
color:#CC0000;
font-weight:normal;
}

h2 {
text-transform:uppercase;
font-size:12px;
color:#CC0000;
font-weight:normal;
}


#text {
line-height:25px;
text-align:justify;
}

#logo {
	position:absolute;
	top:0px;
	right:0px;
	}
	
#slogan {
	position:absolute;
	top:110px;
	left:130px;
	}	

#cont 
{
position:absolute;
top: 100px;
left:0px;
width:790px;
height:210px;
background-color:#FFFFFF;
}

#content 
{
position:absolute;
top: 320px;
left:0px;
width:790px;
height:210px;
}

.flash
{
position:absolute;
top:5px;
left:5px;
width:780px;
height:200px;
overflow:hidden;
}


#menu
{
position:absolute;
top:80px;
left:0px;
color:#CCCCCC;
}

#bottomleft
{
position:absolute;
bottom:0px;
left:0px;
}

#bottom
{
position:absolute;
bottom:0px;
right:0px;
}

#pos0
{
position:absolute;
top:0px;
left:0px;
}

.paginationstyle{ 
width: 200px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ 
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ 
padding: 0 5px;
text-decoration: none;
color: navy;

}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;

}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
cursor: default;
color: #99CCFF;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #99CCFF;

}

.des {
line-height:20px;
color:color:#999999;
}
