<!-- VERSION: 1.0 -->

<!-- TPL BEGIN: CSS -->

.do_not_delete {}

.template_marker {
margin-top:50px;
margin-bottom:20px;
padding:5px 5px 5px 5px;
border:1px solid #000000;
background-color:#FFFFFF;
background-color:#FFFF00;
color:#003399;
clear:both;
width:90%;
text-align:center;
font-weight:bold;
margin-left:auto;
margin-right:auto;
}

/* TEMPLATE ITSELF
---------------------------------------- */

body {
	padding:0;
	margin:0;
	background: url('images/background.gif');
	background-repeat:repeat-x;
	background-color:#4494B9;
	text-align:center;
}

html, body {height:100%}

/* [HEAD] */

.header {
	background:#FFFFFF;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	margin:auto;
	height:110px;
	min-height:0;/* ie 7 haslayout fix */
	width:944px;
}

/* mac hide \*/
* html .header{height:110px;he\ight:110px}/* height needed for ie to force layout*/
/* end hide*/


/* [MENU-HOLDER] */


/* [BACKGROUND] */

.bg_structure {
	margin-left:15px;
	margin-right:17px;
	margin-top:5px;	
}

* html .bg_structure {
	height:1%;
	margin-bottom:12px;
}/* combat IE's 3 pixel jog */



#outer {
	min-height:100%;
	background:#F8E7EC;
	margin:auto;
	margin-bottom:-73px;
	color: #000000;
	width:960px;
	background-image:url('images/background_main2.gif');
	background-repeat:repeat-y;
}

* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/


/* [SIDEBARS-CONTENT] */

.box_left {
	width:195px;
	float:right;
	padding-bottom:5px;
	margin-right:2px;
}

.box_mid {
}

.box_right {
	width:295px;
	float:right;
	padding-bottom:5px;
	margin-right:2px;
}

/* [BOXES, for CONTENT (MID) AND SIDEBAR (BOX)] */

.box{
	width:100%;
	background-color:#F6F6F6;
	border: 1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background-image:url('images/fademenu.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:left;	
}

.box_mid .box {
	background-image:none;
}



/* [TITLES, H2 BELONGS TO SIDEBAR-BOX TITLES, BOXTEXT is the text inside the sidebar-box, boxtitle is a sub-title of the box ] */


h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#6795AA;
	margin-bottom:5px;
	padding: 0px 5px 5px 5px;
	margin-top:0px;
	padding-bottom:2px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

.box_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	padding: 0px 5px 5px 5px;
}

.box_title {
}


/* [TITLES, OTHERS] */

/* [TOP_IMAGE_BOX] */

#top_image_box .box {
	margin-bottom:10px;
	border:1px dotted #CCCCCC;
	
}

#top_image_box .box top_image_box_image {
	text-align:center;
}


/* [ADVERTISEMENT] */

.advertisement{
	margin-top:5px;

}

.advertisement .box h2 {
	border:0px;
	padding-left:5px;
}


/* [INPUTS BOXESTEMPLATES/MESSAGES] */

#contentboxed {
	width:100%;
	background-color:#F6F6F6;
	border: 1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#contentboxed #title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#6795AA;
	margin-bottom:5px;
	padding: 0px 5px 5px 5px;
	padding-bottom:2px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}

#contentboxed #text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	padding: 5px;
	line-height:15px;
}






.tags {
	margin-top:10px;
	padding:5px;
	display: inline;
	border:1px solid #CCCCCC;
}
	


/* [MESSAGES] */

#message_box {
}

#message_box #contentboxed {
}

#message_box #contentboxed #title {
}

#message_box #contentboxes #text {
}


/* [OTHERS] */

.regularul {
	list-style:none;
	padding:0;
	margin:0;
	padding-left:5px;
}

.regularli {
	font-family:Arial,Helvetica,sans-serif;
	margin-left:0px;
	text-align:left;
	background-image: url('images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em; 
	margin-top:2px;
}
.regularli a {
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	text-decoration:none;
	font-size:12px;
	text-align:left;
}

.regularli a:hover {
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	text-decoration:underline;
	font-size:12px;
	text-align:left;
	background-image: url('images/arrow_left.gif');
	background-repeat: no-repeat;
	background-position:right;
	padding-right:7px;
}



/* [FOOTER] */

#footer {
	clear:both;
	height:50px;
	background-color: #F5F5F5;
	color: #000000;
	text-align:right;
	margin:auto;
margin-top:40px;
	position:relative;	
	width:960px;
	background-image:url('images/background_main2.gif');
	background-repeat:repeat-y;
	border-top:none;
}

* html #footer {/*only ie gets this style*/
\height:62px;/* for ie5 */
he\ight:60px;/* for ie6 */
}

#footer #content{
	display:block;
	padding-top:5px; 
	padding-right:10px; 
	border-top: 1px solid #CCCCCC; 
	margin-left:8px;
	margin-right:8px;
}

