@charset "UTF-8";

#all {
	border: 0px;
	width: 1000px;
	height: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	border: 0px;
	position: absolute;
	width: 300px;
	height: 155px;
	top: 0px;
	left: 0px;
	padding:5px;
}

#content_left {
	border: 0px;
	position: absolute;
	width: 190px;
	height: 425px;
	top: 165px;
	left: 92px;
	padding: 0;
}

#content_center {
	border: 0px;
	position: absolute;
	width: 645px;
	height: 535px;
	top: 165px;
	left: 345px;
	padding: 5px;
	overflow-y: hidden;
	overflow-x: auto;
}


#copyright {
	border: 0px;
	position: absolute;
	width: 455px;
	height: 15px;
	top: 680px;
	left: 0px;
	padding: 5px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000000;
    padding: 0px;
    margin-bottom: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

#nav_bar {
	border: 0px;
	position: absolute;
	width: 650px;
	height: 76px;
	top: 79px;
	left: 340px;
	padding: 5px;
}

#nav_bar ul {
    display: inline; 
    padding: 0px; margin: 0px; 
}         
#navbar a { 
    color: #cc3333;
    text-decoration: none;     
}    
#nav_bar li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    line-height: 15px;
    cursor: pointer;
    display: inline;
    float: left; 
    margin: 0; 
    padding-right: 18px;        
    list-style: none; 
}
#nav_bar li ul {
    display: none; 
    width: 100px;
    position: absolute;  
}
#nav_bar li:hover ul {
    display: list-item;
    list-style: none;
} 

.smallCaps {
	font-variant:small-caps;
	text-transform:uppercase;
	color: #cc3333;
	font-size: 9px;
	line-height: 16px;
	font-weight:normal;
	float:left;
}

a:link {
	text-decoration: none; 
	color: #cc3333;
}
a:visited {
	text-decoration: none; 
	color: #cc3333;
}
a:active {
	text-decoration: none; 
	color: #cc3333;
}
a:hover {
	color: #33cccc;
}    
