
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	color: #00007f;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	color: #00007f;
}

a:hover {
	color: #6699CC
	text-decoration: none;
}

.boxed {
	
	font-size: 12px;
		
}

.heading {
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

/* Header */

#header {
	width: 660px;
	height: 260px;
	margin: 0 auto;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 18px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
}

/* Columns */
#box {
	margin: 0 auto;
	width: 1000px;
}
#corpus {
	margin: 0 auto;
	width: 1000px;
}

#left {
	float: left;
	width: 175px;
	
}

#right {
	float: left;
	width: 200px;
	color: #000000;
	font-size: 10px;
	
}


#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}

#center {
	float: left;
	margin: 0 10px 0 10px;
	width: 600px;
	
}

#center ul, #center ol {
	margin-left: 3em;
}
#tab1 {
	float: left;
	color: #000000;
}
#tab {
	padding: 10px 10px 10px 10px ;
	font: #000 ;
	border: 1px ;
	border-color: #ccc ;
	border-style: solid;
	width: 600px;
}
#tab-yellow {
	background-color: #ffff9e ;
		
}
#tab-green {
	background-color: #c8f1e0;	
}
#inform {
	float: left ;
	visibility: hidden;
	background-color: #b3deb3 ;
	width: 60px;
	
}
/* Footer */

#footer {
	background: url(images/img3.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}
#add {
		background-color: #e3e2f9;
		
		padding: 10px;
		padding-bottom: 0px;
		border-style: solid;
		border: 1px;
		border-color: #000;
		background-repeat: no-repeat;
		text-align: right;
		
}
#add_button {
		border: 3px;
		border-color: red;
		border-style: solid;
		
}

#inline {
		padding-bottom: 10px;
		background-image: url(i/inline.gif);
		background-repeat: repeat-x;
		background-position: bottom;
}
.txt_h3 {
		color: #00007f;
		font-size: 10px;
}
.txt_down {
	font-size: x-small;
	text-align: justify;
	border: 0 px;
}