/*This is the core style sheet of the site.*/

div {
text-align:center;
margin-left: auto;
margin-right: auto;}

p.footer {
text-align: center;
font-size: .5em;
font-weight: bold;
border-top: 1px #cccccc solid;}

body {
background-color: #ffffff;
color: #333333;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}

#header {
background-color: #ffffff;
height: 50px;}

#outer-image {
background-color: #ffffff;
}

#inner-image {
background-image: url(images/top_image_2.jpg);
height: 150px;
background-repeat: no-repeat;
border-bottom: 1px #cccccc solid;
background-position: center;
}

#navbar {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
font-weight: bold;
text-align: center;
background-color: #ffffff;
border-bottom: 1px #cccccc solid;
height: 20px;}

#navbar ul li {margin: 0px; padding: 0px; list-style-type: none; display: inline;}

#navbar ul {margin: 0px; padding: 0px;
background-position: center;}

ul {
color: #333333;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;}

li {
text-align: left;}

#content {
position: inherit;
width: 620px;
background-color: #ffcc66;}

#main-text {
background-color: #ffffff;
border-left: 1px #cccccc solid;
border-right: 1px #cccccc solid;
width: 600px;
padding: 10px;
text-align: left;}

h1 {
font-size: 1.2em;
text-align: right;
font-style: italic;
letter-spacing: 5px;
color: #5b91cb;}

h2 {
font-size: 1em;
letter-spacing: 2px;
color: #ff9900;
background-color: #ffffff;
border-top: 1px #ffcc66 dotted;
border-bottom: 1px #ffcc66 dotted;
padding-top: .25em;
padding-bottom: .25em;
text-align: left;}

p {
font-size: 0.8em;
text-align: left;
line-height: 1.75em;
}

.pquote {
float: right;
width: 300px;
background: url(images/openquote.gif) top left no-repeat;
color: #5b91cb;
font-size: 1em;
font-style: italic;
padding: 0em;
margin: 0;
margin-left: 3em;}

.pquote p:first-letter {
font-size: 1.75em;
font-weight: bold;
}

#container {
width: 600px;
}

a {}

a:link {
color: #5b91cb;
text-decoration: none;
display: inline;}

a:visited {
color: #2b4460;
text-decoration: none;
display: inline;}

a:hover, a.current {
color: #ffffff;
background-color: #ffcc66;
text-decoration: none;}

a:active {
background-color: #ffcc66;}

/*adds by asya*/

.cform {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:0.7em; 
font-weight:bold; 
text-align:left;
background-color: #E5E5E5;
}