#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/

/* [CUSTOM NEWS] */


/* COMMENTS STYLES
---------------------------------------- */


#CommentsBox	
{
	display:block;
	padding: 0px 5px 5px 5px;
	margin-top:15px;
}
#CommentsBox #titles
{
	float:left;
	width:49.7%; 
	text-align:left;
	border-bottom:1px solid #CCCCCC;
	background-color:#F6F6F6;
}
#CommentsBox #boxoftext
{
	background-color:#EBEBEB;
	text-align:left; 
	padding-top:15px;
	padding-bottom:15px; 
	width:95%;
	margin:auto;
	
}
#CommentsBox #boxoftext:hover
{
	background-color:#E1E1E1;
	cursor:pointer;
}

#CommentsBox #boxoftext #textonit
{
	padding-left:5px;
	padding-right:5px;
	margin:auto;
}

#CommentsBox .quickreplytextbox
{
	width:100%;
}
#CommentsBox .quickreplytextbox:hover
{
	width:100%;
	height:200px;
}


#CommentsBox #roundend{ margin: 30px auto 50px auto;width:500px;}
b.rbottom{display:block;background:#FFFFF}
b.rbottom b{display:block;height: 1px;overflow: hidden; background: #EBEBEB;}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rbottom b.r4{margin: 0 1px;height: 2px}

      


/* GENERAL TEMPLATE
---------------------------------------- */

a{
text-decoration:none;
color:#6795AA;
}
a:hover{
color:#0099FF;
}
.text{
font-family: Arial, Helvetica, sans-serif; 
font-size:11px;
}

#title {
padding:5px;
}
#text { 
padding:5px;
}

/* widgets dates */

.box_bottom_date{
	font-weight:bold;
	margin-top:10px;
}

/* search results */

.textdotted
{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-style:dotted;
	
}
.textdotted:hover
{
	background-color:#E1E1E1;
	cursor:pointer;
}

/* MAIN CONTENT: Legends  */



.more_details {
	position:absolute;
	font: normal 10px/12px verdana;
	text-align:right;
	padding-left:97%;
	text-decoration:overline;
}

.more_details_text {
	font: normal 10px/12px verdana;
	text-align:left;
	border-top: 1px solid #000000;
	margin-top:10px;
	padding-top:10px;
}

label {
	cursor: pointer;
	font-size: 0.85em;
	padding: 0 5px 0 0;
}

/* MAIN CONTENT: Legends orders, left and right */
dl {
	margin-bottom: 10px;
	font-size: 0.85em;
	clear:both;
}

dt {
	width: 45%;
	max-width: 45%;	
	text-align: left;
	border: none;
	baorder-right: 1px solid #CCCCCC;
	padding-top: 3px;
}

dd {
	margin: 0 0 0 45%;
	padding: 0 0 0 5px;
	border: none;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
	font-size: 1.00em;
	padding-top: 3px;
}

/* MAIN CONTENT: Legends inside links colors */

dl:hover dt, dl:hover dd {
	border-color: #666666;
}

dl dd label:hover {
	color: #BC2A4D;
}

/* MAIN CONTENT: Legends , dd in next line full */

dd.full {
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 3px;
	text-align: center;
	width: 100%;
}

/* MAIN CONTENT: Legends , p tag to use buttons */

fieldset.quick, p.quick {
	margin: 0 0 5px;
	padding: 5px 0 0; 
	border: none;
	background-color: transparent;
	text-align: right;
}


/* MAIN CONTENT: EXTRAS */

.main_subtitle{
	border-left:1px solid #327AA5;
	padding-left:10px;
}

dd label {
	font-size: 1.00em;
	white-space: nowrap;
	margin: 0 10px 0 0;
	color: #4A5A73;
}
dt label {
	font-size: 1.00em;
	text-align: left;
	font-weight: bold;
	color: #4A5A73;
}
dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.00em;
}

dt {
	float: left;
	width: auto;
}


dd { color: #666666;}
dt span { padding: 0 5px 0 0;}
legend { top: -1.2em; }

.input_box {
	width:83%;
}


      

/* General markup styles
---------------------------------------- */









#clearleft {clear:left;}

#main_content {
	clear:both;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
}



/* Fix for IE6 and after IE7*/
*html #main_content #right_bar { margin-right:0px; }
#main_content #right_bar { *margin-right:0px; }




#main_content .contentboxedOutter .box{
	width:100%;
	float:left;
	background-color:#F6F6F6;
	border: 1px solid #CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	background-image:none;
}

#main_content .contentboxedOutter .box div{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	line-height:15px;
}

#main_content .contentboxedOutter .box h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#6795AA;
	margin-bottom:5px;
	padding: 0px 5px 5px 5px;
	padding-bottom:2px;
	text-align:left;
	border-bottom:1px solid #CCCCCC;
}






