/********************/
/* BODY TAG */
body {
        margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
        padding: 0px;
        background-color: #2D307B
}

/********************/
/* TOP SECTION */

div#logoline {
	height: 85px;
	background-color: #2D307B;
}

div#flagcontainer {
	position: relative;
	height: 25px;
	background: #8784C6;
}

div#flagleft {
	position: absolute;
	left: 0;
	width: 50%;
}

div#flagright {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: right;
}

/********************/
/* MAIN SECTION */

div#maincontent {
	width: 100%;
	background: #e9e9f8;
}

div#leftmainpage {
	display:table;
	height:200px;
	width: 70%;
	padding-top: 7px;
	padding-bottom: 7px;
}

div#rightsidebar {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 30%;
	padding-top: 7px;
	padding-bottom: 7px;
}

/********************/
/* FOOTER SECTION */

div#footertextcontainer {
	background-color: #8784c6;
	position: relative;
	height: 18px;
	font-size: 9px;
	color:#ffffff;
	font-style:italic;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#footertextleft {
	position: absolute;
	left: 0;
	width: 33%;
	text-align: center;
}

div#footertextcenter {
	position: absolute;
	left: 33%;
	width: 33%;
	text-align: center;
}

div#footertextright {
	position: absolute;
	right: 0;
	width: 33%;
	text-align: center;
}

div#footerbottomline {
	background: #2D307B;
	height: 3px;
	width: 100%;
	padding: 0px;
}

/********************/
/* TEXT FORMATTING */

p {
	margin-left: 3%;
	margin-right: 3%;
	font-size: 13px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:justify
}

a:link {
	text-decoration: none;
	color:#3300CC
}

a:visited {
	text-decoration: none;
	color:#3300CC
}

a:hover {
	text-decoration: none;
	color:#0066FF
}

.content {
	font-size: 13px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:justify
}

.contentcentered {
	font-size: 13px;
	font-family: "Trebuchet MS", "Verdana", sans-serif; 
	text-align:center
}

.contentheading {
	font-size: 18px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:center;
	font-weight:bold
}

.contentheadingleft {
	font-size: 18px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:left;
	font-weight:bold
}

.contentleft {
	font-size: 13px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:left
}

.contentright {
	font-size: 13px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:right
}

.contentlinks {
	font-size: 14px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:left;
}

/********************/
/* HOME PAGE FORMATTING */

.clock {
	font-size: 16px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align:center;
	font-style:italic;
}

div#webcamcontainer {
	position: relative;
	height: 150px;
	font-size: 12px;
	font-family: "Trebuchet MS", "Verdana", sans-serif; 
	text-align:center;
	font-weight: bold;
}

div#webcamleft {
	position: absolute;
	left: 0;
	width: 50%;
	text-align: center;
}

div#webcamright {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: center;
}

/********************/
/* ABOUT PAGE FORMATTING */

div#formcontainer {
	position: relative;
	height: 280px;
}

div#formleftcolumn {
	position: absolute;
	left: 0;
	width: 50%;
	text-align: right;
	line-height: 19px;
}

div#formrightcolumn {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: left;
	line-height: 14px;
}

/********************/
/* MAILING LIST PAGE FORMATTING */

div#formholder {
	position: relative;
	background-color: #ffffff;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	padding: 1px;
}
