/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a:link /* unvisited link */
{
  color: #000000;
  text-decoration: underline;
}     
a:visited /* visited link */
{
  color: #000000;
  text-decoration: underline;
}  
a:hover /* mouse over link */
{
  color: #32327D;
  text-decoration: underline;
}   
a:active /* selected link */
{
  color: #000000;
  text-decoration: underline;
}   

body
{
  font-family: Georgia,serif;
  #font: 12px Helvetica, Arial ,times,serif;
  text-align: center;
  #background-color:#2e3556;
}

#header
{
  background-image:url(images/logo-gradient.jpg);
  background-repeat:repeat-x;
  margin:0 auto;
  text-align:center;  
}

#container
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
}

#header h1
{
  margin-bottom: 0px;
  background: transparent url(/images/logo-gradient.jpg) repeat-x 0 0;
}

#sub_header
{
  padding-right: 0;
  background-color: #e1e1e1;
}

#content
{
  width: 800px;
  text-align: left
}

#content h1
{
  padding: 0;
  color: #32327D;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;  
  margin-top: 3px;
}

.lang
{
  float: left;
  margin: 3px;
  padding: 1px;
#  border: 1px solid #000080;
}

#user h2
{
  width: 100%;
  color: #000000;
  text-align: right;
  vertical-align: top;
}

#content h2
{
  font-family: Palatino,Georgia,Helvetica,sans-serif;
  color: #658D5B;
  font-weight: normal;
  font-size: 16pt;
  padding-left: 10px;

}

#sub_header h2
{
  color: #fff;
  font-style: italic;
  font-weight: normal;
  font-size: 11pt;
  margin-bottom: 7px;
}

.help
{
  color: #B5B5B5;
  font-size: 80%;
  font-style: italic;
}

.error_list
{
  color: red;
}

strong
{
  font-weight: bold;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}

.pagenation
{
  text-align: center;
}

#menu
{
  padding: 3px 1px 3px 10px;
  border-top: 2px solid #000080;
  border-bottom: 2px solid #000080;
  background-color: #64951D;
  font-size: 14px;
  font-family: georgia;
}

#menu li
{
  margin-right: 15px;
  display: inline;
}


#menu a:link 
{
  color: #FFFFFF;
  text-decoration: none;
}     
#menu a:visited /* visited link */
{
  color: #FFFFFF;
  text-decoration: none;
}  
#menu a:hover /* mouse over link */
{
  color: #FFFFFF;
#  font-weight: bold;
  text-decoration: underline;
}   
#menu a:active /* selected link */
{
  color: #FFFFFF;
  text-decoration: none;
}   

#footer
{
  width: 800px;
  background-color: #666666;
  text-align: right;
}

#footer p
{
  color:#FFFFFF;
  font-size:12px;  
  font-family: tahoma;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}


#email a:link 
{
  color: #FFFFFF;
  text-decoration: none;
}     
#email a:visited /* visited link */
{
  color: #FFFFFF;
  text-decoration: none;
}  
#email a:hover /* mouse over link */
{
  color: #FFFFFF;
  text-decoration: underline;
}   
#email a:active /* selected link */
{
  color: #FFFFFF;
  text-decoration: none;
} 

.notice
{
  color: red;
  text-decoration: bold; 
}  