/*
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: #D2EAFF;
        font-weight: bold;
        
}

a:hover {
	text-decoration: none;
	color: #4C77A2;
}

a:visited {
	color: #D2EAFF;
}

body {
	
	background: #03152B url(images/back_all.gif);
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
}

#content
{
	margin: 0 auto;
	width: 840px;
	border-left: 2px solid #1F3B6D;
	border-right: 2px solid #1F3B6D;
	text-align: justify;
        background: #03152B;
}

#back
{
width: 840px;
}

#header {

	height: 230px;
	text-align: left;		
}

#menu
{
width: 840px;
height: 80px;
	font: 13px Arial, Helvetica, sans-serif;
background: url(images/menu.jpg) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 51px;
        display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 30px;
	background: url(images/button.jpg) no-repeat;

}

#menu a:hover {
	width: 120px;
        height: 51px;
	color: #F1F1F1;
	text-decoration: underline;
	background: url(images/button_r.jpg) no-repeat;
}


#logo {
background: url(images/header.jpg) no-repeat;
width: 810px;
height: 150px;
text-align: right;
padding-right: 30px;
padding-top: 0px;
float:right;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #000000;
}
#logo H2 a
{
font-size: 12px;
}

#left
{
	padding: 0 10px 10px 10px;
	width: 200px;


}

#left H3
{
width: 184px;
height: 45px;
font: 10px;
font-weight: bold;
padding-left: 15px;
padding-top: 7px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.jpg) no-repeat
}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 24px;
	margin-bottom: 16px;
        font-weight: bold;
}

#left li li {
	padding: 4px 10px;
    background: url(arrow.gif) no-repeat left;
}

#left a {
	color: #D2EAFF;
	text-decoration: none;
}

#left a:visited {
	color: #D2EAFF;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
	color: #4C77A2;
}


#left p
{
padding: 10px;
}


#right
{
float: right;
width: 600px;
padding-right: 16px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #6C9CCC;
}

#right ul {
	list-style: none;
}

#right li ul {
	border: 0px;
	margin-left: 64px;
	margin-bottom: 16px;

}

#right li li {
        padding: 4px 10px;
	font: 20px Tahoma, Helvetica, sans-serif;
        background: url(arrow.gif) no-repeat left;
}

#right li {
        padding: 4px 10px;
        margin-left: 16px;
        background: url(arrow.gif) no-repeat left;
}

#left a {
	color: #D2EAFF;
	text-decoration: none;
        font-weight: bold;
}

#left a:visited {
	color: #D2EAFF;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
	color: #4C77A2;

}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
        float:right;
	color: #D2EAFF;
}

#right h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.date {
	text-align: right;
	color: #595959;
	font-size: 11px;
}

.date a {
	color: #595959;
}



#footer {
	height: 57px;
	clear: both;
	padding-top: 10px;
	border-top: 4px solid #1F3B6D;
	background: url(images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
        font-weight: bold;
}

#footer a:visited {
	text-decoration: none;
        font-weight: bold;
}
.image { padding:2px; margin: 2px; background-color:#FFFFFF; border: thin solid #317FFF; }
.bigimage { padding:2px; margin: 8px; background-color:#03152B; border: thin solid #FFFFFF; }
hr { color: #6C9CCC; background-color: #6C9CCC; margin: 20px 5px; }

#flashcontent {
height: 700px;
        background: #03152B;
	}

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 3px solid #6C9CCC;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #317FFF;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C9CCC;
}
