/***********************************************/
/* Body elements                               */
/***********************************************/

*
{
padding: 0em;
margin: 0em;
}

body
{
	padding: 35px 0px 35px 0px;
	background-color: #FFFFFF;
}

body,input
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 2.0em;
text-align: justify;
}

/***** END BODY ELEMENTS *****/



/***********************************************/
/* Link elements                               */
/***********************************************/

a
{
	color: #0C3A85;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1 {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #022a6c;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACB9CF;
}

h2 {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #022a6c;
	font-size: 18px;
}

h3 {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #022a6c;
	font-size: 16px;
}

h4 {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #022a6c;
	font-size: 14px;
}

h5 {
	padding-top: 10px;
	padding-bottom: 15px;
	color: #022a6c;
	font-size: 12px;
}


/***** END CLASS ELEMENTS *****/



/***********************************************/
/* Image elements                              */
/***********************************************/

img
{
	border: 1px solid #0B3780;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

img.rightnoborder
{
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.noborder {
border: none;
}

img.album {
float: left;
margin: 0 5px 5px 0;
padding: 5px;
border: none;
}

img.gallery {
float: left;
margin: 0 5px 5px 0;
padding: 5px;
}

/***** END HEADER ELEMENTS *****/



/***********************************************/
/* Layout DIVs                                 */
/***********************************************/

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	z-index: 1;
	background-color: #FFFFFF;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 92%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#sidebar {
	width: 250px;
	float: right;
}

#sidebarcontent {
	padding-right: 5px;
	padding-left: 5px;
}

#sidebarcontent h1 {
	background-image: url(../img/rss.png);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
}

#sidebarcontent ul {
}

#sidebarcontent ul li {
	list-style-image: url(../img/bullet_blue.png);
	list-style-type: circle;
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	margin-left: 20px;
}

#sidebarcontent ul li a {
	text-decoration: none;

}

#sidebarcontent ul li a:hover {
	text-decoration: underline;
}

#sidebarcontent a.rightlink {
	float: right;
	font-size: 11px;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 5px;
}

#sidebarcontent .separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACB9CF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#normalcontent {
	margin-right: 250px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C8D0DF;
	padding-right: 5px;
}

#normalcontent ul {
	margin-bottom: 10px;
}

#normalcontent ul li {
	list-style-image: url(../img/bullet_blue.png);
	list-style-type: circle;
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	margin-left: 20px;
}

#normalcontent ul li a {
	text-decoration: none;

}

#normalcontent ul li a:hover {
	text-decoration: underline;
}

#normalcontent .separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACB9CF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content
{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/***** END MAIN ELEMENT DIVs *****/



/***********************************************/
/* Class elements                              */
/***********************************************/

.contentarea
{
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	padding-right: 1.3em;
}

.date {
	float: right;
	color: #acb9cf;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.error {
font-size: 14px;
font-weight: bold;
color: #990000;
display: block;
margin-top: 10px;
margin-bottom: 20px;
}


/***** END LIST ELEMENTS *****/



/***********************************************/
/* Header DIVs                                 */
/***********************************************/

#header
{
	position: relative;
	width: 100%;
	height: 8.6em;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	background-image: url(../img/header_words.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#header img {
border: none;
}

/***** END SEARCH DIVs *****/



/***********************************************/
/* Menu DIVs                                   */
/***********************************************/

#menu
{
	position: relative;
	height: 95px;
	margin-bottom: 2px;
	background-color: #0c3983;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

#menu ul
{
	position: absolute;
	top: 3.5em;
}

#menu ul li
{
	position: relative;
	display: inline;
	font-size: 15px;
	font-weight: bold;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

/***** END POST ELEMENTS *****/



/***********************************************/
/* Footer DIVs                                 */
/***********************************************/

#footer
{
	position: relative;
	height: 95px;
	clear: both;
	font-size: 11px;
	background-color: #0C3881;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
	color: #FFFFFF;
}

/***** END FOOTER DIVs *****/



/***********************************************/
/* FORM ELEMENTS                               */
/***********************************************/

.formTitle {
background-color: #DBDBDB;
padding: 5px;
font-size: 12px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.formElement {
background-color: #EBECFE;
font-size: 12px;
padding: 5px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.formInputBox {
padding: 2px;
margin-right: 5px;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, sans-serif;	
}

.formButton {
font-size: 12px;
padding: 2px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;		
}

input.submit
{
	border: solid 1px #5F6800;
	font-weight: bold;
	padding: 0.25em;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #0E3A85;
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}


/***** END FORM ELEMENTS *****/



/***********************************************/
/* TABLE ELEMENTS                              */
/***********************************************/

.table {
border: 1px solid #999999;
}

.tableTitle {
background-color: #CED1FD;
padding: 5px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
border: 1px solid #666666;
}

.tableElement {
background-color: #EBECFE;
font-size: 10px;
padding: 5px;
border: 1px solid #666666;
}

/***********************************************/
/* MISC ELEMENTS                              */
/***********************************************/

.download {
	background-image: url(../img/download.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	min-height: 80px;
	padding-left: 15px;
	padding-bottom: 15px;
}
