/* CSS Document

Font are resized in the other .css files */


*/

* { padding: 0; margin: 0; }

body{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;}
	
.liststyle {
	list-style:disc;
	display:list-item;}

.liststylecircle {
	list-style:circle;
	display:list-item;}
	
.text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:	14px;
	text-align: left;
	color: #000;}
	
.header1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:	large;
	font-size:	26px;
	font-weight: bold;}
	
.header2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;}	
	
.header3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;}	
	
#container{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-color: #fff;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}
	
#container2{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-color: #fff;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	height: 400px;
}	
	
#braid{
	color: #fff;
	width: 780px;
}

#header{
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	ont-weight: bold;
	text-align: center;
	background-color: #fff;
	color: #0099cc;
	width: 740px;}
	
#navcontainer ul{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #0099cc;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;}

li {display: inline;}
li a{text-decoration: none; background-color: #0099cc; color: #FFF; padding: .2em 1em; border-right: 1px solid #fff;}
li a:hover{background-color: #0099cc; color: #fff;}	

#redline{
	background-color: #cc0000;
	height: 2px;
	width: 780px;}

#blueline{
	background-color: #0099cc;
	height: 2px;
	width: 780px;}	
	
#whiteline{
	background-color: #fff;
	height: 2px;
	width: 780px;
}		
	
#sizer{
	margin: 0 auto;
	background-color: #fff;
	text-align: right;
	width: 780px;
	text-align: bottom;
	font-size: 14px;}
	
#sizer2{
	margin: 0 auto;
	margin-top: 150px;
	background-color: #fff;
	text-align: right;
	width: 780px;
	text-align: bottom;
	font-size: 14px;}	
	
.small_font{font-size: 14px; color: #000;}
.medium_font{font-size: 17px; /* get this value from medium-fonts.css - body tag */}
.large_font{font-size: 20px; /* get thsi value from large_fonts.css - body tag */}
.x_large_font{font-size:x-large;}
.xx_large_font{font-size:xx-large;}		
	
#left{
	padding: 10px;
	width: 180px;
	background-color: #fff;
	float: left;}
	
#left2{
	margin-right: 10px;
	padding: 10px;
	width: 365px;
	float: left;}	
	
#right{
	padding: 10px;
	width: 560px;
	background-color: #fff;
	float: left;}

#right2{
	padding: 10px;
	width: 365px;
	background-color: #fff;
	float: left;}
	
#right3{
	padding: 10px;
	width: 760px;
	background-color: #fff;
	float: left;
	line-height: 1.3em;
}
	
#footer{
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
	width: 780px;}
	
a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #CC0000;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #0099CC;}
a:active {text-decoration: none;}
	
a.main {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #CC0000;}
a.main:link {text-decoration: none;}
a.main:visited {text-decoration: none;}
a.main:hover {text-decoration: none; color: #0099CC;}
a.main:active {text-decoration: none;}

a.index {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #CC0000;}
a.index:link {text-decoration: none;}
a.index:visited {text-decoration: none;}
a.index:hover {text-decoration: none; color: #0099CC;}
a.index:active {text-decoration: none;}

a.sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; text-indent: 10px;}
a.sub:link {text-decoration: none; text-indent: 10px;}
a.sub:visited {text-decoration: none; text-indent: 10px;}
a.sub:hover {text-decoration: none; color: #0099CC; text-indent: 10px;}
a.sub:active {text-decoration: none; text-indent: 10px;}
