body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: arial, tahoma, Veranda, sans-serif;
	font-size: small;
}
input[type="text"]
{
	padding-left: 1px;
	border-style: solid;
	border-color: rgb(170,170,170);
	border-width: 1px;
}
textarea
{
	padding-left: 1px;
	border-style: solid;
	border-color: rgb(170,170,170);
	border-width: 1px;
	overflow: auto;
	resize: none;
}
	
#left_shade{
	background-image: url(../images/curve_left.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 600px;
	float: left;
}
#right_shade{
	background-image: url(../images/curve_right.jpg);
	background-repeat: no-repeat;
	width: 5px;
	height: 600px;
	float: right;
}
#top_curve{
	background-image: url(../images/curve_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
}

#container{
	width:748px;
	height: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0;
	background-image:url(../images/curve_mid.jpg);
	background-repeat:repeat-y;
}

#middle{ 
	width: 699px; 
	padding-top: 15px; 
	margin-left:25px; 
	background-image: url(../images/block.gif); 
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
#calendarPage{
	padding-top: 11px;
	float: left;
	height: 205px;
	width: 225px; 
}

#current{
	width: 450px;
	margin-left: 12px;
}

.block_bottom{
	height: 22px; 
	background-image: url(../images/block_bottom.gif); 
	background-repeat: no-repeat;
	margin-left: 25px; 
}

.block_small{
	background-image: url(../images/block_small.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 1px;
	padding-top: 15px;
	width: 230px;
	margin-left: 20px;
	float: left;
}
.block_small .content{
	border-left: 1px solid rgb(213,224,234); 
	border-right: 1px solid rgb(213,224,234);
}
.block_small .content h3{
	border-bottom: 1px solid rgb(213,224,234);
}
.block_small .content table{
	padding-top: 5px;
}

.block_bottom_small{
	height: 22px; 
	background-image: url(../images/block_bottom_small.gif); 
	background-repeat: no-repeat; 
}

.block_medium{
	background-image: url(../images/block_medium.gif); 
	background-repeat: no-repeat; 
	padding-top: 15px;
	width: 447px;
	margin-left: 277px;
	background-position: 0px 1px;
}
.block_medium h3{
	border-bottom: 1px solid rgb(213,224,234);
}
.block_medium .content{
	border-left: 1px solid rgb(213,224,234); 
	border-right: 1px solid rgb(213,224,234);
}
.block_medium .content table{
	padding-top: 5px;
}
.block_bottom_medium{
	height: 22px; 
	background-image: url(../images/block_bottom_medium.gif); 
	background-repeat: no-repeat;
}

h2{
	font-size:16px;
	font-weight: lighter;
	letter-spacing: 0px;
	color: #006699;
	margin: 0;
}

#navigation
{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	height: 31px;
	margin-top: 5px;
}

.nav
{
	color:#006699;
	text-decoration:none;
	padding-left:20px;
	padding-right:5px;
	background-image:url(../images/nav_buddy.gif);
	background-repeat:no-repeat;
	background-position: 7px 9px;
}

.nav:hover
{
	color:#003366;
	text-decoration:none;
	padding-left:20px;
	padding-right:5px;
	background-image:url(../images/nav_buddy.gif);
	background-repeat:no-repeat;
	background-position: 7px -9px;
}

#image1
{
	background-image:url(../images/nav_block.gif);
	background-repeat:no-repeat;
	height:191px;
	width:227px;
}

#image2
{
	background-image:url(../images/side_banner_bg.jpg);
	background-repeat:no-repeat;
	width:437px;
	height:86px;
	font-size: 36px;
	padding-left: 10px;
	padding-top: 105px;
	color: #FFFFFF;
	text-align: center;
}

#bottom_curve
{
	background-image: url(../images/curve_btm.jpg);
	background-repeat: no-repeat;
	height: 17px;
	background-position: center center;
	clear: both;	
}

#footer
{
	width:748px;
	margin-left: auto;
	margin-right: auto;
}

#footer a
{
	padding: 0.4em;
	font-weight: bold;
}

h3{
	margin: 0;
	color: #006699;
	font-size: 17px;
	font-weight: normal;
	padding-left:25px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
	letter-spacing: 1px;
	font-family: tahoma;
}
	
a
{
	text-decoration: none;
}

.mandatory
{
	color: red;
}

#post p label{
	display: block;
	float: left;
	margin: 2px 10px 0 0 ;
	text-align: right;
	width : 105px;
}

#logo{
	height: 37px;
}

#comments .heading {
	background-color: rgb(216,245,255);
	font-size: 12px;
	padding: 5px; 
	margin: 0;
}
#comments .desc{
	padding: 5px;
	margin: 0;
}
#comments .desc div{
	width: 430px; 
	overflow: hidden;
}
.categories a{
	padding-left: 20px;
	font-size: 15px;
	background-image:url(../images/nav_buddy.gif);
	background-repeat:no-repeat;
	background-position: 7px 4px;
}