a , a:visited {
text-decoration : underline; 
color : #5675a5; 
} 

a:hover {
color : black; 
} 



body {
border : 1px solid #006600; 
} 

.border {
border : 1px solid #006600; 
} 

.left {
float : left; 
} 

.right {
float : right; 
}
 
.scroll {
overflow : auto; 
} 

.wrapper {
width : 100%; 
}


 
.title {
background-color : #006600; 
border : 1px solid black; 
}

.header {
color : #FFFFCC; 
font-family : verdana; 
text-align : left; 
font-size : 190%; 
font-weight : bold; 
} 

.header2 {
color : #FFFFCC; 
font-family : verdana; 
text-align : left; 
font-size : 140%; 
font-weight : bold; 
}

.header3 {
color : black; 
font-family : verdana; 
text-align : center; 
font-size : 160%; 
font-weight : bold;
text-decoration : underline; 
}

.bold {
color : black; 
font-family : verdana; 
text-align : center; 
font-size : 190%; 
font-weight : bold; 
} 

.normal {
color : black; 
font-family : verdana; 
text-align : justify; 
font-size : 125%; 
} 

.center {
color : blue; 
font-family : verdana; 
text-align : center; 
font-size : 140%; 
font-weight : bold;
} 

.normal2 {
color : black; 
font-family : verdana; 
text-align : center; 
font-size : 130%; 
}

.copyright {
color : black; 
font-family : verdana; 
text-align : center; 
font-size : 90%; 
} 

body {
font : 0.8em "Trebuchet MS"; 
background-color : #eeeeee;
border : 1px solid #5675a5;  
} 

.subtitle {
color : #FFFFCC; 
font-weight : bold; 
font-size : 150%;
align : left; 
} 

.subtitle2 {
color : navy; 
font-weight : bold; 
font-size : 150%;
align : left; 
} 

.content {
padding : 20px; 
font-size : 100%; 
padding : 0; 
margin : 0; 
border : 1px;
background-color: #eeeeee; 
}
 
.content.padleft {
padding-left : 180px; 
} 
.content.padright {
padding-right : 180px; 
} 

.sidebar {
width : 150px; 
height : 400px; 
background-color : #006600; 
color : white; 
font-weight : bold; 
padding : 10px 0 5px;
border : 1px solid #5675a5;  
} 

.sidebaritem {
width : 130px; 
background-color : #FFFFCC; 
color : #5675a5; 
border : 1px solid; 
font-size : 14px; 
padding : 2px; 
margin-bottom : 3px; 
}

.sidebaritem2 {
width : 130px; 
background-color : white; 
color : #5675a5; 
border : 1px solid #5675a5; 
font-size : 14px; 
padding : 2px; 
margin-bottom : 3px; 
}

 
.horiz {
color : #4b1a95; 
font-weight : bold; 
width : 124px; 
float : left; 
text-align : center; 
} 
.sidebaritem.first {
margin-top : 10px; 
} 
.footer {
background-color : #006600; 
font-size : 70%; 
text-align : center; 
} 
