@charset "utf-8";
/* CSS Document */


/*	the main body style  */
body {
	background-color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

/*  link styles  */

:link, :visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

:link:hover, :visited:hover {
	color: #ccccff;
	text-decoration: none;
	outline: none;
}

:link:active, :visited:active {
	color: #ccccff;
	text-decoration: none;
	outline: none;
}


/*  definitions of the various containers  */
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding-bottom: 10px;
}

#topContainer {
	overflow: hidden;
	background-color: #3355aa;
	width: 100%;
}

#topBar {
	overflow: hidden;
	position: relative;
	background-color: #3355aa;
	width: 720px;
	height: 26px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #ffffff;
}

#topLinks {
	position: relative;
	top: 2px;
	float: left;
	height: 16px;
	width: 640px;
}

#topLinks a
{
	position: relative;
	margin-right: 4px;
	display: block;
	float: left;
	color: #ffffff;
	background-color: #3355aa;
	padding: 1px 8px 3px 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#topLinks a:hover, #topLinks a:active
{
	display: block;
	float: left;
	color: #ffffff;
	background-color: #5577cc;
	padding: 1px 8px 3px 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#topLinks span
{
	position: relative;
	margin: -2px 4px 0 0;
	display: block;
	float: left;
	color: #ffffff;
	background-color: #222222;
	padding: 3px 8px 5px 8px;
	text-align: center;
	text-decoration: none;
	outline: none;
}

#topLanguage {
	position: relative;
	top: 2px;
	float: right;
	width: 80px;
	height: 16px;
	text-align: right;
}

#topLanguage a {
	display: block;
	float: right;
	color: #ffffff;
	background-color: #3355aa;
	padding: 1px 8px 3px 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#topLanguage a:hover, #topLanguage a:active {
	display: block;
	float: right;
	color: #ffffff;
	background-color: #5577cc;
	padding: 1px 8px 3px 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#topLanguage a.facebook {
	display: block;
	background: transparent url(icons/facebook.gif) no-repeat;
	padding: 0;
	margin: 1px 8px 3px 8px;
	width: 85px;
	height: 20px;
}

#topLanguage a.facebook:hover, #topLanguage a.facebook:active {
	display: block;
	background: transparent url(icons/facebook.gif) no-repeat 0 -20px;
	padding: 0;
	margin: 1px 8px 3px 8px;
	width: 85px;
	height: 20px;
}

#quoteContainer {
	width: 342px;
}

#bottomFooter {
	font-size: small;
	color: #ffffff;
	background-color: #3355aa;
	text-align: center;
}

div.twoColumnLayout {
	overflow: hidden;
	position: relative;
	width: 760px;
	text-align: left;
	font-size: 12px;
}

div.twoColumnLayoutLeft {
	float: left;
	width: 376px;
	margin-right: 4px;
}

div.twoColumnLayoutRight {
	float: right;
	width: 376px;
	margin-left: 4px;
}

div.singlePost {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	padding: 0px;
	text-align: left;
}

div.postTitle {
	position: relative;
	background-color: #3355aa;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: large;
	font-weight: bold;
}

div.postAuthorDate {
	position: relative;
	background-color: #5577cc;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.postContent {
	position: relative;
	background-color: #333333;
	color: #ffffff;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	text-align: justify;
	overflow: auto;
}

div.separator {
	position: relative;
	background-color: #222222;
	padding: 0px;
	border: 0px;
	height: 8px;
	font-size: 1px;
}

div.singleRow {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

div.singleRowLeft {
	float: left;
	width: 200px;
	text-align: center;
	position: relative;
}

div.singleRowRight {
	float: right;
	width: 526px;
	text-align: justify;
	position: relative;
}

div.contentSepRow {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

div.contentSepColLeft {
	float: left;
	width: 45%;
	text-align: justify;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
	padding: 0px;
}

div.contentSepColRight {
	float: right;
	width: 45%;
	text-align: justify;
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
	padding: 0px;
}

div.commentTitle {
	text-align: left;
	background-color: #444455;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.noFlow {
	overflow: hidden;
	vertical-align: top;
}

div.rightAlign {
	width: 100%;
	text-align: right;
}

div.leftAlign {
	width: 100%;
	text-align: left;
}

div.centerAlign {
	width: 100%;
	text-align: center;
}

div.centerAlignVarWidth {
	text-align: center;
}

table.contactTable {
	border: solid;
	border-width: 1px;
	border-color: #666666;
	border-spacing: 16px;
}

.postContent :link, .postContent :visited {
	color: #cc6600;
	text-decoration: none;
	outline: none;
}

.postContent :link:hover, .postContent :visited:hover {
	color: #ff9900;
	text-decoration: none;
	outline: none;
}

.postContent :link:active, .postContent :visited:active {
	color: #ffd700;
	text-decoration: none;
	outline: none;
}

p {
	text-align: justify;
	text-indent: 32px;
	padding: 0px;
	margin: 0px;
}

i {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

img {
	position: relative;
	border: 0px;
}

img.paper {
	float: left;
	margin: 0px 10px 10px 0px;
}

hr {
	border-style: solid;
	border-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

input.text {
	background-color: #ffffff;
	color: #000000;
}

input.button {
	background-color: #3355aa;
	color: #ffffff;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #ffffff;
	color: #000000;
}

table.gallery {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

table.gallery tr {
	margin: 0;
	padding: 8px 0;
	border: 0;
	height: 142px;
}

table.gallery td {
	padding: 0;
	border: 0;
	width: 142px;
}

table.gallery a {
	display: block;
	background: #333333 none repeat scroll 0 0;
	border:1px solid #666666;
	padding: 10px;
	vertical-align:middle;
}

table.albumGallery {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

table.albumGallery tr {
	margin: 0;
	padding: 8px 0;
	border: 0;
	height: 142px;
}

table.albumGallery td.pic {
	padding: 0;
	border: 0;
	width: 142px;
}

table.albumGallery td.text {
	padding: 8px;
	border: 0;
	vertical-align: top;
}

table.albumGallery td.pic a {
	display: block;
	background: #333333 none repeat scroll 0 0;
	border:1px solid #666666;
	padding: 10px;
	vertical-align:middle;
}

table.albumGallery td.pic a:hover, table.albumGallery td.pic a:active { border: 1px solid #999999; background: #666666 none repeat scroll 0 0; }

table.gallery a:hover, table.gallery a:active { border: 1px solid #999999; background: #666666 none repeat scroll 0 0; }
table.gallery img { position: static; }

.Unicode {
        font-family: Code2000, "TITUS Cyberbit Basic", "Doulos SIL",
            "Chrysanthi Unicode", "Bitstream Cyberbit",
            "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
            "Lucida Grande", "Arial Unicode MS", "Microsoft Sans Serif",
            "Lucida Sans Unicode";
        font-family /**/:inherit; /* resets fonts for everyone but IE6 */
}

.icon {
	position: static;
	margin-top: 3px;
	margin-bottom: -3px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#linksDiv {
	display: none;
}

span.h6 {
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: lighter;
	font-size: x-small;
}

ul.news {
	padding-left: 0px;
	list-style: none;
}

