* {
margin: 0px;
padding: 0px;
}

body {
text-align: center;
font-family: Arial;
font-size: 13px;
line-height: 135%;
margin: 0px;
padding: 0px;
background-color: #00237d;
}


h1 {
font-size: 24px;
color:#00237d;
font-weight: normal;
}

hr {
margin-top: 15px;
margin-bottom: 15px;
background-color: 1px solid #aaaaaa;
}

table {
margin: 0px;
padding: 0px;
}
/*===LAYOUT===*/


#wrapper {
width: 1000px;
margin: 0 auto;
text-align: left;
}

#header {
height: 117px;
width: 1000px;
background-color: #ffffff;
}

#page {
width: 1000px;
background-color: #ffffff;
}

#sidebar {
width: 200px;
float: left;
}

.sidelist{
padding-left: 25px;
padding-right: 10px;
font-size: 11px;
}

#nav1 {
z-index: 100;
}

#home_content_wrapper {
float: left;
width: 600px;
margin: 0px;
padding: 0px;
}

#home_content {
width: 560px;
margin: 0 auto;
}


#content_wrapper {
float: left;
width: 800px;
}

#content {
width: 760px;
padding-top: 20px;
margin: 0 auto;
}

#content ul{
margin-left: 50px;
}

#footer_bar {
width: 1000px;
height: 40px;
background-color: #d41521;
line-height: 40px;
font-size: 12px;
}

#footer_bar p{
padding-left: 15px;
}

#footer_bar a{
color: #ffffff;
}

#footer_text {
text-align: center;
font-size: 11px;
color: #000000;
}

.title {
height: 40px;
width: 200px;
background-image: url(../images/vincit/title_bgr.png);
line-height: 40px;
text-indent: 10px;
color: #a6a533;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 16px;
}
.title b{
color: #333333;
}

.fix {
clear: both;
height: 0px;
overflow: hidden;
}

/*===CONTENT SLIDER=== */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 560px; /*width of featured content slider*/
height: 225px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 560px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv img{
width: 560px;
}

.pagination{
width: 560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
}