/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

a:link {
	/*color: #30A6D1;*/
}

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

a:visited {
	/*color: #30A6D1;*/
}
buttons { width: 20em; }

body {
	
	background: #004677 url(images/back_all.gif) repeat-y right;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
	/*background-color: #3399CC;*/
}

#back_all
{
background: url(images/back_all_top.jpg) repeat-y right;
width: 100%;
}

#content
{
	width:1260px;
	margin: 0px auto;
}

#main
{
width: 1014px;
height: 9px;
background: url(images/top1.png) no-repeat;
}

#back
{
width:1004px;
background: url(images/back1.png) repeat-y;
}

#bottom
{
width: 1010px;
height: 10px;
background: url(images/bottom1.png) no-repeat;
}

#header {
	height: 100px;
	text-align: right;
}

#logo {

width: 713px;
height: 50px;
text-align: left;
padding-top: 10px;
padding-left: 20px;
float: left;
}
#logo h1 {
    font-style:oblique;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 1015px;
height: 20px;
float: left;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 150px;
	height: 43px;
        display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 8px;
	background: url(images/button1.png) no-repeat;
        vertical-align:text-top ;
}

#menu a:hover {
	width: 143px;
        height: 43px;
	color: #C2F8FF;
	text-decoration: underline;
	background: url(images/button_r.png) repeat-x;
        }


#right
{
	width: 180px;
	float: left;
        
	/*margin-right: 10px;*/
	margin-left: 15px;
	display:inline;
	position:relative;

}

#right H3
{
width: 215px;
height: 21px;
font-size: 12px;
font-weight: bold;
padding-left: 25px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title1.png) no-repeat;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .title_back
{
background: url(images/title_back1.png) no-repeat;
}
#right .login  a {
   /* color: #30A6D1;*/
    color:#00688B;
   /* display: block;
   /* padding: 0.25em 10px;*/
    font-style:oblique;
}
#right .globalnav
{
/*background: #a30234;*/
background: url(images/title_back1.png) no-repeat;

}
#right .globalnav li{

    padding: 7px;
    padding-left: 20px;
    border-bottom: 1px dotted #2e2304;
    font-weight: bold;
    font-size: medium;
    
}
#right .globalnav li a {
   /* color: #30A6D1;*/
    color:#00688B;
    display: block;
    padding: 0.25em 10px;
    font-style:oblique;
}
#right .globalnav li a:hover, #globalNav li a:focus, #globalNav li.current a {
    color: #30A6D1;
    display: block;
    padding: 0.25em 10px;
}

#right li  {
	padding: 7px;
	padding-left: 20px;
    border-bottom: 1px dotted #2e2304;
}

#right a {
	color: #00688B;
	text-decoration: none;
	color: #00688B;
	font-weight: bold;
}

#right a:hover {
	background-color: #e3e3e3;
}
#right a:visited {
	/*color: #30A6D1;*/
}

#right p
{
font-size: 10px;
padding-left: 10px;
}

.bot
{
padding: 10px;
}


#left
{
width: 720px;
/*margin-left: 10px;*/
margin-right: 10px;
margin-left: 30px;
padding-left: 25px;
float:left;

}
#left a:link {
	/*color: #104E8B;*/
}
#left a:hover {
	/* text-decoration: none;
	color: #FF0000;*/
}

#left H4
{
	margin: 0;
	padding: 10px;
	font-size: 4px;
	color: #ffffff;
	background: url(images/h2.png) no-repeat;
	height: 47px;
	padding-left: 20px;
	padding-top: 5px;
        vertical-align:text-top ;

}

#left H4 a
{
color: #ffffff;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #30A6D1;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #30A6D1;
	font-size: 11px;

}

.date a {
	color: #30A6D1;

}

#footer {
	height: 24px;
	clear: both;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #666666;
}