/* 

This Style Sheet was created by Kya. If you decide to take any of my code that is fine,
no credit is needed as I have spent my time over the years collecting and learning code,
from a variety of different places. If you would like to contact me email me at;
kassers@gmail.com or check out my blog at; www.kya.nu! - Thanks for stoping by. ;)

/* 



/* Main Structure */

body
{	color: #FFF;
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Tahoma, georgia;
	font-size: 7.9pt;
        background: #6FB6D6;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
        letter-spacing: 1pt;
        line-height: 20px;
        text-align: justify;}

#content
{	color: #FFF;
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Tahoma, georgia;
	font-size: 7.9pt;
        letter-spacing: 1pt;
	margin: 0px auto;
	background: #183F60;
	padding: 5px;
        text-align: justify;
	border: solid 0px #FADAE6;
	width: 590px;}

#page
{	background: #183F60;
	width: 100%}


#head
{	color: #000;
	background: #4DA7CC;
	text-align: center;
	height: 232px;
        letter-spacing: 1pt;
	margin: 0px auto;
	width: 100%;}

#footer 
{	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Tahoma, georgia;
	font-size: 6.5pt;
	color: #2393BD;
        background: #6FB6D6;
	clear: both;
	text-align: center;
	margin: 0px auto;
	border-top: 10px solid #4DA7CC;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: 50px;}

#nav
{
	background-color: #00294F;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 6pt;
        letter-spacing: 1pt;
	border-bottom: 5px solid #0F3759;
	line-height: 23px;
	font-family: arial, helvetica, sans-serif;}

/* End Main Structure */


/* General Style */


b, strong 
{       color: #FFF;
        font-weight:bold;}

a 
{	color:#7CBFDA; 
	text-decoration:none;
	font-weight:bold;}


a:hover
{       color: #BEE0EC;}

li
{	list-style: square;
	list-style-image: url(bullet.gif);}

input, textarea, select, option
{	color: #FFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', arial, Tahoma, georgia;
	font-size: 9pt;
	background-color: #0F3759;
	margin: 0 0 0 0;
	padding: 5px;
        letter-spacing: 1pt;
        border: 1px solid #0E273A;
        text-align:justify;}

h2
{       color: #81C4D5; 
        font-family:georgia, 'Trebuchet MS', Tahoma;
        font-size: 7pt;
        width: auto;
        letter-spacing: 4pt;
        text-align: center;
	line-height: 25px;
        border-bottom: 1px dashed #2B6E98;
	font-style: italic;
        padding: 0px 0px 0px 0px;}

blockquote
{       display: block;
        background: #0F3759;
        padding: 5px 5px 5px 5px;
	border-bottom: 3px solid #0E273A;
        font-weight: normal;}

.pad
{	padding: 5px;}


/* End General Style */



/* Nav */

#nav a
{	margin: 0px;
	padding: 6px;
	color: #C0CBA9;
	text-decoration: none;
	text-align: center;
	font-style: italic;}

#nav a:hover
{	margin: 0px;
	padding: 6px;
	background-color: #0F3759;
	line-height: 23px;
	font-style: italic;
	color: #8CC8E0;}

 
/* End Nav */




/* Footer */

#footer a 
{	color: #2393BD;
	border-bottom: 0px dotted #c0c0c0;
        font-weight:bold;}

#footer a:hover
{	color: #FFF;
        font-weight:bold;}

#footer i 
{	color: #2393BD;
        letter-spacing: 0pt;
        font-weight:normal;}

#footer b 
{	color: #2393BD;
        letter-spacing: 0pt;
        font-weight:bold;}

/* End Footer */




