/* CSS Document */

/*-- Standard layout --*/
/*-- Some of the standard body items are added here --*/


.style3 {color: #FF9900}
.style4 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: normal;
	font-variant: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*-- The standard link is defined here including the mouseover state --*/ 
a {
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	font-variant			:normal;
	color					:#999999;
	font-size				:13px;
	text-decoration			:none;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	text-transform: lowercase;
}

a:hover {
border-bottom			:1px solid #466071;
}


/*-- Is used for the quotes in the quote --*/
big {
color					:#E83064;
}


/*-- The layout for the blockquote is stated here  --*/ 
blockquote {
font-style				:italic;
font-weight				:bold;
font-size				:24px;
color					:#466071;
}


/*-- MIDDLE COLLUM --*/	
/*-- Middle collum div stated here --*/
#Middle {
background-color		:#FFFFFF;
width					:900px;
height					:100%;
}


/*-- HEADER 
/*-- The Header div is stated here --*/
#Header {
width					:620px;
height					:200px;
}


/*-- NAVIGATION --*/	
/*-- The navigation ul, li, a and a:hover are staed here --*/
/* #Navigation {
background-image		:url(images/menu.jpg);
width					:620px;
height					:57px;
}

ul.navigation{
text-align				:center;
padding-top				:15px;
}

li.navigation {
border-right			:1px solid #466071;
padding-left			:5px;
padding-right			:5px;
display					:inline;
font-family				:Georgia, Times, "Times New Roman", serif;
list-style				:none;
font-variant			:small-caps;
font-size				:20px;
color					:#466071;
}

li.navigationfirst {
border-right			:1px solid #466071;
padding-right			:5px;
display					:inline;
font-family				:Georgia, Times, "Times New Roman", serif;
list-style				:none;
font-variant			:small-caps;
font-size				:20px;
color					:#466071;
}

li.navigationlast {
padding-right			:40px;
padding-left			:5px;
display					:inline;
font-family				:Georgia, Times, "Times New Roman", serif;
list-style				:none;
font-variant			:small-caps;
font-size				:20px;
color					:#466071;
}

a.navigationhref {
padding-left			:5px;
padding-right			:5px;
display					:inline;
font-family				:Georgia, Times, "Times New Roman", serif;
list-style				:none;
font-variant			:small-caps;
font-size				:20px;
color					:#466071;
}

a.navigationhref:hover {
border-bottom			:1px solid #466071;
}


/*-- CONTENT/ITEM --*/		
/*.Wrapper {
background-image		:url(images/pageend.jpg);
background-repeat		:no-repeat;
background-position		:bottom;
width					:662px;
min-height				:240px;
background-color		:#FFFFFF;
margin					:10px 0px 10px 0px;
}

.firstletter {
padding					:0px 50px 0px 50px;
font-family				:Georgia, Times, "Times New Roman", serif;
font-size				:14px;
line-height				:19px;
color					:#9fabb2;
text-align				:left;
}

.firstletter:first-letter {
font-size				:495%; 
float					:left;
line-height				:.8em;
color					:#466071;
letter-spacing			:3px;
}

.firstafterquote {
padding					:0px 50px 0px 50px;
font-family				:Georgia, Times, "Times New Roman", serif;
font-size				:14px;
line-height				:19px;
color					:#9fabb2;
text-align				:left;
}

.Ending {
border-top				:1px solid #A3AFB7;
width					:562px;
padding					:0px;
margin-top				:30px;
}

p.ending {
font-family				:Georgia, Times, "Times New Roman", serif;
font-variant			:small-caps;
color					:#A3AFB7;
font-size				:12px;
text-align				:right;
padding					:0px 0px 40px 0px;
}

.topborder {
background-image		:url(images/topborder.jpg);
background-repeat		:no-repeat;
width					:650px;
height					:25px;
margin					:0px;
padding					:0px;
}


/*-- FOOTER / DISCLAIMER --*/
#Footer {
width					:100%;
border-top				:1px solid #A3AFB7;
height					:20px;
}

p.footer {
	font-family				:Verdana, Arial, Helvetica, sans-serif;
	color					:#A3AFB7;
	font-variant			:normal;
	font-size				:13px;
}

/*-- FIREFOX REMOVING BORDER --*/
img {
border					:none;
}
