/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0;padding:0px;margin:0px; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

* html body	{
		
		f\ont-size:small;		/*for other IE versions*/
		}
/* Begin Typography & Colors */
p,td {
	font-size:1.0em;
	/*text-indent:1.0em;	/*every paragraph has an indent.*/
	padding:10px 5px 0px 5px;
}
#wrapper p,td a:hover   {
	color:green;
	text-decoration:underline;
}
#text  a:hover {
	color:green;
	text-decoration:underline;
}
#header  a:hover {
	color:yellow;
	text-decoration:underline;
}
p {
	text-indent:1.0em;	/*every paragraph has an indent.*/
}
.index {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	background-color:white;
	width:810px;
}
.index th	{
	font-size:1.0em;
	font-weight:bolder;
	padding:10px;
	border-right: 1px solid #153E7E;
	
}
.indexth1 {
	vertical-align:top;border-bottom:0px solid #153E7E;
}
.indexth2 {
	vertical-align:middle;font-size:1.2em;
}
.index td {
	border-right: 1px solid #153E7E;
	padding:10px;
}
h1	{
	font-size:	3em;
	padding:8px;
	}
h2	{
	font-size:	2.5em;padding:10px 0px 10px 0px;
	}
h3	{
	font-size:	2.2em;padding:10px 0px 10px 0px;
	}	
h4	{
	font-size:	2.0em;padding:10px 0px 10px 0px;
	}
h5	{
	font-size:	1.8em;
	padding:10px 0px 10px 0px;
}
h6	{
	font-size:	1.3em;padding:10px 0px 10px 0px;
}
body {
		width:1024px;font-size: 78%;
		font-family: Verdana, 'Lucida Grande', Arial,  Sans-Serif;
		background: #d5d6d7;
		color: #2B3856;
		margin-left:auto;
		margin-right:auto;
}
.index ul, li {
	padding-bottom:10px;
	list-style-type:none;
}
#header blockquote	{
	padding:4px 5px 4px 7px;
	background-color:white;
	margin:0px 11px 5px 0px;
	color:red;
	border-top:15px solid #2B3856;
	float:left;
}
#head h1 {
	font-size:1.9em;
}
#head span {
	font-size:0.5em;
}
#header	{
	padding:0px 15px 0px 15px;
	background-color:#2B3856;
	border-bottom:1px solid #153E7E;
	margin:0px;
	color:white;
}
#header a {
	color:white;
}

#wrap {
	background-color:white;
	
}
.error	{
	font-size:0.9em;
	font-family:calibri;
	color:red;
	border:2px solid green;
	padding:2px;
	float:right;
	margin-top:-12px;
	margin-right:10px;
	background-color:yellow;
}
.boldred {
	color:red;font-weight:bolder;
}
/* class choices is the td where conversion choices rae made on the index.php */

.choices {
	 vertical-align:top;
}
.choices ul {
	margin-top:2px;padding-left:10px;
}
.choices li {
	padding:3px;
}
.contact {
	 list-style:none;
	 text-align:right;
	 padding:0px;
	 margin:0px;
}
/* class create is the td where creating converter is explained */
.create {
	width:580px;
	vertical-align:top;
}
.create td {
	
}
.create table {
	margin:0px;
}

.real {
	width:100%;
	border:0px;
}
.real th	{
	border:0px;
}
.real td	{
	vertical-align:top;border:0px;

}
.real ol, li {
	 list-style:none;padding:0px;
}
#text {
	margin:0px;padding:15px 30px 0px 30px;text-align:justify;border-top:1px solid #2B3856;clear:both;
}
.footer {
	text-align:center;
	padding:0px 80px 20px 80px;
	background-color:#2B3856;
	color:white;"
}
.left {
	float:left;
}
.justify {
	text-align:justify;
}
.pictureright {
	float:right;
	padding:4px;
	border:1px solid #2B3856;
	margin-left:15px;
}
.pictureleft {
	float:left;padding:4px;border:1px solid #2B3856;margin-right:15px;
}
.google120x600 {
	float:right;border:0px solid #153E7E;width:205px;margin-right:3px;text-align:center;margin-top:20px;
}
/* conversion tables */
.background-switch {
	"background-color:green;color:white;
}
.converter-table {
	background-color:white;margin-top:20px;margin-left:auto;margin-right:auto;
}

.converter-table th {
	border-top:5px solid #5E767E;font-size:2em;text-align:center;padding:7px;color:#2B3856;
}
.converter-table td {
	padding:0px 6px 15px 0px;text-align:center;
}

 .converter-table td,a {
	text-decoration:none;
	text-align:left;
}
.center {
	text-align:center;
}
a hover {
	color:green;
	text-decoration:underline;
}
