/* CSS Document */

/* Main Body Tags */

body {
margin: 0px;
background-color:#CCCCCC;
}

/* Top Image and navigation */

.outer {
background-color: #FFFFFF;
border-left: 1px solid #4A185B;
border-right: 1px solid #4A185B;
padding: 4px;
}
.t1 {
background-image: url(images/954.jpg);
background-repeat: no-repeat;
background-position: center;
height: 116px;
}
.t1-nav {
padding: 7px 0px 0px 10px;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: left;
vertical-align: baseline;
}
.t1-nav a {
text-decoration: none;
color: #FFFFFF;
vertical-align: baseline;
margin-left: 2px;
margin-right: 3px;
}
.t1-nav a:hover {
text-decoration: underline;
color: #FFFFFF;
vertical-align: baseline;
}
/* Main Body Section */

.left {
width: 200px;
vertical-align: top;
padding-left: 2px;
}
.main {
width: 610px;
vertical-align: top;
}
.right {
width: 150px;
vertical-align: top;
padding-right: 2px;
text-align: right;
}

/* Content Containers */

.left-nav, .right-nav {
border: 1px solid #4A185B;
font-family: Tahoma, Verdana, Arial;
}
.left-title {
background-image: url(images/nav.gif);
height: 19px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-indent: 20px;
padding-top: 3px;
}
.right-title {
background-image: url(images/rnav.gif);
height: 19px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-indent: 20px;
padding-top: 3px;
text-align: left;
}
.main-table {
width: 590px;
align: center;
border: 1px solid #4A185B; 
}
.main-title {
background-image: url(images/main.gif);
height: 19px;
text-indent: 25px;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-transform: capitalize;
}
.main-content {
padding: 10px;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
font-weight: normal;
color: #666666;
}
.clips-table {
width: 590px;
align: center;
border: 1px solid #4A185B; 
}
.clips {
padding: 10px;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
font-weight: normal;
color: #666666;
}
.base  {
padding: 10px;
font-family: Tahoma, Verdana, Arial;
font-size: 10px;
font-weight: normal;
color: #666666;
}

/* Link Styles */

.right-nav a {
font-size: 12px;
color: #666666;
text-decoration: none;
display: block;
padding-right: 10px;
}
.right-nav a:hover {
display: block;
background-color: #F8F1FD;
color: #000000;
}
.nodec {
border-bottom: 0px;
text-decoration: none;
}
.main-content a {
color: #4A185B;
text-decoration: none;
/* border-bottom: 1px dashed #4A185B; */
}
.main-content a:hover {
color: #4A185B;
border-bottom: none;
}
.copyright a {
color: #000000;
text-decoration: none;
}

/* Text Styles */

hr {
width: 100%;
color: #CCCCCC;
height: 1px;
}
h1 {
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
color: #FFFFFF;
margin: 0px;
text-transform: capitalize;
padding: 0px;
}
.impact {
font-size: 12px;
font-weight: bold;
color: #4A185B;
padding: 2px;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
}
li {
padding-bottom: 5px;
list-style-image: url(images/li.jpg);
color: #000000;
}
.copyright {
font-family: Tahoma, Verdana, Arial;
font-size: 10px;
color: #000000;
text-align: center;
}
.member {
color: #4A185B;
font-weight: bold;
font-size: 10px; 
}