
body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #e6e6e6 url('images/bggm.jpg') repeat-x;
text-align:center;
color: #505050;
}

#maincontainer{
width: 900px;
margin: 0 auto;
text-align:justify;
position:relative;
}

#topsection{
height: 395px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 315px; 
}

#leftcolumn{
float: left;
width: 300px; 
margin-left: -900px; 
}

#footer{
clear: left;
width: 100%;
background: #fafafa;
color: #989898;
text-align: center;
padding: 8px 0;
}

#footer a{
color: #989898;
}

#welcome{
color: #6c6b6b;
text-align: justify;
font-family: Arial;
font-size: 11px;
}

/* Navigation */

#nav {
color: #939393;
text-align: center;
font-family: Trebuchet MS;
font-size: 11px;
}

#nav a{
color: #676767;
}

#nav a:hover{
color: #939393;
}

/* Content Style*/

.content-box {
background: #f2f2f2;
-moz-border-radius: 10px;	
}

h1 {
color: #494949;
text-align: left;
font-family: "Georgia", Trebuchet MS, Tahoma;
font-size: 13pt;
font-weight: bold;
margin: 0px;
border-bottom: 1px dotted #b9b9b9;
text-shadow: #ccc 1px 1px;
font-variant: small-caps;
padding: 5px;
}

.content {
color: #636363;
padding: 15px 6px 8px 6px;
font-family: Arial;
font-size: 11px;
text-align: justify;
}

/* Sidebar Style*/

.sidebar-box {
background: #f2f2f2;
-moz-border-radius: 10px;	
}

h2 {
color: #222222;
text-align: center;
font-family: "Trebuchet MS", Tahoma;
font-size: 10pt;
font-weight: bold;
margin: 0px;
border-bottom: 1px solid #ddd;
text-shadow: #ccc 1px 1px;
padding: 5px;
font-style: italic;
}

.sidebar {
color: #636363;
padding: 10px;
font-family: Arial;
font-size: 11px;
text-align: justify;
}

/* Style */

a { 
text-decoration:  none;
color: #9c0000;}

a:hover {
color: #333;
text-decoration: none;}	

.image {
-moz-border-radius: 4px;	
background-color: #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
margin: 2px;} 

.image:hover  {
background-color: #f4f4f4;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
padding: 5px;
margin: 2px;
} 

strong {color: #222;}
b {color: #222;}
i { color: #000;}
italic { color: #000}
em { color: #000;}
u {color: #333; text-decoration: none; border-bottom: 1px dotted #9c0000;}
img {border: 0px;}

blockquote {
background: #fff;
color: #555;	
padding: 10px;
border-right: 2px solid #ddd;	
border-bottom: 2px solid #ddd;	
font-family: Arial;
font-size: 11px;
-moz-border-radius: 6px;
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #555;		
background: #fff;
padding: 1px;
border: 1px solid #ddd;
-moz-border-radius: 4px;}	