@charset "utf-8";
/* CSS Document */

/* This section is a CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,   em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset,  label, legend,
 caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}
body {
	line-height: 1;
	background:url(../freedom/resources/bg.jpg);
	color:black;
	font-family:Myriad, Arial, Helvetica;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	color:black;
	
}

/*Page CSS below*/


a {color:black;text-decoration:none;font-weight:bold}
a:hover {text-decoration:underline}

div#con {width:1010px;margin: 0 auto; text-align: left;position:relative; line-height:1.2; }
div#head {margin-top:35px; position:relative; width:100%}
div#search {position:absolute; right:80px; top:0; width:250px; text-align:right;font-size:12px}
div#button {position:absolute; right:-65px; top:26px;}

div#freedom{margin-bottom:20px;}
div#menu {float:left; margin-right:50px;}

div#text{margin-left:400px;border:2px solid black; margin-bottom:100px; width:550px;}
div#texttitle{background:black; color:#F3F3F3;font-size:18px; font-weight:bold; padding:5px;}
div#textinner{padding:10px;}

p {margin-bottom:10px;}


.right {float:right;}
.left {float:left}
.img{float:left; margin:20px;}
.message{font-size:20px; font-weight:bold; width:200px; margin-left:30px; margin-top:50px;background:black; color:white; padding:10px;}

.innercontent{padding:0 15px;}

.green{color:#7BC848}

.title{font-size:16px; font-weight:bold}
.subtitle{font-size:18px; font-weight:bold; margin-top:5px}
