/*  ////////////CSS definitions////////////// */

a:link {color: #336688; font-weight: bold; text-decoration: none;}
a:active {color: #336666}
a:visited {color: #336666}
a:hover {color: #333;}

#main {border: 1px solid #000;}
#head {border-bottom: 1px solid #000;}

#navbar {
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; 
	height: 25px;
	border-right: 0px solid #333;
	}

#navbar a {
	float: left; 
	display: block; 
	height: 25px; 
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #ddd;
	background-color:#336688; 
	text-decoration: none;
	line-height: 25px;
	border-left: 1px solid #000;
	border-top: 0px solid #000; 
	border-bottom: 0px solid #000; 
	}
#navbar a.first {border-left: 0px solid #000;}
#navbar a.last {border-right: 1px solid #000;}
#navbar a:hover {color: #fff; background-color: #336666;}

#right {
	border-top: 0px solid #000; 
	border-bottom: 0px solid #000; 
	height: 25px; 
	line-height: 25px;
	display: block;
	width: auto;
	padding-right:5px
	}
#right a {color: #ccc;}

#top {
	border-bottom: 1px solid #000; 
	background-color: #ddd; 
	font-size: 12px; 
	padding-right: 10px;
	font-family: arial;
	color: #555;
	}

#top a {text-decoration: underline;}

#container {
	margin: 7px; 
	border: 2px solid #336688; 
	padding: 5px;  
	background-color: #fff;
	width: 683px;
	margin-bottom: 7px;
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#footer {
	background-color: #eee;
	font-size: 12px;
	text-align: center;
	border: 1px solid #336688;
	padding: 5px;
	}

#footer2 {height: 20px; line-height: 20px;}
#footer2 a {color: #ccc; font-weight: bold; text-decoration: none;}
#footer2 a:hover {color: #999;}

#info {border: 1px solid #999; background-color: #eee; font-size: 12px; padding: 3px;}

.text {font-family: arial; font-weight: bold; color: #333;}
.bold {display: block; border-bottom: 2px solid #336688; font-weight: bold; color: #3366888;}

h2 {
	display: block; 
	height: 30px; 
	line-height: 30px;
	font-weight: bold; 
	font-size: 18px; 
	color: #fff; 
	background-color: #336688;
	text-align: right; 
	padding-right: 10px;
	margin-top: 3px;
	}

#lastcell {border-top: 1px solid #000;}

.text2 {font-family: arial; font-weight: normal}


ol {list-style-image:url(images/point.jpg);}