#main_content #right_bar #bar #text label {
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	text-decoration:underline;
	font-size:12px;
	text-align:left;
	padding-right:7px;
	padding-bottom:50px;
	margin-bottom:40px;
	cursor:pointer;
}

#main_content #top_content{
	margin:0;
	padding:0;
	padding: 1px 1px 1px 1px;
	float:left;
	background-color:#EBEBEB;
	border: 1px solid #CCCCCC;
	width:608px;
	overflow:hidden;
}

#main_content #contenttext{
	margin:0;
	padding:0;
	float:left;
	width:610px;
	text-align:left;
	margin-top:10px;
}
.contentboxedOutter{
	width:610px;
	float:left;
}



#delimiter{
	width:100%;
	border-top: 1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
}






.container_box{
list-style:none;
padding:0;
margin:0;
}















/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	height:28px;
	position:relative;
	margin-left:15px;
	margin-right:15px;

	border-bottom:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	background-image:url('images/menubg.gif');
	background-repeat:repeat;
}
/* Fix for IE7 for the width menu bar, IE6 wont read it, firefox will but wont accept the * */
.menu, a > a {
	*width:825px;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style:none;
}

/* menu horizontal */
.menu li {
	position:relative;
	border-left:1px solid #D2D2D2;
	display:block;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	height:28px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
/* style the links for the top level */
/* menu horizontal select */
.menu a, .menu a:visited {
	line-height:19px;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin:0pt;
	padding:7px 10px 5px 10px;
	text-align:left;
	background-image:url('images/menubg.gif');
	background-repeat:no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */



.menu ul li:hover > a{
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0pt;
	text-align:left;
	padding:7px 10px 5px 10px;
	background-image:url('images/menuhover.gif');
	background-repeat:repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#33FF00;
}

/* fix for IE6, previous css wont work with >a so IE6 reads this well and FF ignore it */
.menu a:hover{
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0pt;
	text-align:left;
	padding:7px 10px 5px 10px;
	background-image:url('images/menuhover.gif');
	background-repeat:repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#33FF00;
}
/* fix for IE6, previous css wont work with >a so IE6 reads this well and FF ignore it */

.menu ul ul {
	width:149px;
}

.menu ul ul a , .menu ul ul a:visited{
	background:#E8E8E8; 
	width:128px;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	border: 1px solid #CCCCCC;
}


.menu ul ul :hover > a {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0pt;
	text-align:left;
	padding:7px 10px 5px 10px;
	background-image:url('images/menuhover.gif');
	background-repeat:repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#33FF00;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#E8E8E8; 
	width:128px;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	border: 1px solid #CCCCCC;
	background-image:url('images/arrow_right.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.menu ul ul :hover > a.drop {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0pt;
	text-align:left;
	padding:7px 10px 5px 10px;
	background-image:url('images/menuhover.gif');
	background-repeat:repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#33FF00;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#E8E8E8; 
	width:128px;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	color:#6795AA;
	border: 1px solid #CCCCCC;
}
/* style the third level hover */
.menu ul ul ul :hover > a.drop {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0pt;
	text-align:left;
	padding:7px 10px 5px 10px;
	background-image:url('images/menuhover.gif');
	background-repeat:repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#33FF00;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:149px;
	}
	
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menuhs/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menuh {
font-size:90%;
text-align:right;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuh ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:100%;
}
/* style the list items */
.menuh li {
background:#E8E8E8;
height:26px;
/* for IE7
float:left;
taken away to fix menu
*/
}
.menuh li.sub {
background:#d4d8bd url(sub.gif) no-repeat right center;
background:#E8E8E8;
} 

/* get rid of the table */
.menuh table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menuh a, .menuh a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:173px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 1px;
padding-right:10px;
}
/* hack for IE5.5 */
* html .menuh a, * html .menuh a:visited {width:173px; w\idth:172px;}
/* style the link hover */
* html .menuh a:hover {
	color:#efa; 
	background:#aa7; 
	background-image:url('images/menuhhover.gif');
	background-repeat:repeat-x;	
	color:#000000;
	position:relative;
}

.menuh li:hover {
	position:relative;
	}

/* For accessibility of the top level menuh when tabbing */
.menuh a:active, .menuh a:focus {
	color:#efa; 
	background:#aa7;
}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menuh li:hover > a {
	color:#000000;
	background-image:url('images/menuhhover.gif');
	background-repeat:repeat-x;	
	}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuh li ul {
visibility:hidden;
position:absolute;
top:-20px;
top:-5px;
/* set up the overlap (minus the overrun) */
left:-140px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent;
background:url('images/dropdown_horizontal_submenu.gif');
background-repeat:no-repeat;
}

/* for browsers that understand this is all you need for the flyouts */
.menuh li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menuh ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menuh ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menuh ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menuh ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menuh ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menuh ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menuh ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}


<!-- TPL END: CSS -->
