/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	text-decoration:none;
	outline:none;
	color:#D3F1E7;
}

a:hover
{
	color:#75E1E3;
	outline:none;
}
/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Verdana;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Verdana; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #D3F1E7;
}

div{
	font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #D3F1E7;
	text-align:justify;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	text-align: center;
}


body{
	margin: 0;
	padding: 0;
	background:#245365 url(../../../graphics/bgTop.jpg) center top no-repeat;	
}

#a1{
	width: 901px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
	position:relative;
}

html>body #a1{ 
	height: auto;
}

#top
{
	height:25px;
	padding:4px 10px 0px 10px;
}

#top div
{
	color:#000;
}

#banner
{
	height:190px;
}

#footer
{
	width:100%;
	background:url(../../../graphics/bgFooter.jpg) center no-repeat;
	height:120px;
}

#left
{
	width:213px;
	float:left;
}

#right
{
	width:677px;
	float:right;
	min-height:500px;
	overflow:hidden;
}

.menu,.menu_p
{
	background:url(../../../graphics/a_bg.png) no-repeat;
	text-align:center;
	width:213px;
	padding-top:9px;
	height:23px;
	display:block;
	font-size:12px;
	font-family:Verdana;
	color:#fff;
	margin-bottom:4px;
}

.menu_p
{
	margin-bottom:8px;
}



.sub_menu
{
	background:url(../../../graphics/sub_bg.png) repeat-y;
	text-align:left;
	padding-left:20px;
	display:block;
	width:193px;
	padding-top:0px;
	padding-bottom:8px;
	font-size:11px;
	font-family:Verdana;
	color:#fff;
}


.content
{
	background:url(../../../graphics/bg_content.png) top no-repeat;
	width:601px;
	padding:25px 38px;
}

.btmContent
{
	background:url(../../../graphics/bg_content.png) 0px -1650px no-repeat;
	width:677px;
	height:10px;
}

* html .btmContent
{
	display:none;
}


.dogo
{
	color:#D3F1E7;
	display:block;
	float:right;
}

.title
{
	display:block;
	font-size:14px;
	color:#fff;
	padding-bottom:30px;
}

.line
{
	background:url(../../../graphics/line.gif) center center no-repeat;
	height:50px;
}

.images a
{
	display:block;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	margin:0px 10px;
	border:5px solid #719d9e;
	background:#fff;
}

.images a:hover
{
	border:5px solid #fff;
}

table
{
	
	border-collapse:collapse;
}

table td
{border:1px solid #fff;}
