
* 
{
	margin: 0;
	/*padding: 0;*/
}

body 
{
	margin: 0px 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 
{
	color: #333333;
}

h2 
{
}

h3 
{
	font-size: 1em;
}

p, blockquote, ul, ol 
{
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p 
{
}

blockquote 
{
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul 
{
	margin-left: 3em;
}

ul li 
{
}

ol 
{
	margin-left: 3em;
}

ol li 
{
}

a 
{
	text-decoration: underline;
	/*color: #3E9722;*/
	color: #153E7E;
}

a:hover 
{
	text-decoration: none;
	/*color: #E58C24;*/
	color: 	#C58917;
}

img 
{
	border: none;
}

img.left 
{
	float: left;
	margin: 5px 20px 0 0;
}

img.right 
{
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed 
{
}

.boxed .title 
{
	background: #3C74E6 url(Images/img06.gif) repeat-x;
}

.boxed .title h2 
{
	height: 28px;
	padding: 12px 0 0 12px;
	text-transform: uppercase;
	font-size: 0.9em;
	color: Black;
}

.boxed .content 
{
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	background: url(Images/img07.gif) repeat-x;
	color: Black;
}

/* Post */

.post 
{
}

.post .title 
{
	background: #3C74E6 url(Images/img06.gif) repeat-x;
	font-size: 0.9em;
	text-transform: uppercase;
	color: Black;
}

.post .title span 
{
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date 
{
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month 
{
}

.post .date .day 
{
}

.post .date .year
{
}

.post .meta 
{
	clear: both;
}

.post .meta p 
{
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story 
{
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(Images/img07.gif) repeat-x;
}

/* Header */

#header 
{
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	background: Navy url(Images/banner.jpg) repeat-x;
	border-bottom:solid 1px #4455FF;
}

/* Header > Logo */

#logo 
{
	float: left;
	width: 400px;
	height: 40px;
}

#logo h1 
{
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 2.6em;
}

#logo h2 
{
	float: left;
	margin-top: 20px;
	font-size: 1em;
}

#logo a 
{
	text-decoration: none;
	color: #000000;
}

/* Header > Language */

#lang 
{
	float:none;
}

/* Header > Menu */

#menu 
{
	float:left;
}

#menu ul 
{
	margin: 0;
	list-style: none;
}

#menu li 
{
	display: inline;
}

#menu a 
{
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 1px;
	background-image: url(Images/img04.gif);
	text-decoration: none;
	text-align: center;
	color:black;
	padding-top:10px;
	font-size:8pt;
	font-weight:bold;
}

#menu a:hover 
{
	background: url(Images/img05.gif) no-repeat;	
}

#menu .active a 
{
	background-image: url(Images/img05.gif) no-repeat;
}

/* Header > AdminMenu */

#adminmenu 
{
	float:left;
	padding-top:10px;
	padding-left:5px;
}

#adminmenu a 
{
	color:White;
	text-decoration:none;
}

#adminmenu a:hover 
{
	color:White;
	text-decoration:underline;
}

/* Content */

#content 
{
	width: 100%;
	margin: 0 auto;
	padding: 1px;
	/*background: url(Images/img02.jpg) no-repeat;*/
	/*border-top: 1px solid #FFFFFF;*/
}

/* Content > Main */

#main 
{
	float: left;
	width: 555px;
	padding-left: 1px;
}

/* Content > Main */

#page 
{
	float: left;
	width: 798px;
	padding-left: 1px;
}

/* Content > Main > Welcome */

#welcome 
{
}

/* Content > Main > Example */

#example 
{
}

/* Content > Sidebar */

#sidebar 
{
	float: left;
	width: 190px;
}

#sidebar .boxed .title h2 
{
	background: url(Images/img08.gif) no-repeat;
}

/* Content > Sidebar > Search */

#search 
{
	width:190px;
}

#search form 
{
}

#search fieldset 
{
	border: none;
}

#search legend 
{
	display: none;
}

#search label 
{
	display: inline;
	padding-left: 4px;
}

#search input 
{
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 
{
	width: 160px;
}

#inputsubmit1 
{
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates 
{
}

#updates ul 
{
	margin: 0;
	list-style: none;
}

#updates h3 
{
	font-size: .8em;
}

#updates p 
{
	line-height: normal;
	font-size: .8em;
}

#updates a 
{
	text-decoration: none;
}

/* Content > Sidebar2 */

.sidebar2 
{
	float:left;
	/*width: 195px;*/
	width:250px;
	padding-left: 1px;
}

.sidebar2 .boxed .title h2 
{
	background: url(Images/img10.gif) no-repeat right top;
}

/* Content > Sidebar3 */

.sidebar3 
{
	float:left;
	width:250px;
	padding-left: 1px;
}

.sidebar3 .boxed .title h2 
{
	/*background: url(Images/img10.gif) no-repeat right top;*/
}

/* Content > Sidebar2 > Sponsors */

#sponsors 
{
}

#sponsors ul 
{
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 
{
	text-align: center;
}

/* Footer */

#footer 
{
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	/*background: url(Images/img02.jpg) no-repeat;*/
}

#footer p 
{
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size:8pt;
}

#footer a 
{
	text-decoration: underline;
	color: #666666;
}

#footer a:hover 
{
	text-decoration: none;
}

/* Footer > Legal */

#legal 
{
}

/* Footer > Links */

#links 
{
}

/* For custom GridView paging */

div.pagination 
{
	padding: 3px;
	margin: 3px;
}

div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}

div.pagination a:hover, div.pagination a:active 
{
	border: 1px solid #000099;
	color: #000;
}

div.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #1E90FF;
	font-weight: bold;
	background-color: #1E90FF;
	color: #FFF;
}

div.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/*------------------------*/